]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
s390x/pci: Move header files to include/hw/s390x
authorMatthew Rosato <mjrosato@linux.ibm.com>
Mon, 26 Oct 2020 15:34:31 +0000 (11:34 -0400)
committerAlex Williamson <alex.williamson@redhat.com>
Sun, 1 Nov 2020 19:30:51 +0000 (12:30 -0700)
Seems a more appropriate location for them.

Signed-off-by: Matthew Rosato <mjrosato@linux.ibm.com>
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
MAINTAINERS
hw/s390x/s390-pci-bus.c
hw/s390x/s390-pci-inst.c
hw/s390x/s390-virtio-ccw.c
include/hw/s390x/s390-pci-bus.h [moved from hw/s390x/s390-pci-bus.h with 100% similarity]
include/hw/s390x/s390-pci-inst.h [moved from hw/s390x/s390-pci-inst.h with 100% similarity]

index 8c744a9bdf42503f1720563f2573a40dcc7dcf2f..2c22bbca5ac3cdd772ccd54ef34110ccdbf40364 100644 (file)
@@ -1436,6 +1436,7 @@ S390 PCI
 M: Matthew Rosato <mjrosato@linux.ibm.com>
 S: Supported
 F: hw/s390x/s390-pci*
+F: include/hw/s390x/s390-pci*
 L: qemu-s390x@nongnu.org
 
 UniCore32 Machines
index fb4cee87a494547377dd6eca2d1805e212eb758c..a929340688ccfff4c4256d549eb81a3d668b1fbb 100644 (file)
@@ -15,8 +15,8 @@
 #include "qapi/error.h"
 #include "qapi/visitor.h"
 #include "cpu.h"
-#include "s390-pci-bus.h"
-#include "s390-pci-inst.h"
+#include "hw/s390x/s390-pci-bus.h"
+#include "hw/s390x/s390-pci-inst.h"
 #include "hw/pci/pci_bus.h"
 #include "hw/qdev-properties.h"
 #include "hw/pci/pci_bridge.h"
index 2f7a7d7bd1b2c3b6bacb63548b51f856c3e3ae9d..639b13c8d626e4af8db7d4cb3477afb59b6acfe1 100644 (file)
 
 #include "qemu/osdep.h"
 #include "cpu.h"
-#include "s390-pci-inst.h"
-#include "s390-pci-bus.h"
 #include "exec/memop.h"
 #include "exec/memory-internal.h"
 #include "qemu/error-report.h"
 #include "sysemu/hw_accel.h"
+#include "hw/s390x/s390-pci-inst.h"
+#include "hw/s390x/s390-pci-bus.h"
 #include "hw/s390x/tod.h"
 
 #ifndef DEBUG_S390PCI_INST
index 2e900335eabadd1b5be7229e96093ce7af4a3cd7..22222c4fd5adb9275de29d1cb99cf28d53d56b82 100644 (file)
@@ -28,7 +28,7 @@
 #include "qemu/error-report.h"
 #include "qemu/option.h"
 #include "qemu/qemu-print.h"
-#include "s390-pci-bus.h"
+#include "hw/s390x/s390-pci-bus.h"
 #include "sysemu/reset.h"
 #include "hw/s390x/storage-keys.h"
 #include "hw/s390x/storage-attributes.h"