]> git.proxmox.com Git - qemu.git/blobdiff - hw/vga-isa.c
console: stop using DisplayState in gfx hardware emulation
[qemu.git] / hw / vga-isa.c
index ffad5226fd445db312c078ae8e2e6b7a9c195faa..9e293217d0163492ec75fec07d4909658a111d52 100644 (file)
@@ -62,8 +62,8 @@ static int vga_initfn(ISADevice *dev)
                                         isa_mem_base + 0x000a0000,
                                         vga_io_memory, 1);
     memory_region_set_coalescing(vga_io_memory);
-    s->ds = graphic_console_init(s->update, s->invalidate,
-                                 s->screen_dump, s->text_update, s);
+    s->con = graphic_console_init(s->update, s->invalidate,
+                                  s->screen_dump, s->text_update, s);
 
     vga_init_vbe(s, isa_address_space(dev));
     /* ROM BIOS */