On Mon, Oct 22, 2018 at 04:00:53PM +0800, yuchen...@synology.com wrote: > From: yuchenlin <yuchen...@synology.com> > > Signed-off-by: yuchenlin <yuchen...@synology.com> > --- > hw/display/vga_int.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/hw/display/vga_int.h b/hw/display/vga_int.h > index 6e4fa48a79..55c418eab5 100644 > --- a/hw/display/vga_int.h > +++ b/hw/display/vga_int.h > @@ -166,7 +166,6 @@ MemoryRegion *vga_init_io(VGACommonState *s, Object *obj, > const MemoryRegionPortio **vbe_ports); > void vga_common_reset(VGACommonState *s); > > -void vga_sync_dirty_bitmap(VGACommonState *s); > void vga_dirty_log_start(VGACommonState *s); > void vga_dirty_log_stop(VGACommonState *s);
Added to vga queue. thanks, Gerd