From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46890) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aWRTm-0001AZ-D3 for qemu-devel@nongnu.org; Thu, 18 Feb 2016 11:30:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aWRTh-0003yx-En for qemu-devel@nongnu.org; Thu, 18 Feb 2016 11:30:58 -0500 Received: from mx1.redhat.com ([209.132.183.28]:60000) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aWRTh-0003xe-9s for qemu-devel@nongnu.org; Thu, 18 Feb 2016 11:30:53 -0500 References: <1455787610-31787-1-git-send-email-kraxel@redhat.com> <1455787610-31787-6-git-send-email-kraxel@redhat.com> From: Eric Blake Message-ID: <56C5F1BC.50200@redhat.com> Date: Thu, 18 Feb 2016 09:30:52 -0700 MIME-Version: 1.0 In-Reply-To: <1455787610-31787-6-git-send-email-kraxel@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="DGSPvotDnAgWXIxBsrpvSgDt1BWVsUbVQ" Subject: Re: [Qemu-devel] [PATCH 5/8] spice: add opengl/virgl/dmabuf support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann , qemu-devel@nongnu.org Cc: spice-devel@lists.freedesktop.org, =?UTF-8?Q?Marc-Andr=c3=a9_Lureau?= This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --DGSPvotDnAgWXIxBsrpvSgDt1BWVsUbVQ Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 02/18/2016 02:26 AM, Gerd Hoffmann wrote: > This adds support for dma-buf passing to spice. This makes virtio-gpu > with 3d acceleration work with spice. >=20 >=20 > gl mode is turned off by default, use "-spice gl=3Don,$otherargs" to > enable it. >=20 > =20 > @@ -494,9 +497,14 @@ static QemuOptsList qemu_spice_opts =3D { > },{ > .name =3D "playback-compression", > .type =3D QEMU_OPT_BOOL, > - }, { > + },{ > .name =3D "seamless-migration", > .type =3D QEMU_OPT_BOOL, > +#ifdef CONFIG_OPENGL_DMABUF > + },{ > + .name =3D "gl", > + .type =3D QEMU_OPT_BOOL, > +#endif > }, How introspectible is this? Does QMP 'query-command-line-options' cope will with showing 'gl' as an option only for the qemu binaries where the #ifdef succeeded? --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --DGSPvotDnAgWXIxBsrpvSgDt1BWVsUbVQ Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJWxfG8AAoJEKeha0olJ0NqjdgH/2EVPshA+jElQX/5hTJprAqX LedC57Ukk3/MJ3cHGV3H6mDQ0aO2/TtgNrvC6xzfJ663Mz91OluF7JTLH+PsM2Fl s7v18kZsuP6CnGsXqPw53fa6bdkCDioT0IgOSCTDkTFYftMYKCv1737TXgOkQthg i8h+d34AMjllxE56P3F79SlqdvB4k/4gxvyvIVvPEntR1JcjQ68L8ED5S6aoO7ki Ha8HUnyP2ATSXPIh/Qo4pkwoYTD7O0G3MqLUGlll7RAzqXJYl7wxMoPhaXYCNO1W MHcjNbkMYYz/5bQwtZ5Pq1BzRNuZNTe0mdk3Kt1oKCRBV9vI8MFmG9k5Lp6Myns= =aq7z -----END PGP SIGNATURE----- --DGSPvotDnAgWXIxBsrpvSgDt1BWVsUbVQ--