Signed-off-by: Avi Kivity <[email protected]>
---
exec.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/exec.c b/exec.c
index 2fd4adb..11f6641 100644
--- a/exec.c
+++ b/exec.c
@@ -3823,7 +3823,7 @@ static void memory_map_init(void)
set_system_memory_map(system_memory);
system_io = qemu_malloc(sizeof(*system_io));
- memory_region_init(system_memory, "io", 65536);
+ memory_region_init(system_io, "io", 65536);
set_system_io_map(system_io);
}
--
1.7.5.3
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html