summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPeter Maydell2016-02-29 12:49:50 +0100
committerPeter Maydell2016-02-29 12:49:50 +0100
commit1da90c34c9e76e0f4fa9faaa670518443b9bda9c (patch)
treeb7395db1b80ce9eb9634f77e0b3807545e54e0a6 /include
parentMerge remote-tracking branch 'remotes/kraxel/tags/pull-fw-cfg-20160226-1' int... (diff)
parentMAINTAINERS: Add an entry for the include/ui/ folder (diff)
downloadqemu-1da90c34c9e76e0f4fa9faaa670518443b9bda9c.tar.gz
qemu-1da90c34c9e76e0f4fa9faaa670518443b9bda9c.tar.xz
qemu-1da90c34c9e76e0f4fa9faaa670518443b9bda9c.zip
Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20160229-1' into staging
ui: spice dmabuf fix, MAINTAINERS updates. # gpg: Signature made Mon 29 Feb 2016 10:41:15 GMT using RSA key ID D3E87138 # gpg: Good signature from "Gerd Hoffmann (work) <kraxel@redhat.com>" # gpg: aka "Gerd Hoffmann <gerd@kraxel.org>" # gpg: aka "Gerd Hoffmann (private) <kraxel@gmail.com>" * remotes/kraxel/tags/pull-ui-20160229-1: MAINTAINERS: Add an entry for the include/ui/ folder MAINTAINERS: Add spice-display.h to the SPICE section spice/gl: Enable dmabuf only for spice >= 0.13.1 Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'include')
-rw-r--r--include/ui/spice-display.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ui/spice-display.h b/include/ui/spice-display.h
index 69a222b543..30ccfe3dab 100644
--- a/include/ui/spice-display.h
+++ b/include/ui/spice-display.h
@@ -25,7 +25,7 @@
#include "sysemu/sysemu.h"
#if defined(CONFIG_OPENGL_DMABUF)
-# if SPICE_SERVER_VERSION >= 0x000d00 /* release 0.13.0 */
+# if SPICE_SERVER_VERSION >= 0x000d01 /* release 0.13.1 */
# define HAVE_SPICE_GL 1
# include "ui/egl-helpers.h"
# include "ui/egl-context.h"