]> Git Repo - qemu.git/blobdiff - hw/display/vga.c
vga: pass owner to vga_init
[qemu.git] / hw / display / vga.c
index 21e37633f313cd9ad067b4d9a63f4d02917350c5..24b8b456140080b203b017d3b9b4a8da3ca620ac 100644 (file)
@@ -2350,7 +2350,7 @@ MemoryRegion *vga_init_io(VGACommonState *s,
     return vga_mem;
 }
 
-void vga_init(VGACommonState *s, MemoryRegion *address_space,
+void vga_init(VGACommonState *s, Object *obj, MemoryRegion *address_space,
               MemoryRegion *address_space_io, bool init_vga_ports)
 {
     MemoryRegion *vga_io_memory;
This page took 0.022328 seconds and 4 git commands to generate.