From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56944) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V1JBK-0007cn-96 for qemu-devel@nongnu.org; Mon, 22 Jul 2013 12:41:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V1JBI-0000qT-Me for qemu-devel@nongnu.org; Mon, 22 Jul 2013 12:41:54 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52304) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V1JBI-0000qL-Eb for qemu-devel@nongnu.org; Mon, 22 Jul 2013 12:41:52 -0400 Message-ID: <51ED60CE.3080208@redhat.com> Date: Mon, 22 Jul 2013 10:41:50 -0600 From: Eric Blake MIME-Version: 1.0 References: <1374500869-20224-1-git-send-email-kraxel@redhat.com> In-Reply-To: <1374500869-20224-1-git-send-email-kraxel@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="rmnoQhGwxqwlLUfDRWsu12mCtI4AwIiFE" Subject: Re: [Qemu-devel] [PATCH] spice: fix display initialization List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: Anthony Liguori , qemu-devel@nongnu.org This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --rmnoQhGwxqwlLUfDRWsu12mCtI4AwIiFE Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 07/22/2013 07:47 AM, Gerd Hoffmann wrote: > Spice has two display interface implementations: One integrated into > the qxl graphics card, and one generic which can operate with every > qemu-emulated graphics card. >=20 > The generic one is activated in case spice is used without qxl. The > logic for that only catched the "-vga qxl" case, "-device qxl-vga" goes= s/catched/caught/ > unnoticed. Fix that by adding a check in the spice interface > registration so we'll notice the qxl card no matter how it is created. >=20 > Signed-off-by: Gerd Hoffmann > --- > include/ui/qemu-spice.h | 2 ++ > ui/spice-core.c | 5 +++++ > vl.c | 2 +- > 3 files changed, 8 insertions(+), 1 deletion(-) >=20 Looks like this will fix https://bugzilla.redhat.com/show_bug.cgi?id=3D98= 1094 --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --rmnoQhGwxqwlLUfDRWsu12mCtI4AwIiFE Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.13 (GNU/Linux) Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJR7WDOAAoJEKeha0olJ0Nq0IUH/iMFIlZu7ijrMJMguxx5Deub R15okGrMxfVKMlNrgNF0JtXYjhvZhJzPcazrdxIj7NpiG+iWpngvM/Qia3BEpgeh fRkA9qf/hddpKr6b6yliTz6uPvP0B5oLC/APf2j1ux4MkpmTSrUTRGYoGbPV5Ff/ wciwJuV4hKSg9SNSgsbd/HOhIRkmPu8/0Vfa/G5LStdptTPz4+itmNIxi8e37LZg GfYGHC86ygZ88WD+e1yWxAtnd6gdLeNjv7H5sB+/mSsewrcHKXKd1uuHKvWnW+tZ 26EKx+4qs6D6MEI2pMsuHI3nab4iIh8ztIxDp0ybolRRZFJ6xBP4x+jfwYJRIUc= =X85N -----END PGP SIGNATURE----- --rmnoQhGwxqwlLUfDRWsu12mCtI4AwIiFE--