pci: Move bridge data structures from pci_bus.h to pci_bridge.h
commit791bf3c8f042219a111aab3d00cd09a139629b59
authorDavid Gibson <david@gibson.dropbear.id.au>
Wed, 29 Nov 2017 08:46:23 +0000 (29 19:46 +1100)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 5 Dec 2017 17:13:45 +0000 (5 19:13 +0200)
treeab70c38c2134f40d4357ab7bf26370c6a90cf963
parent1115ff6d268bba163a183e8d63cec6b687cc5fc7
pci: Move bridge data structures from pci_bus.h to pci_bridge.h

include/hw/pci/pci_bus.h contains several data structures related to PCI
bridges that aren't needed by most users of pci_bus.h.  We already have
a pci_bridge.h, so move them there.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Marcel Apfelbaum <marcel@redhat.com>
Reviewed-by: Peter Xu <peterx@redhat.com>
include/hw/pci-host/xilinx-pcie.h
include/hw/pci/pci_bridge.h
include/hw/pci/pci_bus.h