qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0 of 7] [UPDATE] DisplayState interface change
@ 2008-11-26 17:47 Stefano Stabellini
  2008-11-26 18:40 ` Paul Brook
  2008-12-02 19:33 ` Anthony Liguori
  0 siblings, 2 replies; 14+ messages in thread
From: Stefano Stabellini @ 2008-11-26 17:47 UTC (permalink / raw)
  To: qemu-devel

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

The series is now of 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

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

end of thread, other threads:[~2008-12-11 15:45 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-26 17:47 [Qemu-devel] [PATCH 0 of 7] [UPDATE] DisplayState interface change Stefano Stabellini
2008-11-26 18:40 ` Paul Brook
2008-11-26 19:08   ` Stefano Stabellini
2008-11-27 23:42     ` Anthony Liguori
2008-11-28  0:29       ` Paul Brook
2008-12-02 19:35         ` Anthony Liguori
2008-12-11 11:55           ` Stefano Stabellini
2008-12-11 12:39             ` Paul Brook
2008-12-11 15:22               ` Stefano Stabellini
2008-12-11 15:29                 ` Paul Brook
2008-12-11 15:37                   ` Stefano Stabellini
2008-12-11 15:45                     ` Paul Brook
2008-11-28 11:03       ` Stefano Stabellini
2008-12-02 19:33 ` 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).