Bug 691300

Summary: WinXP guest can't do S3 with default graphics
Product: Red Hat Enterprise Linux 6 Reporter: Xiaoqing Wei <xwei>
Component: vgabiosAssignee: Gleb Natapov <gleb>
Status: CLOSED DUPLICATE QA Contact: desktop-bugs <desktop-bugs>
Severity: medium Docs Contact:
Priority: medium    
Version: 6.1CC: juzhang, knoel, michen, tburke
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: 2011-05-30 15:12:27 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
default monitor driver issue? none

Description Xiaoqing Wei 2011-03-28 06:12:26 UTC
Created attachment 488082 [details]
default monitor driver issue?

Description of problem:
WinXP guest can't do S3 (vgabios problems)

Version-Release number of selected component (if applicable):
any version on brew,the lastest is 
vgabios-0.6b-3.5.el6.noarch

How reproducible:
always

Steps to Reproduce:
1.boot a WinXP guest without -vga argument

qemu-kvm -name 'XP' -monitor stdio -chardev socket,id=serial_gJRf,path=/tmp/serial-20110307-181453-vBnV,server,nowait -device isa-serial,chardev=serial_gJRf -drive file='kvm-test/tests/kvm/images/winXP-32-virtio.qcow2',index=0,if=ide,media=disk,cache=none,format=qcow2,aio=native -device virtio-net-pci,netdev=idY5P6kp,mac=9a:ef:ac:4d:b3:92,netdev=idY5P6kp,id=ndev00idY5P6kp,bus=pci.0,addr=0x3 -netdev tap,id=idY5P6kp,vhost=on,ifname='t0-181453-vBnV',script='kvm-test/tests/kvm/scripts/qemu-ifup-switch',downscript='no' -m 2048 -smp 2,cores=1,threads=1,sockets=2 -cpu cpu64-rhel6,+sse2,+x2apic -spice port=8000,disable-ticketing -rtc base=localtime,clock=host,driftfix=none  -boot order=cdn,once=c,menu=off   -usbdevice tablet -enable-kvm


2. click the stanby button 
and the guest will refuse to do S3 .
 showing "device driver of 'default monitor' do no support S3

  


Actual results:
guest cant do s3

Expected results:
guest s3 normally

Additional info:


copy the 
/usr/share/kvm/vgabios-cirrus.bin from rhel5 host,
replace /usr/share/vgabios/VGABIOS-lgpl-latest.cirrus.bin on rhel6 host.

/usr/share/kvm/vgabios.bin from rhel5 host,
replace /usr/share/vgabios/VGABIOS-lgpl-latest.bin on rhel6 host.


and boot the guest ,doing S3 is ok.
but after resume,the guest screen looks strange,and
have a very bad performance.
a few seconds later,irresponsive .


showing the qemu-kvm in top ,
qemu-kvm consumes less than 1% cpu.

Comment 4 Gleb Natapov 2011-05-30 15:12:27 UTC

*** This bug has been marked as a duplicate of bug 691344 ***