From: Jan Kiszka Date: Wed, 21 Sep 2011 18:49:31 +0000 (+0200) Subject: vga: Unbreak ISA support X-Git-Tag: TizenStudio_2.0_p2.3.2~208^2~5265 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=53d6e682552c981207a38f6c794c47320e95e0d0;p=sdk%2Femulator%2Fqemu.git vga: Unbreak ISA support We need to initialize legacy_address_space during ISA VGA setup so that the chain-4 alias can be registered properly. Signed-off-by: Jan Kiszka Signed-off-by: Anthony Liguori --- diff --git a/hw/vga-isa.c b/hw/vga-isa.c index 0d19901..6b5c8ed 100644 --- a/hw/vga-isa.c +++ b/hw/vga-isa.c @@ -49,6 +49,7 @@ static int vga_initfn(ISADevice *dev) MemoryRegion *vga_io_memory; vga_common_init(s, VGA_RAM_SIZE); + s->legacy_address_space = isa_address_space(dev); vga_io_memory = vga_init_io(s); memory_region_add_subregion_overlap(isa_address_space(dev), isa_mem_base + 0x000a0000,