Revision 38334f76 hw/cirrus_vga.c

b/hw/cirrus_vga.c
769 769
		      s->cirrus_blt_width, s->cirrus_blt_height);
770 770

  
771 771
    if (notify)
772
	s->ds->dpy_copy(s->ds,
773
			sx, sy, dx, dy,
774
			s->cirrus_blt_width / depth,
775
			s->cirrus_blt_height);
772
	qemu_console_copy(s->console,
773
			  sx, sy, dx, dy,
774
			  s->cirrus_blt_width / depth,
775
			  s->cirrus_blt_height);
776 776

  
777 777
    /* we don't have to notify the display that this portion has
778
       changed since dpy_copy implies this */
778
       changed since qemu_console_copy implies this */
779 779

  
780 780
    if (!notify)
781 781
	cirrus_invalidate_region(s, s->cirrus_blt_dstaddr,

Also available in: Unified diff