From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42421) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XspQc-0006IP-7p for qemu-devel@nongnu.org; Mon, 24 Nov 2014 03:55:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XspQS-0005sM-1G for qemu-devel@nongnu.org; Mon, 24 Nov 2014 03:55:26 -0500 Received: from mx1.redhat.com ([209.132.183.28]:38604) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XspQR-0005rj-Py for qemu-devel@nongnu.org; Mon, 24 Nov 2014 03:55:15 -0500 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id sAO8tDWG030822 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Mon, 24 Nov 2014 03:55:13 -0500 Message-ID: <1416819311.3806.16.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Mon, 24 Nov 2014 09:55:11 +0100 In-Reply-To: <20141123121134.GA3474@redhat.com> References: <1414487352-6027-1-git-send-email-kraxel@redhat.com> <1414487352-6027-3-git-send-email-kraxel@redhat.com> <20141123121134.GA3474@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 2/2] vga: flip qemu 2.2 pc machine types from cirrus to stdvga List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: ajax@redhat.com, qemu-devel@nongnu.org On So, 2014-11-23 at 14:11 +0200, Michael S. Tsirkin wrote: > On Tue, Oct 28, 2014 at 10:09:12AM +0100, Gerd Hoffmann wrote: > > This patch switches the default display from cirrus to vga > > for the new (qemu 2.2+) machine types. Old machines types > > stay as-is for compatibility reasons. > > > > Signed-off-by: Gerd Hoffmann > > > Gerd, I noticed that this caused a regression: > suspend no longer works with windows, the option > to suspend is greyed out. > > This is not new - it was disabled with -vga std previously - > but poses a bigger problem now it's the default? > Thoughts? Something we can fix for 2.2? Which windows version is this? I'm wondering why windows handles stdvga different from cirrus. Recent windows versions don't ship cirrus drivers any more, so windows uses the vgabios to drive the card in both cases ... cheers, Gerd