From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45443) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b4kNy-0007PA-8c for qemu-devel@nongnu.org; Mon, 23 May 2016 03:34:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b4kNs-0008Ht-9G for qemu-devel@nongnu.org; Mon, 23 May 2016 03:34:45 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40003) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b4kNs-0008Hf-41 for qemu-devel@nongnu.org; Mon, 23 May 2016 03:34:40 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 1EC84627DA for ; Mon, 23 May 2016 07:34:39 +0000 (UTC) Message-ID: <1463988877.29367.1.camel@redhat.com> From: Gerd Hoffmann Date: Mon, 23 May 2016 09:34:37 +0200 In-Reply-To: References: <543c98f507a30a92c42f1d240b47ad90f0efdad3.1463588606.git.crobinso@redhat.com> <1463723606.3526.7.camel@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 3/3] virtio-gpu: Warn if UI config will disable virgl List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cole Robinson Cc: =?ISO-8859-1?Q?Marc-Andr=E9?= Lureau , qemu-devel@nongnu.org Hi, > > We could turn the virgl switch into tristate (OnOffAuto), have it > > default to Auto, then fail (not warn) in case it is set to On without 3= d > > support being available. > >=20 >=20 > Property settings are part of the migration format, right? Is there an ea= sy > way to change the 'virgl' property like that in a backwards compatible wa= y? Or > decouple the command line handling from the Property value? No worries for now, virtio-gpu doesn't support live migration (patch for live migration in 2d mode exists but was too late for 2.6 release). cheers, Gerd