Bug 599306
Summary: | Some strange behaviors on key's appearance viewed by using vnc | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Mike Cao <bcao> |
Component: | qemu-kvm | Assignee: | Gerd Hoffmann <kraxel> |
Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 6.0 | CC: | gyue, juzhang, lihuang, michen, ndai, qzhang, syeghiay, tburke, virt-maint |
Target Milestone: | beta | Keywords: | Reopened |
Target Release: | 6.1 | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | qemu-kvm-0.12.1.2-2.168.el6 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-12-06 15:42:36 UTC | Type: | --- |
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: | 580953 |
Description
Mike Cao
2010-06-03 04:43:01 UTC
This request was evaluated by Red Hat Product Management for inclusion in a Red Hat Enterprise Linux major release. Product Management has requested further review of this request by Red Hat Engineering, for potential inclusion in a Red Hat Enterprise Linux Major release. This request is not yet committed for inclusion. This issue has been proposed when we are only considering blocker issues in the current Red Hat Enterprise Linux release. It has been denied for the current Red Hat Enterprise Linux release. ** If you would still like this issue considered for the current release, ask your support representative to file as a blocker on your behalf. Otherwise ask that it be considered for the next Red Hat Enterprise Linux release. ** Thank you for your bug report. This issue was evaluated for inclusion in the current release of Red Hat Enterprise Linux. Unfortunately, we are unable to address this request in the current release. Because we are in the final stage of Red Hat Enterprise Linux 6 development, only significant, release-blocking issues involving serious regressions and data corruption can be considered. If you believe this issue meets the release blocking criteria as defined and communicated to you by your Red Hat Support representative, please ask your representative to file this issue as a blocker for the current release. Otherwise, ask that it be evaluated for inclusion in the next minor release of Red Hat Enterprise Linux. Backporting this one ... http://git.qemu.org/qemu.git/commit/?id=9892088b52da05c3944e84982922fa984e048044 ... will most likely fix this. Don't think this qualifies as blocker though, so schedule for 6.2. Reproduce the 2 issues in the bug description on qemu-kvm-0.12.1.2-2.167.el6. Retest on qemu-kvm-0.12.1.2-2.176.el6, the first issue 'strange behavior on press "Shift +characters" ' is gone. But the second issue 'strange behavior on pressing "CapsLock +characters" ' still exists. There is no sane fix for the second issue. CapsLock is different from the Shift and Control modifier. It isn't designed to be hold down, instead a keypress toggles the CapsLock state. There is no reliable way for qemu to figure the CapsLock state. This isn't defined by the emulated hardware alone, but also by the guests keyboard driver. Thus qemu uses some heuristics which are based on typical guest behavior, tricky corner cases like this one are impossible to get right as guests show slightly different behavior here. Hi, Gerd Thanks for the information, then I will change the status to VERIFIED as the first issue is fixed. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHSA-2011-1531.html |