]> git.proxmox.com Git - qemu.git/commit
pci: rename pci_internals.h pci_bus.h
authorMichael S. Tsirkin <mst@redhat.com>
Wed, 12 Dec 2012 13:00:45 +0000 (15:00 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Mon, 17 Dec 2012 11:02:27 +0000 (13:02 +0200)
commit06aac7bd50cd934f416fe355633c045fee832905
tree79ba53a4525ebb473ecf8ea9a841fc65f9fb76f3
parentd9fb58054825ef141e6d03f455654b2e3e767bce
pci: rename pci_internals.h pci_bus.h

There are lots of external users of pci_internals.h,
apparently making it an internal interface only didn't
work out. Let's stop pretending it's an internal header.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
14 files changed:
hw/apb_pci.c
hw/dec_pci.c
hw/ich9.h
hw/lpc_ich9.c
hw/pci/pci.c
hw/pci/pci_bridge.c
hw/pci/pci_bus.h [new file with mode: 0644]
hw/pci/pci_internals.h [deleted file]
hw/pci/pcie.c
hw/pci/pcie_aer.c
hw/pci/pcie_port.h
hw/pci/shpc.c
hw/pci_bridge_dev.c
hw/spapr_pci.c