qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH] pc: cleanup unused struct PcRomPciInfo


From: Igor Mammedov
Subject: [Qemu-devel] [PATCH] pc: cleanup unused struct PcRomPciInfo
Date: Tue, 24 May 2016 14:09:07 +0200

Signed-off-by: Igor Mammedov <address@hidden>
---
 hw/i386/pc.c | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/hw/i386/pc.c b/hw/i386/pc.c
index 1fd83f4..c48322b 100644
--- a/hw/i386/pc.c
+++ b/hw/i386/pc.c
@@ -1159,14 +1159,6 @@ void pc_cpus_init(PCMachineState *pcms)
     smbios_set_cpuid(cpu->env.cpuid_version, cpu->env.features[FEAT_1_EDX]);
 }
 
-/* pci-info ROM file. Little endian format */
-typedef struct PcRomPciInfo {
-    uint64_t w32_min;
-    uint64_t w32_max;
-    uint64_t w64_min;
-    uint64_t w64_max;
-} PcRomPciInfo;
-
 static
 void pc_machine_done(Notifier *notifier, void *data)
 {
-- 
1.8.3.1




reply via email to

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