From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45398) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xj2mn-0002cv-UO for qemu-devel@nongnu.org; Tue, 28 Oct 2014 05:09:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xj2mj-0004nE-3O for qemu-devel@nongnu.org; Tue, 28 Oct 2014 05:09:53 -0400 Received: from mx1.redhat.com ([209.132.183.28]:54727) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xj2mi-0004n5-SR for qemu-devel@nongnu.org; Tue, 28 Oct 2014 05:09:49 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s9S99lKI023194 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Tue, 28 Oct 2014 05:09:47 -0400 From: Gerd Hoffmann Date: Tue, 28 Oct 2014 10:09:10 +0100 Message-Id: <1414487352-6027-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] vga: demote cirrus List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: ajax@redhat.com, Gerd Hoffmann 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 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