Bug 1172476

Summary: Guest GUI shows unusual when guest wakeup from S3.
Product: Red Hat Enterprise Linux 7 Reporter: Yang Xue <yaxue>
Component: qemu-kvm-rhevAssignee: Amit Shah <amit.shah>
Status: CLOSED WONTFIX QA Contact: Virtualization Bugs <virt-bugs>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.1CC: coli, fyang, hhuang, juzhang, mazhang, michen, ngu, scui, shuang, virt-maint, xiagao, xuhan, xutian, ypu
Target Milestone: rc   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-03-04 06:01:11 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    
Attachments:
Description Flags
The jpg of screendump none

Description Yang Xue 2014-12-10 07:10:18 UTC
Description of problem:
Guest GUI shows unusual when guest wakeup from S3.


Version-Release number of selected component (if applicable):
Host:
kernel-3.10.0-212.el7.x86_64
qemu-kvm-rhev-2.1.2-16.el7.x86_64
Guest:
kernel-2.6.32-504.el6.i686

How reproducible:
100%

Steps to Reproduce:
1.Boot a  RHEL6 guest guest with the CML:
/bin/qemu-kvm \
    -S  \
    -name 'virt-tests-vm1'  \
    -sandbox off  \
    -M pc  \
    -nodefaults  \
    -vga cirrus  \
    -chardev socket,id=qmp_id_qmpmonitor1,path=/tmp/monitor-qmpmonitor1-20141209-170929-pW3Y2eaa,server,nowait \
    -mon chardev=qmp_id_qmpmonitor1,mode=control  \
    -chardev socket,id=serial_id_serial0,path=/tmp/serial-serial0-20141209-170929-pW3Y2eaa,server,nowait \
    -device isa-serial,chardev=serial_id_serial0  \
    -chardev socket,id=seabioslog_id_20141209-170929-pW3Y2eaa,path=/tmp/seabios-20141209-170929-pW3Y2eaa,server,nowait \
    -device isa-debugcon,chardev=seabioslog_id_20141209-170929-pW3Y2eaa,iobase=0x402 \
    -device ich9-usb-uhci1,id=usb1,bus=pci.0,addr=03 \
    -drive id=drive_image1,if=none,cache=none,snapshot=off,aio=native,file=/dev/sdb \
    -device ide-hd,id=image1,drive=drive_image1,bus=ide.0,unit=0 \
    -device e1000,mac=9a:60:61:62:63:64,id=idm9ECmn,netdev=idBVIByP,bus=pci.0,addr=04  \
    -netdev tap,id=idBVIByP,fd=19  \
    -m 2048  \
    -smp 1,maxcpus=1,cores=1,threads=1,sockets=1  \
    -cpu 'Opteron_G2',+kvm_pv_unhalt \
    -device usb-tablet,id=usb-tablet1,bus=usb1.0,port=1  \
    -vnc :0  \
    -rtc base=utc,clock=host,driftfix=slew  \
    -boot order=cdn,once=c,menu=off  \
    -global PIIX4_PM.disable_s3=0 \
    -enable-kvm \
    -device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=05
2.Do S3 in guest [echo mem > /sys/power/state]
3.(hmp) system_wakeup

Actual results:
Guest GUI shows unusual

Expected results:
Guest GUI shows as usual

Additional info:
Please see the screendump in attachment.

Comment 1 Yang Xue 2014-12-10 07:12:18 UTC
Created attachment 966675 [details]
The jpg of screendump