qemu/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
msix.h
pci-assign.h
pci.h hw/pci/pci.h: Don't include qemu-common.h 2016-03-22 22:20:16 +01:00
pci_bridge.h
pci_bus.h
pci_host.h
pci_ids.h
pci_regs.h
pcie.h
pcie_aer.h
pcie_host.h
pcie_port.h
pcie_regs.h
shpc.h
slotid_cap.h