aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2009-08-20 15:22:20 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2009-08-27 20:43:33 -0500
commit977e1244e8eeb22640143a8885eb672296f93210 (patch)
tree5869c965fa71dd19d3b7252f1ea12d73f858c60c /hw/ppc_oldworld.c
parentide: split away ide-isa.c (diff)
downloadqemu-kvm-977e1244e8eeb22640143a8885eb672296f93210.tar.gz
qemu-kvm-977e1244e8eeb22640143a8885eb672296f93210.tar.bz2
qemu-kvm-977e1244e8eeb22640143a8885eb672296f93210.zip
ide: split away ide-pci.c
create ide-pci.c and place pci bus support there. only build ide-pci support for platforms using it. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Fix build (merge with isa mmio split)
Diffstat (limited to 'hw/ppc_oldworld.c')
-rw-r--r--hw/ppc_oldworld.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/ppc_oldworld.c b/hw/ppc_oldworld.c
index 6a283059c..fc0e6f7cf 100644
--- a/hw/ppc_oldworld.c
+++ b/hw/ppc_oldworld.c
@@ -35,6 +35,7 @@
#include "boards.h"
#include "fw_cfg.h"
#include "escc.h"
+#include "ide.h"
#define MAX_IDE_BUS 2
#define VGA_BIOS_SIZE 65536