Re: [Qemu-devel] [PATCH] fix screendump

2012-03-24 Thread Blue Swirl
Thanks, applied. On Thu, Mar 1, 2012 at 07:34, Gerd Hoffmann wrote: > Commit 45efb16124efef51de5157afc31984b5a47700f9 optimized a bit too > much.  We can skip the vga_invalidate_display() in case no console > switch happened because we don't need a full redraw then.  We can *not* > skip vga_hw_up

Re: [Qemu-devel] [PATCH] fix screendump

2012-03-19 Thread Jan Kiszka
On 2012-03-01 08:34, Gerd Hoffmann wrote: > Commit 45efb16124efef51de5157afc31984b5a47700f9 optimized a bit too > much. We can skip the vga_invalidate_display() in case no console > switch happened because we don't need a full redraw then. We can *not* > skip vga_hw_update() though, because the s

Re: [Qemu-devel] [PATCH] fix screendump

2012-03-01 Thread Avi Kivity
On 03/01/2012 09:34 AM, Gerd Hoffmann wrote: > Commit 45efb16124efef51de5157afc31984b5a47700f9 optimized a bit too > much. We can skip the vga_invalidate_display() in case no console > switch happened because we don't need a full redraw then. We can *not* > skip vga_hw_update() though, because th

Re: [Qemu-devel] [PATCH] fix screendump

2012-03-01 Thread Alon Levy
On Thu, Mar 01, 2012 at 08:34:40AM +0100, Gerd Hoffmann wrote: > Commit 45efb16124efef51de5157afc31984b5a47700f9 optimized a bit too > much. We can skip the vga_invalidate_display() in case no console > switch happened because we don't need a full redraw then. We can *not* > skip vga_hw_update()

[Qemu-devel] [PATCH] fix screendump

2012-02-29 Thread Gerd Hoffmann
Commit 45efb16124efef51de5157afc31984b5a47700f9 optimized a bit too much. We can skip the vga_invalidate_display() in case no console switch happened because we don't need a full redraw then. We can *not* skip vga_hw_update() though, because the screen content will be stale then in case nobody el