All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 00/11] Ui 20180228 patches
@ 2018-02-28 12:16 Gerd Hoffmann
  2018-02-28 12:16 ` [Qemu-devel] [PULL 01/11] console: add qemu display registry, add gtk Gerd Hoffmann
                   ` (13 more replies)
  0 siblings, 14 replies; 16+ messages in thread
From: Gerd Hoffmann @ 2018-02-28 12:16 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

The following changes since commit 0a773d55ac76c5aa89ed9187a3bc5af8c5c2a6d0:

  maintainers: Add myself as a OpenBSD maintainer (2018-02-23 12:05:07 +0000)

are available in the git repository at:

  git://git.kraxel.org/qemu tags/ui-20180228-pull-request

for you to fetch changes up to 6b59af25063d9affb433b4febb8d706a62713680:

  curses: build as ui module (2018-02-28 07:21:44 +0100)

----------------------------------------------------------------
ui: add & use display registry, build some UIs as module.

----------------------------------------------------------------

Gerd Hoffmann (11):
  console: add qemu display registry, add gtk
  sdl: switch over to new display registry
  cocoa: switch over to new display registry
  curses: switch over to new display registry
  egl-headless: switch over to new display registry
  console: add and use qemu_display_find_default
  console: add ui module loading support
  configure: add X11 vars to config-host.mak
  configure: opengl doesn't depend on x11
  gtk: build as ui module
  curses: build as ui module

 configure             | 27 +++++++++++--------
 include/qemu/module.h |  1 +
 include/ui/console.h  | 75 ++++++++-------------------------------------------
 ui/console.c          | 59 ++++++++++++++++++++++++++++++++++++++++
 ui/curses.c           | 14 +++++++++-
 ui/egl-headless.c     | 20 +++++++++++++-
 ui/gtk.c              | 17 ++++++++++--
 ui/sdl.c              | 24 +++++++++--------
 ui/sdl2.c             | 17 ++++++++++--
 vl.c                  | 74 ++++++++------------------------------------------
 ui/Makefile.objs      | 28 ++++++++++++-------
 ui/cocoa.m            | 14 +++++++++-
 12 files changed, 204 insertions(+), 166 deletions(-)

-- 
2.9.3

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

end of thread, other threads:[~2018-03-01 10:07 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-28 12:16 [Qemu-devel] [PULL 00/11] Ui 20180228 patches Gerd Hoffmann
2018-02-28 12:16 ` [Qemu-devel] [PULL 01/11] console: add qemu display registry, add gtk Gerd Hoffmann
2018-02-28 12:16 ` [Qemu-devel] [PULL 02/11] sdl: switch over to new display registry Gerd Hoffmann
2018-02-28 12:16 ` [Qemu-devel] [PULL 03/11] cocoa: " Gerd Hoffmann
2018-02-28 12:16 ` [Qemu-devel] [PULL 04/11] curses: " Gerd Hoffmann
2018-02-28 12:16 ` [Qemu-devel] [PULL 05/11] egl-headless: " Gerd Hoffmann
2018-02-28 12:16 ` [Qemu-devel] [PULL 06/11] console: add and use qemu_display_find_default Gerd Hoffmann
2018-02-28 12:16 ` [Qemu-devel] [PULL 07/11] console: add ui module loading support Gerd Hoffmann
2018-02-28 12:17 ` [Qemu-devel] [PULL 08/11] configure: add X11 vars to config-host.mak Gerd Hoffmann
2018-02-28 12:17 ` [Qemu-devel] [PULL 09/11] configure: opengl doesn't depend on x11 Gerd Hoffmann
2018-02-28 12:17 ` [Qemu-devel] [PULL 10/11] gtk: build as ui module Gerd Hoffmann
2018-02-28 12:17 ` [Qemu-devel] [PULL 11/11] curses: " Gerd Hoffmann
2018-02-28 12:57 ` [Qemu-devel] [PULL 00/11] Ui 20180228 patches no-reply
2018-03-01 10:06   ` Gerd Hoffmann
2018-02-28 13:26 ` no-reply
2018-02-28 14:09 ` no-reply

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.