The following changes since commit e4ae62b802cec437f877f2cadc4ef059cc0eca76:
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging (2018-03-09 17:28:16 +0000) are available in the git repository at: git://git.kraxel.org/qemu tags/ui-20180312-pull-request for you to fetch changes up to f771c5440e04626f1cf9a6a7d1b1c6cd8168cacd: qapi: Add device ID and head parameters to screendump (2018-03-12 09:03:15 +0100) ---------------------------------------------------------------- gtk,spice: add dmabuf support. sdl,vnc,gtk: bugfixes. ui/qapi: add device ID and head parameters to screendump. build: try improve handling of clang warnings. ---------------------------------------------------------------- Bruce Rogers (1): make: switch language file build to be gtk module aware Gerd Hoffmann (12): build: try improve handling of clang warnings sdl: workaround bug in sdl 2.0.8 headers ui/gtk: make GtkGlArea usage a runtime option ui/gtk: group gtk.mo declarations in Makefile ui/opengl: Makefile cleanup ui/gtk: use GtkGlArea on wayland only ui/gtk-egl: add scanout_dmabuf support ui/gtk-egl: add cursor_dmabuf support vnc: deal with surface NULL pointers spice: drop dprint() debug logging spice: add scanout_dmabuf support spice: add cursor_dmabuf support Thomas Huth (1): qapi: Add device ID and head parameters to screendump configure | 3 +- Makefile | 2 +- include/ui/console.h | 2 + include/ui/gtk.h | 14 ++++ include/ui/spice-display.h | 9 +++ hmp.c | 4 +- ui/console.c | 34 +++++--- ui/gtk-egl.c | 63 ++++++++++++++- ui/gtk.c | 68 +++++++++------- ui/spice-display.c | 194 ++++++++++++++++++++++++++++++++------------- ui/vnc.c | 10 +++ util/coroutine-ucontext.c | 4 +- hmp-commands.hx | 7 +- qapi/ui.json | 10 ++- ui/Makefile.objs | 25 +++--- ui/trace-events | 12 +++ 16 files changed, 349 insertions(+), 112 deletions(-) -- 2.9.3
