From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46399) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xkt70-00034S-SU for qemu-devel@nongnu.org; Sun, 02 Nov 2014 06:14:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xkt6w-0006yl-3R for qemu-devel@nongnu.org; Sun, 02 Nov 2014 06:14:22 -0500 Received: from mx1.redhat.com ([209.132.183.28]:35583) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xkt6v-0006yZ-SW for qemu-devel@nongnu.org; Sun, 02 Nov 2014 06:14:18 -0500 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id sA2BEGAr003189 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Sun, 2 Nov 2014 06:14:16 -0500 Date: Sun, 2 Nov 2014 13:14:13 +0200 From: "Michael S. Tsirkin" Message-ID: <20141102111413.GA1836@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/ Would you classify this a bugfix? If not, this missed soft freeze deadline, so should be deferred to 2.3? > Gerd Hoffmann (2): > vga: add default display to machine class > vga: flip qemu 2.2 pc machine types from cirrus to stdvga > > 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 >