[Qemu-devel] [PATCH v2 00/12] rework display initialization, part one

Gerd Hoffmann posted 12 patches 6 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180129162408.415-1-kraxel@redhat.com
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test docker-quick@centos6 passed
Test ppc passed
Test s390x passed
There is a newer version of this series
include/ui/console.h |  27 ++++++-----
ui/curses.c          |   2 +-
ui/egl-headless.c    |   2 +-
ui/gtk.c             |  32 +++++++------
ui/sdl.c             |  19 +++++---
ui/sdl2.c            |  33 +++++++------
vl.c                 | 127 ++++++++++++++++++++++++++-------------------------
qapi/ui.json         |  64 ++++++++++++++++++++++++++
qemu-doc.texi        |  13 ++++++
ui/cocoa.m           |   4 +-
10 files changed, 208 insertions(+), 115 deletions(-)
[Qemu-devel] [PATCH v2 00/12] rework display initialization, part one
Posted by Gerd Hoffmann 6 years, 1 month ago
  Hi,

This series is the first part of my the qemu display initialization
update.  Changes:

  * Create a QAPI DisplayOptions type for display configuration.
  * Switch all display initialization calls to accept DisplayOptions
    instead of a bunch of bools.

Coming soon, building on top of the above:

  * Add a registry for displays, and remove alot of #ifdefs from vl.c
  * Build sdl, gtk and curses as modules.

cheers,
  Gerd

Gerd Hoffmann (12):
  vl: deprecate -no-frame
  vl: deprecate -alt-grab and -ctrl-grab
  vl: rename DisplayType to LegacyDisplayType
  gtk: add and use DisplayOptions + DisplayGTK
  sdl: use DisplayOptions
  vl: drop no_quit variable
  egl-headless: use DisplayOptions
  curses: use DisplayOptions
  cocoa: use DisplayOptions
  vl: drop full_screen variable
  vl: drop display_type variable
  vl: drop request_opengl variable

 include/ui/console.h |  27 ++++++-----
 ui/curses.c          |   2 +-
 ui/egl-headless.c    |   2 +-
 ui/gtk.c             |  32 +++++++------
 ui/sdl.c             |  19 +++++---
 ui/sdl2.c            |  33 +++++++------
 vl.c                 | 127 ++++++++++++++++++++++++++-------------------------
 qapi/ui.json         |  64 ++++++++++++++++++++++++++
 qemu-doc.texi        |  13 ++++++
 ui/cocoa.m           |   4 +-
 10 files changed, 208 insertions(+), 115 deletions(-)

-- 
2.9.3