From: yhalperi <yhalperi@redhat.com>
To: Stefan Hajnoczi <stefanha@gmail.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] Windows 7 guest hangs after waking up from S3
Date: Mon, 27 Jun 2011 13:12:18 +0300 [thread overview]
Message-ID: <4E085782.4090605@redhat.com> (raw)
In-Reply-To: <BANLkTim7H7DWsVajPUM6dou8grAMQoymxw@mail.gmail.com>
On 06/27/2011 11:12 AM, Stefan Hajnoczi wrote:
> On Mon, Jun 27, 2011 at 8:04 AM, yhalperi<yhalperi@redhat.com> 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 <img> -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
next prev parent reply other threads:[~2011-06-27 10:12 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-27 7:04 [Qemu-devel] Windows 7 guest hangs after waking up from S3 yhalperi
2011-06-27 8:12 ` Stefan Hajnoczi
2011-06-27 10:12 ` yhalperi [this message]
2011-06-27 10:35 ` Gleb Natapov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4E085782.4090605@redhat.com \
--to=yhalperi@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.