Files
qemu-esp-boards/include/hw
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
..
2016-03-22 22:20:16 +01:00
2015-10-02 16:22:02 -03:00
2015-09-07 10:39:30 +01:00
2016-02-23 12:43:05 +00:00
2016-03-11 16:59:11 +02:00
2015-06-11 10:13:30 +01:00
2015-09-07 10:39:30 +01:00
2016-03-10 10:37:16 +01:00
2015-09-07 10:39:28 +01:00
2015-12-04 09:39:55 +03:00
2014-10-23 16:41:25 +02:00
2014-10-24 12:19:11 +01:00
2016-01-25 14:35:23 -05:00
2015-07-06 12:15:14 -06:00