qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/4] spice: improve vga mode performance
@ 2012-09-05  9:41 Gerd Hoffmann
  2012-09-05  9:41 ` [Qemu-devel] [PATCH 1/4] spice: switch to queue for vga mode updates Gerd Hoffmann
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Gerd Hoffmann @ 2012-09-05  9:41 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

  Hi,

This patch series makes spice be more clever on screen updates when in
vga mode (i.e. without qxl guest driver loaded or when using a non-qxl
vga card).  qemu keeps a copy of the screen with the content forwarded
to spice-server, then on updates it goes compare the guest screen with
the copy to figure what has really changed.

cheers,
  Gerd

Gerd Hoffmann (4):
  spice: switch to queue for vga mode updates
  spice: split qemu_spice_create_update
  spice: add screen mirror
  spice: send updates only for changed screen content

 hw/qxl.c           |    6 +-
 ui/spice-display.c |  135 ++++++++++++++++++++++++++++++++++++++++------------
 ui/spice-display.h |    4 +-
 3 files changed, 111 insertions(+), 34 deletions(-)

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

end of thread, other threads:[~2012-09-05  9:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-05  9:41 [Qemu-devel] [PATCH 0/4] spice: improve vga mode performance Gerd Hoffmann
2012-09-05  9:41 ` [Qemu-devel] [PATCH 1/4] spice: switch to queue for vga mode updates Gerd Hoffmann
2012-09-05  9:41 ` [Qemu-devel] [PATCH 2/4] spice: split qemu_spice_create_update Gerd Hoffmann
2012-09-05  9:42 ` [Qemu-devel] [PATCH 3/4] spice: add screen mirror Gerd Hoffmann
2012-09-05  9:42 ` [Qemu-devel] [PATCH 4/4] spice: send updates only for changed screen content Gerd Hoffmann

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).