]> Git Repo - qemu.git/blobdiff - hw/display/vga-isa.c
vga: pass owner to vga_init_vbe
[qemu.git] / hw / display / vga-isa.c
index fbf6db57652d41c48903f2ef47e161d0850c9cfd..5f253a9a49de76a0d467e3b00629ece8d2862e59 100644 (file)
@@ -69,7 +69,7 @@ static void vga_isa_realizefn(DeviceState *dev, Error **errp)
     memory_region_set_coalescing(vga_io_memory);
     s->con = graphic_console_init(DEVICE(dev), s->hw_ops, s);
 
-    vga_init_vbe(s, isa_address_space(isadev));
+    vga_init_vbe(s, OBJECT(dev), isa_address_space(isadev));
     /* ROM BIOS */
     rom_add_vga(VGABIOS_FILENAME);
 }
This page took 0.024027 seconds and 4 git commands to generate.