Bug 1472756
Summary: | Keys to control audio are not forwarded to the guest | |||
---|---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Pavel Grunt <pgrunt> | |
Component: | qemu-kvm-rhev | Assignee: | Gerd Hoffmann <kraxel> | |
Status: | CLOSED ERRATA | QA Contact: | Guo, Zhiyi <zhguo> | |
Severity: | high | Docs Contact: | ||
Priority: | high | |||
Version: | 7.4 | CC: | amit, berrange, cfergeau, chayang, dwmw2, itamar, jherrman, jinzhao, juzhang, kraxel, michen, mrezanin, mtessun, pbonzini, rh-spice-bugs, rjones, virt-maint, zhguo | |
Target Milestone: | rc | Keywords: | Regression, ZStream | |
Target Release: | --- | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | qemu-kvm-rhev-2.10.0-1.el7 | Doc Type: | Bug Fix | |
Doc Text: |
Prior to this update, sending the BREAK or PAUSE keys over the VNC or SPICE client was not properly handled and had no effect in the guest. This update adds proper key handlers for these keys, so they trigger appropriate events in the guest. In addition, sending keys for controlling guest audio over VNC or SPICE now works as expected.
|
Story Points: | --- | |
Clone Of: | 1471758 | |||
: | 1482388 (view as bug list) | Environment: | ||
Last Closed: | 2018-04-11 00:30:00 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: | ||||
Bug Depends On: | 1471758 | |||
Bug Blocks: | 1482388 |
Description
Pavel Grunt
2017-07-19 11:11:45 UTC
fixed upstream: commit 0500cb1d25e69108ae1a2474412bbd255bbc34b2 Author: Gerd Hoffmann <kraxel> Date: Wed Jul 26 17:29:18 2017 +0200 ps2: enable multimedia keys Fixes: 8c10e0baf0260b59a4e984744462a18016662e3e Signed-off-by: Gerd Hoffmann <kraxel> Reviewed-by: Eric Blake <eblake> Message-id: 20170726152918.11995-6-kraxel Reproduce this issue with qemu-kvm-rhev-2.9.0-16.el7_4.5.x86_64, host & guest kernel 3.10.0-693.5.1.el7.x86_64. qemu cli used: /usr/libexec/qemu-kvm -name input-test -m 2G \ -cpu qemu64,check \ -smp 2 \ -vga std \ -drive file=/home/rhel74-64-virtio.qcow2,if=none,id=drive-scsi-disk0,format=qcow2,cache=none,werror=stop,rerror=stop -device virtio- scsi-pci,id=scsi0,addr=04 -device scsi-hd,drive=drive-scsi-disk0,bus=scsi0.0,scsi-id=0,lun=0,id=scsi-disk0,bootindex=1 \ -uuid 215e11b2-a869-41b5-91cd-6a32a907be7e \ -qmp unix:/tmp/vmmouse-keyboard,server,nowait \ -monitor stdio \ -device virtio-serial-pci,id=virtio-serial1 \ -chardev spicevmc,id=charchannel0,name=vdagent \ -device virtserialport,bus=virtio-serial1.0,nr=3,chardev=charchannel0,id=channel0,name=com.redhat.spice.0 \ -spice port=5900,disable-ticketing \ My keyboards has volume up/volume down/audio next/audio previous/audio stop/audio play/mail/calculator/home keys Steps: 1)Login to guest desktop, open gnome-terminal and run xev -event keyboard 2)press the keys I have 3)launch another gnome-terminal and run xinput test keyboard_id 4)repeat step 2) Result: After 2), no keyevents prompt. After 4), no events prompt. Switch display to vnc, get same results as spice. Test against qemu-kvm-rhev-2.10.0-11.el7.x86_64, after 2) xev will prompt some output, because of some keys have no function defined in gnome, just output. After 4), the outputs of keys are same after comparing the outputs between host and guest. Switch display to vnc, I get same results.So bug 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. https://access.redhat.com/errata/RHSA-2018:1104 |