pci/bridge: split out pci bridge code into pci_bridge.c from pci.c
commit783753fd53fe513d37fbbfe6694c0c1ab9701fd1
authorIsaku Yamahata <yamahata@valinux.co.jp>
Tue, 13 Jul 2010 04:01:39 +0000 (13 13:01 +0900)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 22 Jul 2010 09:21:30 +0000 (22 12:21 +0300)
tree2f99bce7b3271affb0928cb4d85ccb01f6925fda
parentcfb0a50a06825a0bee349cae3fa94f96242e83a5
pci/bridge: split out pci bridge code into pci_bridge.c from pci.c

Move pci bridge related code into pci_bridge.c from pci.c
for further enhancement. pci.c is big enough now, so split it out.
No code change but exporting some accesser functions.

In fact, few pci bridge functions stays in pci.c.

Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Makefile.objs
hw/apb_pci.c
hw/dec_pci.c
hw/pci.c
hw/pci.h
hw/pci_bridge.c [new file with mode: 0644]
hw/pci_bridge.h [new file with mode: 0644]