Bug 915631
Summary: | win2008r2 guest do S3 can not resume after guest migration | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | langfang <flang> |
Component: | qemu-kvm | Assignee: | Amit Shah <amit.shah> |
Status: | CLOSED WONTFIX | QA Contact: | Virtualization Bugs <virt-bugs> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 7.0 | CC: | chayang, flang, hhuang, juzhang, knoel, michen, qzhang, rbalakri, sluo, virt-bugs, virt-maint, xfu, xigao |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-03-04 05:22:28 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 923626 |
Description
langfang
2013-02-26 08:54:14 UTC
Test this bug without any virtio device hit the same problem /usr/libexec/qemu-kvm -M pc-1.3 -enable-kvm -m 4G -smp 4,sockets=2,cores=2,threads=1 -uuid a779cceb-9d82-41bb-8110-c5b61cd0f4c8 -no-user-config -nodefaults -rtc base=utc -drive file=/home/win2008r2-64-virtio.qcow2,format=qcow2,if=none,id=drive-ide0-0-0-0,werror=stop,rerror=stop,cache=none -device ide-drive,drive=drive-ide0-0-0-0,id=ide0-0-0 -netdev tap,id=hostnet0,vhost=on,script=/etc/qemu-ifup -device rtl8139,netdev=hostnet0,id=net0,mac=52:54:00:60:3f:29,bus=pci.0,addr=0x4 -monitor stdio -boot menu=on,order=c -spice port=5900,disable-ticketing -vga qxl -usb -device usb-tablet,id=input0 It's not clear if you're doing this: 1. Issue S3 2. Migrate 3. Resume or this: 1. Migrate 2. S3 3. Resume If it's the 2nd one, looks like a dup of https://bugzilla.redhat.com/show_bug.cgi?id=915672. Hi Sluo, Since flang is on pto, could you handle this issue? Best Regards, Junyi |