From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:44483) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RPuxO-00040H-0s for qemu-devel@nongnu.org; Mon, 14 Nov 2011 06:44:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RPuxM-00063r-Vo for qemu-devel@nongnu.org; Mon, 14 Nov 2011 06:44:09 -0500 Received: from mx1.redhat.com ([209.132.183.28]:8782) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RPuxM-00063g-OF for qemu-devel@nongnu.org; Mon, 14 Nov 2011 06:44:08 -0500 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id pAEBi6C5012969 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 14 Nov 2011 06:44:06 -0500 Date: Mon, 14 Nov 2011 13:44:01 +0200 From: Alon Levy Message-ID: <20111114114401.GI7140@garlic.redhat.com> References: <1321190871-22769-1-git-send-email-alevy@redhat.com> <4EC0F039.9090507@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4EC0F039.9090507@redhat.com> 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: Gerd Hoffmann Cc: qemu-devel@nongnu.org, avi@redhat.com On Mon, Nov 14, 2011 at 11:40:57AM +0100, Gerd Hoffmann wrote: > 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. > ok, so do you want another email with subject PATCH or can I consider this in the queue? > > 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 > >