| Summary: | qemu promt "processing error - resetting ehci HC " after send "ctrl-alt-delete" to guest | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Qianqian Zhu <qizhu> |
| Component: | qemu-kvm | Assignee: | Gerd Hoffmann <kraxel> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | Virtualization Bugs <virt-bugs> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 6.8 | CC: | ailan, mkenneth, qizhu, rbalakri, virt-maint |
| 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: | 2016-01-15 11:37:19 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: | |
|
Description
Qianqian Zhu
2015-12-28 07:13:23 UTC
It's probably ehci data structures being overwritten, therefore ehci going to read and trying to process gibberish. Happens because we do a soft reset on ctrl-alt-del in RHEL-6. Should be fixed in RHEL-7 because we do a hard reset there. It should have no side effects other than printing this debug message, i.e. the guest should re-initialize ehci and should be able to continue using it. Is that correct? (In reply to Gerd Hoffmann from comment #2) > It's probably ehci data structures being overwritten, therefore ehci going > to read and trying to process gibberish. Happens because we do a soft reset > on ctrl-alt-del in RHEL-6. Should be fixed in RHEL-7 because we do a hard > reset there. > > It should have no side effects other than printing this debug message, i.e. > the guest should re-initialize ehci and should be able to continue using it. > > Is that correct? Yes, guest was able to continue using it, it could not be noticed by user if there is no debug message. Cornercase, harmless, fixed in rhel7/upstream already. |