[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PULL 00/14] Ui 20180312 patches
From: |
Gerd Hoffmann |
Subject: |
[Qemu-devel] [PULL 00/14] Ui 20180312 patches |
Date: |
Mon, 12 Mar 2018 10:13:51 +0100 |
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
- [Qemu-devel] [PULL 00/14] Ui 20180312 patches,
Gerd Hoffmann <=
- [Qemu-devel] [PULL 02/14] make: switch language file build to be gtk module aware, Gerd Hoffmann, 2018/03/12
- [Qemu-devel] [PULL 03/14] sdl: workaround bug in sdl 2.0.8 headers, Gerd Hoffmann, 2018/03/12
- [Qemu-devel] [PULL 01/14] build: try improve handling of clang warnings, Gerd Hoffmann, 2018/03/12
- [Qemu-devel] [PULL 09/14] ui/gtk-egl: add cursor_dmabuf support, Gerd Hoffmann, 2018/03/12
- [Qemu-devel] [PULL 10/14] vnc: deal with surface NULL pointers, Gerd Hoffmann, 2018/03/12
- [Qemu-devel] [PULL 07/14] ui/gtk: use GtkGlArea on wayland only, Gerd Hoffmann, 2018/03/12
- [Qemu-devel] [PULL 05/14] ui/gtk: group gtk.mo declarations in Makefile, Gerd Hoffmann, 2018/03/12
- [Qemu-devel] [PULL 14/14] qapi: Add device ID and head parameters to screendump, Gerd Hoffmann, 2018/03/12
- [Qemu-devel] [PULL 06/14] ui/opengl: Makefile cleanup, Gerd Hoffmann, 2018/03/12
- [Qemu-devel] [PULL 08/14] ui/gtk-egl: add scanout_dmabuf support, Gerd Hoffmann, 2018/03/12