]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/display/vga.c
console: rename vga_hw_*, add QemuConsole param
[mirror_qemu.git] / hw / display / vga.c
index c1b67bbbf86f86e13831c9ee5e9d1b65983f8705..e37e8984bc99ceadc56cacdaf0c60c7e3e944f73 100644 (file)
@@ -2452,6 +2452,6 @@ static void vga_screen_dump(void *opaque, const char *filename, bool cswitch,
     if (cswitch) {
         vga_invalidate_display(s);
     }
-    vga_hw_update();
+    graphic_hw_update(s->con);
     ppm_save(filename, surface, errp);
 }