qemu-e2k/include/hw/pci
Markus Armbruster a7c4d9c7ca hw/pci/pci.h: Don't include qemu-common.h
qemu-common.h should only be included by .c files.  Its file comment
explains why: "No header file should depend on qemu-common.h, as this
would easily lead to circular header dependencies."

hw/pci/pci.h includes qemu-common.h, but its users only need pcibus_t
and PCIHostDeviceAddress from it.  Move them to hw/pci/pci.h and drop
the ill-advised include.  Include hw/pci/pci.h where the moved stuff
is now missing.  Except we can't in target-i386/kvm_i386.h, because
that would break the i386-linux-user compile.  Add
PCIHostDeviceAddress to qemu/typedefs.h instead.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2016-03-22 22:20:16 +01:00
..
msi.h msi_supported -> msi_nonbroken 2016-03-11 16:45:21 +02:00
msix.h msix: add VMSTATE_MSIX_TEST 2015-10-24 18:02:48 +02:00
pci_bridge.h change type of pci_bridge_initfn() to void 2016-02-16 12:05:18 +02:00
pci_bus.h
pci_host.h
pci_ids.h hw: Add support for LSI SAS1068 (mptsas) device 2016-02-09 15:45:26 +01:00
pci_regs.h
pci-assign.h
pci.h hw/pci/pci.h: Don't include qemu-common.h 2016-03-22 22:20:16 +01:00
pcie_aer.h pcie_aer: expose pcie_aer_msg() interface 2016-02-19 09:42:28 -07:00
pcie_host.h
pcie_port.h
pcie_regs.h
pcie.h
shpc.h include: Clean up includes 2016-02-23 12:43:05 +00:00
slotid_cap.h