From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:43263) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qb8ns-00073o-MR for qemu-devel@nongnu.org; Mon, 27 Jun 2011 06:12:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qb8np-0002uu-8z for qemu-devel@nongnu.org; Mon, 27 Jun 2011 06:12:28 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38500) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qb8no-0002uV-Gr for qemu-devel@nongnu.org; Mon, 27 Jun 2011 06:12:24 -0400 Message-ID: <4E085782.4090605@redhat.com> Date: Mon, 27 Jun 2011 13:12:18 +0300 From: yhalperi MIME-Version: 1.0 References: <4E082B7D.8080101@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Windows 7 guest hangs after waking up from S3 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel@nongnu.org On 06/27/2011 11:12 AM, Stefan Hajnoczi wrote: > On Mon, Jun 27, 2011 at 8:04 AM, yhalperi wrote: >> I'm using qemu with qxl (with S3/4 support. patches sent by Alon Levy). >> While with Windows xp guest I had no problems, Windows 7 (32 bits) hangs >> after S3 (it looks alive for a second, and then it gets stack).It happens >> only when using "-net tap"; with "-net user", I didn't encounter a problem. > > Please post your QEMU command-line. > > For sanity also please try without the QXL patches. That way we know > whether this issue is related to QXL or not. > > Stefan How can I test S3 without qxl? I tried using cirrus and the Sleep option was disabled on windows 7. I also tried the older qxl (without the patches that support s3), and disabled off-screen surfaces (in order to allow s3 to work), and the same problem occured. my command line: qemu-system-x86_64 -L pc-bios/ -m 1024 -hda -boot c -vga qxl -spice port=5678,disable-ticketing,streaming-video=all -net nic,macaddr=00:1a:4a:01:00:e0,model=rtl8139 -net tap,ifname=WIN7,script=/local/scripts/lan-ifup -nographic -global qxl-vga.debug=1 --enable-kvm -snapshot /local/scripts/lan-ifup ------------------------- #!/bin/sh switch=sw0 ifconfig $1 0.0.0.0 up brctl addif ${switch} $1