RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 915186 - win8 guest resume form s4, display driver not load normally, the guest display with no colour
Summary: win8 guest resume form s4, display driver not load normally, the guest displa...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: qemu-kvm
Version: 7.0
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: rc
: ---
Assignee: Alon Levy
QA Contact: Virtualization Bugs
URL:
Whiteboard:
Depends On:
Blocks: Virt-S3/S4-7.0
TreeView+ depends on / blocked
 
Reported: 2013-02-25 08:03 UTC by yunpingzheng
Modified: 2014-08-04 22:09 UTC (History)
9 users (show)

Fixed In Version: qemu-kvm-1.5.1-2.el7
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-08-12 08:02:33 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description yunpingzheng 2013-02-25 08:03:43 UTC
Description of problem:
when run guest(s4) win8-64 guest, after the guest resume, seems the display driver not load normally. the guest display with wrong resolution and have no colour. 

when i using -vga cirrus if works ok, if using std or qxl display error.
Version-Release number of selected component (if applicable):
kernel-3.7.0-0.34.el7.x86_64
qemu-kvm-1.3.0-4.el7.x86_64

How reproducible:
100%

Steps to Reproduce:
1.boot guest with "-vga std" or "-vga qxl" 
2.do guest s4,and then resume the guest.connect with spicec
3.
  
Actual results:
the guest can resume, but the guest can not display normally. the screen with no colour

Expected results:
display normally

Additional info:

qemu-command:
qemu-kvm \
-name 'vm1' \
-nodefaults \
-chardev socket,id=qmp_id_qmpmonitor1,path=/tmp/monitor-qmpmonitor1-20130218-181439-LwkhJejQ,server,nowait \
-mon chardev=qmp_id_qmpmonitor1,mode=control \
-chardev socket,id=serial_id_serial1,path=/tmp/serial-serial1-20130218-181439-LwkhJejQ,server,nowait \
-device isa-serial,chardev=serial_id_serial1 \
-chardev socket,id=seabioslog_id_20130218-181439-LwkhJejQ,path=/tmp/seabios-20130218-181439-LwkhJejQ,server,nowait \
-device isa-debugcon,chardev=seabioslog_id_20130218-181439-LwkhJejQ,iobase=0x402 \
-device ich9-usb-uhci1,id=usb1,bus=pci.0,addr=0x4 \
-drive file='/root/win8-64-virtio.qcow2',if=none,id=drive-virtio-disk1,media=disk,cache=none,snapshot=off,format=qcow2,aio=native \
-device virtio-blk-pci,bus=pci.0,addr=0x5,drive=drive-virtio-disk1,id=virtio-disk1  \
-m 4096 \
-smp 4,maxcpus=4,cores=2,threads=1,sockets=2 \
-cpu 'SandyBridge',+sep \
-device usb-tablet,id=usb-tablet1,bus=usb1.0,port=1 \
-vnc :0 \
-vga cirrus \
-rtc base=localtime,clock=host,driftfix=slew \
-boot order=cdn,once=d \
-enable-kvm \
-device virtio-net,netdev=g_nic1,mac=00:11:22:33:44:66,id='idBD44vM' \
-netdev tap,vhost=on,sndbuf=1048576,id=g_nic1,script=/root/qemu-ifup-switch \
-monitor stdio \
-spice port=3000,disable-ticketing  \
-global PIIX4_PM.disable_s3=0 \
-global PIIX4_PM.disable_s4=0

2. cpuinfo:
[root@intel-e7420-128-1 ~]# lscpu 
Architecture:          x86_64
CPU op-mode(s):        32-bit, 64-bit
Byte Order:            Little Endian
CPU(s):                16
On-line CPU(s) list:   0-15
Thread(s) per core:    1
Core(s) per socket:    4
Socket(s):             4
NUMA node(s):          1
Vendor ID:             GenuineIntel
CPU family:            6
Model:                 29
Stepping:              1
CPU MHz:               2127.860
BogoMIPS:              4255.63
Virtualization:        VT-x
L1d cache:             32K
L1i cache:             32K
L2 cache:              3072K
L3 cache:              8192K
NUMA node0 CPU(s):     0-15

Comment 2 Hai Huang 2013-03-06 13:27:27 UTC
Please feel freel to re-assign as appropriate.

Comment 3 Alon Levy 2013-08-08 13:49:24 UTC
The command line contains both vnc and spice, and uses cirrus. I would like to know:
1. does this happen when using only vnc, without spice?
2. is there any difference when using qxl or cirrus?

There is no qxl driver for win8, and I suspect it has nothing to do with spice either.

Alon

Comment 4 yunpingzheng 2013-08-12 06:01:46 UTC
hi Alon Levy

Now can not reproduce this bug:
kernel: 3.9.0-0.55.el7.x86_64
qemu-kvm: qemu-img-1.5.1-2.el7.x86_64

Comment 5 Alon Levy 2013-08-12 08:02:33 UTC
Thanks Yun Ping Zheng.

Based on your comment (comment 4) I'm closing as CURRENT_RELEASE (it was either that or INSUFFICIENT_DATA) with 'fixed in' of 1.5.1-2.el7 (btw you said qemu-kvm but copy pasted a qemu-img version string - but since they have the same version and release, it's good enough).

Alon


Note You need to log in before you can comment on or make changes to this bug.