diff options
author | Matthew Rosato <mjrosato@linux.ibm.com> | 2020-10-26 11:34:31 -0400 |
---|---|---|
committer | Alex Williamson <alex.williamson@redhat.com> | 2020-11-01 12:30:51 -0700 |
commit | 408b55db8be3e3edae041d46ef8786fabc1476aa (patch) | |
tree | e6443f1454185a7d824852638ea97a9807584f16 /hw/s390x/s390-pci-inst.c | |
parent | 53ba2eee52bff5a746e96835539a1079f6bcadd1 (diff) | |
download | qemu-408b55db8be3e3edae041d46ef8786fabc1476aa.zip qemu-408b55db8be3e3edae041d46ef8786fabc1476aa.tar.gz qemu-408b55db8be3e3edae041d46ef8786fabc1476aa.tar.bz2 |
s390x/pci: Move header files to include/hw/s390x
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>
Diffstat (limited to 'hw/s390x/s390-pci-inst.c')
-rw-r--r-- | hw/s390x/s390-pci-inst.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/s390x/s390-pci-inst.c b/hw/s390x/s390-pci-inst.c index 2f7a7d7..639b13c 100644 --- a/hw/s390x/s390-pci-inst.c +++ b/hw/s390x/s390-pci-inst.c @@ -13,12 +13,12 @@ #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 |