qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0 of 3] vnc and vga improvements
@ 2008-08-28 15:49 Stefano Stabellini
  2008-08-28 20:07 ` Anthony Liguori
  0 siblings, 1 reply; 7+ messages in thread
From: Stefano Stabellini @ 2008-08-28 15:49 UTC (permalink / raw)
  To: qemu-devel

Hi all,
This is a three patch series coming from xen-unstable to improve vnc
and vga performances.

The first patch implements dynamic colour depth changes in vnc.c:
this way the vnc server can change its own internal colour depth at run
time to follow any guest resolution change.

The second patch implements the WMVi vnc extension in the qemu vnc
server, so that we can also notify a vnc client when we change
internal colour depth and offload any possible colour conversion to the
client.

The third patch implements sharing of the display pixel buffer between
vnc.c and vga.c, in order to save a lot of memcpy's.

The idea is that vnc.c (and in the near future sdl.c too) strictly
follows the guest display resolution and notifies the client of any
change. As a consequence we can save two colour conversions: one between
vga and vnc, another one between the vnc server and the vnc client.

For the moment this is all, but I'll start working on the sdl shared
buffer in the next days.

Cheers,

Stefano Stabellini

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

end of thread, other threads:[~2008-09-07  2:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-28 15:49 [Qemu-devel] [PATCH 0 of 3] vnc and vga improvements Stefano Stabellini
2008-08-28 20:07 ` Anthony Liguori
2008-08-29  9:51   ` Stefano Stabellini
2008-08-29  9:51   ` Gerd Hoffmann
2008-08-29 10:02     ` Samuel Thibault
2008-08-29 10:12     ` Stefano Stabellini
2008-09-07  2:51     ` Anthony Liguori

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