From: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH 0 of 5] [UPDATE] DisplayState interface change
Date: Fri, 21 Nov 2008 17:07:08 +0000 [thread overview]
Message-ID: <4926EABC.4090706@eu.citrix.com> (raw)
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
reply other threads:[~2008-11-21 17:03 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4926EABC.4090706@eu.citrix.com \
--to=stefano.stabellini@eu.citrix.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).