From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:33757) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RPtyJ-0001Gj-I2 for qemu-devel@nongnu.org; Mon, 14 Nov 2011 05:41:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RPtyI-0003ks-Ip for qemu-devel@nongnu.org; Mon, 14 Nov 2011 05:41:03 -0500 Received: from mx1.redhat.com ([209.132.183.28]:58941) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RPtyI-0003ki-Bl for qemu-devel@nongnu.org; Mon, 14 Nov 2011 05:41:02 -0500 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id pAEAf0PY015925 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 14 Nov 2011 05:41:00 -0500 Message-ID: <4EC0F039.9090507@redhat.com> Date: Mon, 14 Nov 2011 11:40:57 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <1321190871-22769-1-git-send-email-alevy@redhat.com> In-Reply-To: <1321190871-22769-1-git-send-email-alevy@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC 1.0] pc_piix: set qxl revision to 2 for pc-0.14 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alon Levy Cc: qemu-devel@nongnu.org, avi@redhat.com On 11/13/11 14:27, Alon Levy wrote: > The default is still 3, and I didn't change older machine types. Looks good to me. > Signed-off-by: Alon Levy > --- > Is there a better way then copy pasting this to the older pc types to get > the revision == 2 for them as well? Unfortunaly not, although we probably should have one to make compat props less error prone ... Not an issue in that case though as 0.14 was the first qemu version with spice. cheers, Gerd