Bug 1256741
Summary: | "CapsLock" will work as "\" when boot a guest with usb-kbd | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Yanan Fu <yfu> |
Component: | qemu-kvm | Assignee: | Gerd Hoffmann <kraxel> |
Status: | CLOSED ERRATA | QA Contact: | Xujun Ma <xuma> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 7.2 | CC: | areis, chayang, hhuang, huding, juzhang, knoel, mrezanin, rbalakri, virt-maint |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | qemu-kvm-1.5.3-114.el7 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-11-03 20:01:07 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: | |
Embargoed: |
Description
Yanan Fu
2015-08-25 11:19:04 UTC
Upstream commit 0ee4de5840ccc1072459ec68062bfb63c888a94d (fixed in 2.3.0). IMO not critical, defering to 7.3. > Upstream commit 0ee4de5840ccc1072459ec68062bfb63c888a94d
backport posted.
Fix included in qemu-kvm-1.5.3-114.el7 --------------reproduce-------------- version: qemu-kvm-1.5.3-113.el7 steps: 1. boot a guest with the same CLI when report this bug, which include : -device ich9-usb-uhci6,id=uhci6,bus=pci.0,addr=0xa \ -device usb-kbd,id=kdb0,bus=uhci6.0 \ -device usb-ccid,id=ccid0 \ 2.after guest boot, in the guest, open one terminal, press "CapsLock", the screen print "\", and input character, it print in the screen as lower characters. reproduce this bug successfully . --------------verify-------------- version: qemu-kvm-1.5.3-114.el7 steps: 1. boot a guest with the same CLI when report this bug, which include : -device ich9-usb-uhci6,id=uhci6,bus=pci.0,addr=0xa \ -device usb-kbd,id=kdb0,bus=uhci6.0 \ -device usb-ccid,id=ccid0 \ 2.after guest boot, in the guest, open one terminal, press "CapsLock",no output in the screen, and input character, it print in the screen as high characters. So this bug has been fixed in qemu-kvm-1.5.3-114.el7. 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. https://rhn.redhat.com/errata/RHSA-2016-2585.html |