Signed-off-by: Avi Kivity <avi@xxxxxxxxxx> --- exec.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/exec.c b/exec.c index e949c91..10ed931 100644 --- a/exec.c +++ b/exec.c @@ -3820,7 +3820,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 majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html