include: remove compat.h
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Wed, 12 Dec 2018 17:50:26 +0000 (21:50 +0400)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Mon, 7 Jan 2019 12:18:42 +0000 (16:18 +0400)
The header is now empty.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Acked-by: Eduardo Habkost <ehabkost@redhat.com>
hw/arm/virt.c
hw/ppc/spapr.c
hw/s390x/s390-virtio-ccw.c
include/hw/compat.h [deleted file]
include/hw/i386/pc.h

index d3174f1402ad5a5da02055cac4a094f0c7f7154b..99c2b6e60d75f8cce7b47a0e96f2a58863607099 100644 (file)
@@ -43,7 +43,6 @@
 #include "sysemu/numa.h"
 #include "sysemu/sysemu.h"
 #include "sysemu/kvm.h"
-#include "hw/compat.h"
 #include "hw/loader.h"
 #include "exec/address-spaces.h"
 #include "qemu/bitops.h"
index 8aba66a32fa4621365c9aa6ad7911c99d37cd5d8..5671608cead30c8d9da30544924cf3e1debe0710 100644 (file)
@@ -70,7 +70,6 @@
 #include "hw/nmi.h"
 #include "hw/intc/intc.h"
 
-#include "hw/compat.h"
 #include "qemu/cutils.h"
 #include "hw/ppc/spapr_cpu_core.h"
 #include "hw/mem/memory-device.h"
index bf5f2f463c4c4d3bcdd18544976b4176607e64e3..c737507053f4a31f583b426a79742950f7025374 100644 (file)
@@ -28,7 +28,6 @@
 #include "hw/s390x/storage-keys.h"
 #include "hw/s390x/storage-attributes.h"
 #include "hw/s390x/event-facility.h"
-#include "hw/compat.h"
 #include "ipl.h"
 #include "hw/s390x/s390-virtio-ccw.h"
 #include "hw/s390x/css-bridge.h"
diff --git a/include/hw/compat.h b/include/hw/compat.h
deleted file mode 100644 (file)
index b2d0bdd..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-#ifndef HW_COMPAT_H
-#define HW_COMPAT_H
-
-#endif /* HW_COMPAT_H */
index 784ea7a92cb1e5ceffcf19e0bc3be64ac19b00e3..6b7bf334cd2c1f3e6ff801ef0aaf963bd6a9fc20 100644 (file)
@@ -13,7 +13,6 @@
 #include "qemu/bitmap.h"
 #include "sysemu/sysemu.h"
 #include "hw/pci/pci.h"
-#include "hw/compat.h"
 #include "hw/mem/pc-dimm.h"
 #include "hw/mem/nvdimm.h"
 #include "hw/acpi/acpi_dev_interface.h"