misc: remove old i386 dependency
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Tue, 17 Oct 2017 16:44:08 +0000 (13:44 -0300)
committerMichael Tokarev <mjt@tls.msk.ru>
Mon, 18 Dec 2017 14:07:02 +0000 (17:07 +0300)
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Anthony PERARD <anthony.perard@citrix.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
hw/audio/pcspk.c
hw/i386/xen/xen_platform.c
hw/isa/vt82c686.c
hw/misc/ivshmem.c
hw/misc/sga.c
hw/pci-bridge/pci_expander_bridge.c
monitor.c

index 0206f7399bd165e0cf0133dbf45c52bc9bf4e82c..908696d4832da10e6e1f047c54eeb58041bbf92f 100644 (file)
@@ -24,7 +24,6 @@
 
 #include "qemu/osdep.h"
 #include "hw/hw.h"
-#include "hw/i386/pc.h"
 #include "hw/isa/isa.h"
 #include "hw/audio/soundhw.h"
 #include "audio/audio.h"
index 056b87de0b6f518221ec53021dc9175ec17ad17a..fc8623c90bf6262153bc57e16ddfb75c770f7594 100644 (file)
@@ -26,7 +26,6 @@
 #include "qemu/osdep.h"
 #include "qapi/error.h"
 #include "hw/hw.h"
-#include "hw/i386/pc.h"
 #include "hw/ide.h"
 #include "hw/pci/pci.h"
 #include "hw/irq.h"
index c129985e2ad9b4693f9d8906134aa34249a9d5db..4084b32be9c6f9af2addf9c77c7d9022c445aafb 100644 (file)
@@ -12,7 +12,6 @@
 
 #include "qemu/osdep.h"
 #include "hw/hw.h"
-#include "hw/i386/pc.h"
 #include "hw/isa/vt82c686.h"
 #include "hw/i2c/i2c.h"
 #include "hw/i2c/smbus.h"
index a5a46827fef2a0fe115a93c01ebd3949cd5546fa..4919011f385f8298769069abae7a704594d3a70c 100644 (file)
@@ -20,7 +20,6 @@
 #include "qapi/error.h"
 #include "qemu/cutils.h"
 #include "hw/hw.h"
-#include "hw/i386/pc.h"
 #include "hw/pci/pci.h"
 #include "hw/pci/msi.h"
 #include "hw/pci/msix.h"
index 03b006d6f0a0629aace7918a35142e32809b3c28..97fd63f1764ca813730921b805dda8d1db7a8049 100644 (file)
@@ -26,7 +26,6 @@
  */
 #include "qemu/osdep.h"
 #include "hw/pci/pci.h"
-#include "hw/i386/pc.h"
 #include "hw/loader.h"
 #include "sysemu/sysemu.h"
 
index 8c8ac737adcf6ebda18c1d5cb2ed75f4afb770ec..9e799dc10f967a60bc8a5b2b6afef85b71c07595 100644 (file)
@@ -16,7 +16,6 @@
 #include "hw/pci/pci_bus.h"
 #include "hw/pci/pci_host.h"
 #include "hw/pci/pci_bridge.h"
-#include "hw/i386/pc.h"
 #include "qemu/range.h"
 #include "qemu/error-report.h"
 #include "sysemu/numa.h"
index e36fb5308d343d592138a9339c1ce2ac09a1425a..d682eee2d8970306958716fb22adcd0f2af9fe3c 100644 (file)
--- a/monitor.c
+++ b/monitor.c
@@ -28,7 +28,6 @@
 #include "hw/hw.h"
 #include "monitor/qdev.h"
 #include "hw/usb.h"
-#include "hw/i386/pc.h"
 #include "hw/pci/pci.h"
 #include "sysemu/watchdog.h"
 #include "hw/loader.h"