From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53720) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XssAZ-0006Ss-6x for qemu-devel@nongnu.org; Mon, 24 Nov 2014 06:51:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XssAR-0003dd-4o for qemu-devel@nongnu.org; Mon, 24 Nov 2014 06:51:03 -0500 Received: from mx1.redhat.com ([209.132.183.28]:43542) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XssAQ-0003dK-U8 for qemu-devel@nongnu.org; Mon, 24 Nov 2014 06:50:55 -0500 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 sAOBorpI018466 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Mon, 24 Nov 2014 06:50:53 -0500 Date: Mon, 24 Nov 2014 13:50:50 +0200 From: "Michael S. Tsirkin" Message-ID: <20141124115050.GA14353@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> <1416819311.3806.16.camel@nilsson.home.kraxel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1416819311.3806.16.camel@nilsson.home.kraxel.org> 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: Gerd Hoffmann Cc: ajax@redhat.com, qemu-devel@nongnu.org On Mon, Nov 24, 2014 at 09:55:11AM +0100, Gerd Hoffmann wrote: > 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 > I tested with XP. I can try others if you like.