Hide Forgot
Description of problem: guest resume from S3 while close spice window Version-Release number of selected component (if applicable): qemu-kvm-rhev-1.5.3-10.el7.x86_64 virt-viewer-0.5.6-1.el7.x86_64 How reproducible: 100% Steps to Reproduce: 1. boot guest with spice + qxl and enable S3. # /usr/libexec/qemu-kvm ... \ -vga qxl -spice disable-ticketing,port=5931 \ -global PIIX4_PM.disable_s3=0 2. use remote-viewer connect to guest. # remote-viewer spice:$host_ip:5931 3. suspend guest. # pm-suspend 4. close spice window. Actual results: after step4 guest resume. Expected results: guest still suspend. Additional info: use vnc not hit this issue.
Test with '-vga cirrus' and '-vga std'. rhel7.0 and rhel6.5 both hit this issue while use spice. And rhel7.0 spice window still in frozen status when reconnect. Please track bug 1022855 as well.
This request was not resolved in time for the current release. Red Hat invites you to ask your support representative to propose this request, if still desired, for consideration in the next release of Red Hat Enterprise Linux.
This happens when trying to close the SPICE window, and when the "Do you want to close the session" dialog is shown. This dialog grabs the keyboard, causing grab_notify(was_grabbed = FALSE) in spice-widget.c to be triggered. This will sed some keys to the guest, waking it up. If you check the checkbox to always hide the dialog, then quitting remote-viewer does not wake up the guest. This bug is old, has no customer case, is in an unsupported configuration (S3) and has a simple work-around, so I'll close it.