From aa2beaa1f57ca329cfceece08cc19d52368e6a8f Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Wed, 17 Apr 2013 10:21:27 +0200 Subject: console: add device link to QemuConsoles So it is possible to figure which qemu console displays which device. Signed-off-by: Gerd Hoffmann --- hw/display/vga-isa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/display/vga-isa.c') diff --git a/hw/display/vga-isa.c b/hw/display/vga-isa.c index d2c548e14c..2b3cc9be70 100644 --- a/hw/display/vga-isa.c +++ b/hw/display/vga-isa.c @@ -62,7 +62,7 @@ static int vga_initfn(ISADevice *dev) isa_mem_base + 0x000a0000, vga_io_memory, 1); memory_region_set_coalescing(vga_io_memory); - s->con = graphic_console_init(s->hw_ops, s); + s->con = graphic_console_init(DEVICE(dev), s->hw_ops, s); vga_init_vbe(s, isa_address_space(dev)); /* ROM BIOS */ -- cgit v1.2.3