qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] screendump fixups
@ 2012-02-23  9:22 Gerd Hoffmann
  2012-02-23  9:22 ` [Qemu-devel] [PATCH 1/2] vga: simplify screendump Gerd Hoffmann
  2012-02-23  9:22 ` [Qemu-devel] [PATCH 2/2] optimize screendump for the common non-switch case Gerd Hoffmann
  0 siblings, 2 replies; 5+ messages in thread
From: Gerd Hoffmann @ 2012-02-23  9:22 UTC (permalink / raw)
  To: qemu-devel; +Cc: alevy, Gerd Hoffmann

  Hi,

After checking again I figured the displaychangelistener for screendumps
isn't needed.  Sorry alon.  So lets just zap it.  Also the console
switching can be optimized further, when no switching was needed (the
common case) we can just go ahead and write out the dump without a full
displaysurface redraw.

cheers,
  Gerd

Gerd Hoffmann (2):
  vga: simplify screendump
  optimize screendump for the common non-switch case

 console.c       |   10 +++++++---
 console.h       |    2 +-
 hw/qxl.c        |    4 ++--
 hw/vga.c        |   46 +++++++---------------------------------------
 hw/vmware_vga.c |    4 ++--
 5 files changed, 19 insertions(+), 47 deletions(-)

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-02-23 10:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-23  9:22 [Qemu-devel] [PATCH 0/2] screendump fixups Gerd Hoffmann
2012-02-23  9:22 ` [Qemu-devel] [PATCH 1/2] vga: simplify screendump Gerd Hoffmann
2012-02-23 10:00   ` Alon Levy
2012-02-23  9:22 ` [Qemu-devel] [PATCH 2/2] optimize screendump for the common non-switch case Gerd Hoffmann
2012-02-23 10:03   ` Alon Levy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).