qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0 of 5] [UPDATE] DisplayState interface change
@ 2008-11-21 17:07 Stefano Stabellini
  0 siblings, 0 replies; only message in thread
From: Stefano Stabellini @ 2008-11-21 17:07 UTC (permalink / raw)
  To: qemu-devel

Hi all,
this is the second update of the "DisplayState interface change" series.

The series is now of made of 5 patches:

1) introducing accessors
this is the brainless substitutions patch that changes ds->linesize with
ds_get_linesize(ds) and friends everywhere;

2) qemu_reallocz
this patch implements a qemu_reallocz function, that will be used later;

3) remove bgr
the new DisplayState interface does not contain any host specific
display detail, it is an abstraction of the backend display, hence we
don't need to memorize the bgr flag in DisplayState.
The frontend must be able to handle a bgr display by itself, in fact sdl
is perfectly capable of that;

4) DisplayState interface change
this is the big patch that actually changes the interface;

5) vnc improvements
this patch introduces DisplaySurfaces in vnc, simplifying the code.

there are no semantic changes compared to the last update of this series.

Cheers,

Stefano

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-11-21 17:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-21 17:07 [Qemu-devel] [PATCH 0 of 5] [UPDATE] DisplayState interface change Stefano Stabellini

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