summaryrefslogtreecommitdiff
path: root/hw/dec_pci.c
diff options
context:
space:
mode:
authorIsaku Yamahata <yamahata@valinux.co.jp>2010-07-13 13:01:39 +0900
committerMichael S. Tsirkin <mst@redhat.com>2010-07-22 12:21:30 +0300
commit783753fd53fe513d37fbbfe6694c0c1ab9701fd1 (patch)
tree2f99bce7b3271affb0928cb4d85ccb01f6925fda /hw/dec_pci.c
parentcfb0a50a06825a0bee349cae3fa94f96242e83a5 (diff)
downloadqemu-783753fd53fe513d37fbbfe6694c0c1ab9701fd1.tar.gz
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