From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47500) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlEtX-0003ke-6T for qemu-devel@nongnu.org; Mon, 03 Nov 2014 05:30:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XlEtS-0007sL-Bg for qemu-devel@nongnu.org; Mon, 03 Nov 2014 05:29:55 -0500 Received: from mx1.redhat.com ([209.132.183.28]:49444) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlEtS-0007s8-4A for qemu-devel@nongnu.org; Mon, 03 Nov 2014 05:29:50 -0500 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id sA3ATnfB032275 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Mon, 3 Nov 2014 05:29:49 -0500 Date: Mon, 3 Nov 2014 12:29:46 +0200 From: "Michael S. Tsirkin" Message-ID: <20141103102946.GA13486@redhat.com> References: <1414487352-6027-1-git-send-email-kraxel@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1414487352-6027-1-git-send-email-kraxel@redhat.com> Subject: Re: [Qemu-devel] [PATCH 0/2] vga: demote cirrus List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: ajax@redhat.com, qemu-devel@nongnu.org On Tue, Oct 28, 2014 at 10:09:10AM +0100, Gerd Hoffmann wrote: > Hi, > > Time to flip the default to stdvga. Done for 2.2+ machine types only, > for obvious compatibility reasons. > > https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/ > > Gerd Hoffmann (2): > vga: add default display to machine class > vga: flip qemu 2.2 pc machine types from cirrus to stdvga OK I trust your judgement that it's a good idea even though it's late. Applied, thanks! > hw/i386/pc.c | 1 + > hw/i386/pc_piix.c | 7 +++++-- > hw/i386/pc_q35.c | 7 +++++-- > include/hw/boards.h | 2 ++ > vl.c | 5 ++++- > 5 files changed, 17 insertions(+), 5 deletions(-) > > -- > 1.8.3.1 >