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 RHEL6.1 guest with ide block and e1000 NIC, and then do S4/resume. After guest resume successfully, shutdown guest. But failed. (Screenshot will be attached.)
Version-Release number of selected component (if applicable):
kernel-2.6.32-174.el6.x86_64
qemu-kvm-0.12.1.2-2.175.el6.x86_64
How reproducible:
Always
Steps to Reproduce:
1.Boot a RHEL guest.
/usr/libexec/qemu-kvm -m 2G -smp 2 -cpu cpu64-rhel6,+x2apic -usbdevice tablet -drive file=/home/RHEL6.1-32.qcow2,format=qcow2,if=none,id=drive-ide0-0-0,werror=stop,rerror=stop,cache=none -device ide-drive,drive=drive-ide0-0-0,id=ide0-0-0 -netdev tap,id=hostnet0,script=/etc/qemu-ifup -device e1000,netdev=hostnet0,mac=00:10:2a:25:1a:50,bus=pci.0,addr=0x6 -boot dc -uuid e1345e5b-af68-443d-b29a-9d6b3928ac3a -rtc-td-hack -no-kvm-pit-reinjection -monitor stdio -qmp tcp:0:4444,server,nowait -name RHEL6.1 -vnc :10
2.do S4 inside guest.
#echo disk > /sys/power/state
3.Resume guest by boot again with the same command line.
4.After guest resumes, shutdown guest by:
#shutdown -h now
Actual results:
Guest stops at the shutdown screen.
Expected results:
Guest should shutdown successfully.
Additional info:
Same problem happens with RHEL6.1-32 and RHEL6.1-64 guest. I will try RHEL5 guest later.
Test windows 2k8-r2 guest, have not meet this issue.
(In reply to comment #0)
> Description of problem:> Additional info:
> Same problem happens with RHEL6.1-32 and RHEL6.1-64 guest. I will try RHEL5
> guest later.
RHEL5.7-64 guest works when append "clock=pmtmr" to kernel option at booting.
Best Regards,
Xiaoqing.
(In reply to comment #3)
> According to my tests,this is a timer device issue , append "-kvmclock" to -cpu
> option and it will shutdown
> without problem
-cpu cpu64-rhel6,+x2apic,-kvmclock
Best Regards,
Xiaoqing.