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