]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/vga.c
vmware_vga: Allow simple drivers to work without using the fifo
[mirror_qemu.git] / hw / vga.c
index 023134ef685e78ab18182d0c6ae9cab4c851434a..81aa76bef9b1694bd15bf19a05537d7a49808ff1 100644 (file)
--- a/hw/vga.c
+++ b/hw/vga.c
@@ -1616,7 +1616,7 @@ void vga_invalidate_scanlines(VGACommonState *s, int y1, int y2)
     }
 }
 
-static void vga_sync_dirty_bitmap(VGACommonState *s)
+void vga_sync_dirty_bitmap(VGACommonState *s)
 {
     memory_region_sync_dirty_bitmap(&s->vram);
 }