From: "Marc-André Lureau" <mlureau@redhat.com>
To: Michal Privoznik <mprivozn@redhat.com>
Cc: marcandre lureau <marcandre.lureau@redhat.com>,
qemu-devel@nongnu.org, kraxel@redhat.com
Subject: Re: [Qemu-devel] [PATCH] spice/gl: Enable dmabuf only for spice >= 0.13.1
Date: Wed, 24 Feb 2016 08:06:57 -0500 (EST) [thread overview]
Message-ID: <113129844.26771667.1456319217157.JavaMail.zimbra@redhat.com> (raw)
In-Reply-To: <1a724e97cb587624d6f6009c15395496bccfa32b.1456317738.git.mprivozn@redhat.com>
Hi
----- Original Message -----
> After 474114b7 the dmabuf feature is enabled whenever spice
> greater than or equal to spice 0.13.0 is found. This is because
> two new functions are required: spice_qxl_gl_scanout and
> spice_qxl_gl_draw_async. These were, however, introduce in 0.13.1
> release. Well, technically they haven't been released yet, but
> for sure they are not going to be part of 0.13.0 release (for the
> ABI stability sake).
>
> Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Ack (that was part too of my previous review comments btw)
> ---
> include/ui/spice-display.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/ui/spice-display.h b/include/ui/spice-display.h
> index 69a222b..30ccfe3 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"
> --
> 2.4.10
>
>
next prev parent reply other threads:[~2016-02-24 13:07 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-24 12:42 [Qemu-devel] [PATCH] spice/gl: Enable dmabuf only for spice >= 0.13.1 Michal Privoznik
2016-02-24 13:06 ` Marc-André Lureau [this message]
2016-02-26 9:16 ` Gerd Hoffmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=113129844.26771667.1456319217157.JavaMail.zimbra@redhat.com \
--to=mlureau@redhat.com \
--cc=kraxel@redhat.com \
--cc=marcandre.lureau@redhat.com \
--cc=mprivozn@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).