qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH v3 05/49] [TEMP] hw/i386: Remove redeclaration of struct setup_da


From: Michael Roth
Subject: [PATCH v3 05/49] [TEMP] hw/i386: Remove redeclaration of struct setup_data
Date: Wed, 20 Mar 2024 03:39:01 -0500

TODO: this needs to be done as part of header update to avoid temporary
build bisect breakage. Keeping it separate for reference.

It is now provided by kernel headers.

Signed-off-by: Michael Roth <michael.roth@amd.com>
---
 hw/i386/x86.c | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/hw/i386/x86.c b/hw/i386/x86.c
index 2d4b148cd2..825dc4c735 100644
--- a/hw/i386/x86.c
+++ b/hw/i386/x86.c
@@ -679,14 +679,6 @@ DeviceState *ioapic_init_secondary(GSIState *gsi_state)
     return dev;
 }
 
-struct setup_data {
-    uint64_t next;
-    uint32_t type;
-    uint32_t len;
-    uint8_t data[];
-} __attribute__((packed));
-
-
 /*
  * The entry point into the kernel for PVH boot is different from
  * the native entry point.  The PVH entry is defined by the x86/HVM
-- 
2.25.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]