Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
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.
Description of problem:
Boot a windows guest with spice, and install qxl driver for it from:
https://brewweb.devel.redhat.com/packageinfo?packageID=31174
But after install the qxl driver and reboot guest as required. The driver could not work properly. Open device manager and check "Display adapter" there is a yellow "!" for the driver.
So I can not do S3 because the driver is not installed successfully.
Sometimes I can install it successfully, but after do S3, guest aborted.
id 0, group 0, virt start 0, virt end ffffffffffffffff, generation 0, delta 0
validate_virt: panic: virtual address out of range
virt=0x0+0x300000 slot_id=1 group_id=1
slot=0x0-0x0 delta=0x0
Aborted (core dumped)
Version-Release number of selected component (if applicable):
kernel-2.6.32-113.el6.x86_64
qemu-kvm-0.12.1.2-2.144.el6.x86_64
qxl-win-0.1-3
seabios-0.6.1.2-3.el6.x86_64
vgabios-0.6b-3.5.el6.noarch
How reproducible:
Always
Steps to Reproduce:
1. Boot a win guest with spice
/usr/libexec/qemu-kvm -m 2G -smp 2 -cpu cpu64-rhel6,+x2apic -usbdevice tablet -drive file=/home/nfs/win2k8-64-sp2-raw,if=none,id=drive-virtio0,boot=on,cache=none,werror=stop,rerror=stop -device virtio-blk-pci,drive=drive-virtio0,id=virtio-blk-pci0 -netdev tap,id=hostnet0,script=/etc/qemu-ifup0 -device virtio-net-pci,netdev=hostnet0,mac=00:20:42:31:24:1c,bus=pci.0,addr=0x4 -boot c -uuid e368fe9f-8025-4b84-a652-ad1c0233f076 -rtc-td-hack -no-kvm-pit-reinjection -monitor stdio -vnc :10 -spice port=5930,disable-ticketing -vga qxl
2.Install qxl driver from device manager, the qxl driver is download from:
https://brewweb.devel.redhat.com/buildinfo?buildID=156788
3. Reboot the guest after install qxl driver.
Actual results:
The driver can not be installed successfully.
Expected results:
Additional info:
I confirm with uri and he told me for windows guest on RHEL6 host, I should use the qxl driver from brew as above.