summaryrefslogtreecommitdiffstats
path: root/hw/dec_pci.c
diff options
context:
space:
mode:
authorIsaku Yamahata2010-07-13 06:01:39 +0200
committerMichael S. Tsirkin2010-07-22 11:21:30 +0200
commit783753fd53fe513d37fbbfe6694c0c1ab9701fd1 (patch)
tree2f99bce7b3271affb0928cb4d85ccb01f6925fda /hw/dec_pci.c
parentpci: move out pci internal structures, PCIBus, PCIBridge, and pci_bus_info. (diff)
downloadqemu-783753fd53fe513d37fbbfe6694c0c1ab9701fd1.tar.gz
qemu-783753fd53fe513d37fbbfe6694c0c1ab9701fd1.tar.xz
qemu-783753fd53fe513d37fbbfe6694c0c1ab9701fd1.zip
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>
Diffstat (limited to 'hw/dec_pci.c')
-rw-r--r--hw/dec_pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/dec_pci.c b/hw/dec_pci.c
index ee49d5adf0..f7a9cdcfc3 100644
--- a/hw/dec_pci.c
+++ b/hw/dec_pci.c
@@ -27,6 +27,7 @@
#include "sysbus.h"
#include "pci.h"
#include "pci_host.h"
+#include "pci_bridge.h"
/* debug DEC */
//#define DEBUG_DEC