From: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH 0 of 7] DisplayState interface change
Date: Thu, 18 Dec 2008 19:12:50 +0000 [thread overview]
Message-ID: <494AA0B2.8070702@eu.citrix.com> (raw)
Hi all,
this is the forth update of the "DisplayState interface change" series.
This update fixes the few remaining issue raised last time.
The series is made of 7 patches:
1) accessors again
some other substitutions in hw/sm501.c;
2) 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;
3) DisplayState interface change
this is the big patch that actually changes the interface;
4) vnc improvements
this patch introduces DisplaySurfaces in vnc, simplifying the code.
5) graphical_console_init change
this is the patch that changes the graphical_console_init function
to return an allocated DisplayState instead of a QEMUConsole, as Anthony
suggested.
This patch does *not* include any required changes to any devices, these
changes come with the two following patches.
6) machine changes
this patch changes the QEMUMachine init functions of all the machine types
not to take a DisplayState as an argument because is not needed any
more;
7) graphic device changes
this patch updates the graphic device code to use the new
graphical_console_init function.
Patch number 5 requires also 6 and 7 to compile.
More comments on single patches.
Cheers,
Stefano
next reply other threads:[~2008-12-18 19:12 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-12-18 19:12 Stefano Stabellini [this message]
2008-12-18 19:25 ` [Qemu-devel] [PATCH 0 of 7] DisplayState interface change Anthony Liguori
2008-12-18 20:09 ` Andreas Färber
2008-12-19 11:25 ` Stefano Stabellini
2009-01-15 17:03 ` Stefano Stabellini
2009-01-15 17:19 ` Anthony Liguori
2009-01-15 17:35 ` Stefano Stabellini
2009-01-15 17:22 ` Andreas Färber
2009-01-15 17:43 ` Stefano Stabellini
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=494AA0B2.8070702@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).