aboutsummaryrefslogtreecommitdiff
path: root/hw/mips_jazz.c
diff options
context:
space:
mode:
authorAvi Kivity <avi@redhat.com>2011-10-06 16:44:26 +0200
committerAvi Kivity <avi@redhat.com>2011-11-24 18:31:54 +0200
commit63858cd99244aeb819f92a6f8f9a23a5719c4824 (patch)
treebf488a0978297c63fafe9a728bf9b102d958ee75 /hw/mips_jazz.c
parentc601785091d72dc95b13a40c09e4fd6a3ccc3197 (diff)
downloadqemu-63858cd99244aeb819f92a6f8f9a23a5719c4824.zip
qemu-63858cd99244aeb819f92a6f8f9a23a5719c4824.tar.gz
qemu-63858cd99244aeb819f92a6f8f9a23a5719c4824.tar.bz2
parallel: convert to memory API
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'hw/mips_jazz.c')
-rw-r--r--hw/mips_jazz.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/mips_jazz.c b/hw/mips_jazz.c
index 6e657dd..f6e3316 100644
--- a/hw/mips_jazz.c
+++ b/hw/mips_jazz.c
@@ -274,7 +274,8 @@ static void mips_jazz_init(MemoryRegion *address_space,
/* Parallel port */
if (parallel_hds[0])
- parallel_mm_init(0x80008000, 0, rc4030[0], parallel_hds[0]);
+ parallel_mm_init(address_space, 0x80008000, 0, rc4030[0],
+ parallel_hds[0]);
/* Sound card */
/* FIXME: missing Jazz sound at 0x8000c000, rc4030[2] */