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