42 lines
1.5 KiB
Diff
42 lines
1.5 KiB
Diff
|
Subject: [PATCH] [FEAT VS1804] zipl/sclp: Remove duplicate macros
|
||
|
From: Marc Hartmayer <mhartmay@linux.ibm.com>
|
||
|
|
||
|
Summary: genprotimg: Introduce new tool for the creation of PV images
|
||
|
Description: genprotimg takes a kernel, host-key documents, optionally an
|
||
|
initrd, optionally a file with the kernel command line, and it
|
||
|
generates a single, loadable image file. The image consists of a
|
||
|
concatenation of a plain text boot loader, the encrypted
|
||
|
components for kernel, initrd, and cmdline, and the
|
||
|
integrity-protected PV header, containing metadata necessary for
|
||
|
running the guest in PV mode. It's possible to use this image file
|
||
|
as a kernel for zIPL or for a direct kernel boot using QEMU.
|
||
|
Upstream-ID: b2ae5a91ac16c5facb892dedc2dcb268eff07edf
|
||
|
Problem-ID: VS1804
|
||
|
|
||
|
Upstream-Description:
|
||
|
|
||
|
zipl/sclp: Remove duplicate macros
|
||
|
|
||
|
Signed-off-by: Philipp Rudo <prudo@linux.ibm.com>
|
||
|
Reviewed-by: Stefan Haberland <sth@linux.ibm.com>
|
||
|
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
|
||
|
|
||
|
|
||
|
Signed-off-by: Marc Hartmayer <mhartmay@linux.ibm.com>
|
||
|
---
|
||
|
zipl/boot/sclp_stage3.h | 3 ---
|
||
|
1 file changed, 3 deletions(-)
|
||
|
|
||
|
--- a/zipl/boot/sclp_stage3.h
|
||
|
+++ b/zipl/boot/sclp_stage3.h
|
||
|
@@ -17,9 +17,6 @@
|
||
|
#define SDIAS_EVSTATE_ALL_STORED 0x00
|
||
|
#define SDIAS_EVSTATE_PART_STORED 0x10
|
||
|
|
||
|
-#define SDIAS_EVSTATE_ALL_STORED 0x00
|
||
|
-#define SDIAS_EVSTATE_PART_STORED 0x10
|
||
|
-
|
||
|
struct sdias_evbuf {
|
||
|
struct evbuf_header header;
|
||
|
uint8_t event_qual;
|