From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41964) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZEVO-0000y6-Bm for qemu-devel@nongnu.org; Fri, 26 Feb 2016 04:16:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aZEVL-0005bh-6W for qemu-devel@nongnu.org; Fri, 26 Feb 2016 04:16:10 -0500 Received: from mx1.redhat.com ([209.132.183.28]:34234) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZEVL-0005aa-18 for qemu-devel@nongnu.org; Fri, 26 Feb 2016 04:16:07 -0500 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (Postfix) with ESMTPS id 1D716804E8 for ; Fri, 26 Feb 2016 09:16:06 +0000 (UTC) Message-ID: <1456478164.1340.0.camel@redhat.com> From: Gerd Hoffmann Date: Fri, 26 Feb 2016 10:16:04 +0100 In-Reply-To: <1a724e97cb587624d6f6009c15395496bccfa32b.1456317738.git.mprivozn@redhat.com> References: <1a724e97cb587624d6f6009c15395496bccfa32b.1456317738.git.mprivozn@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] spice/gl: Enable dmabuf only for spice >= 0.13.1 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michal Privoznik Cc: marcandre.lureau@redhat.com, qemu-devel@nongnu.org On Mi, 2016-02-24 at 13:42 +0100, Michal Privoznik wrote: > 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). Added to patch queue. thanks, Gerd