Description of problem: Some "special" keysymbols (mute, volume up, volume down) are not forwarded to the guest Version-Release number of selected component (if applicable): qemu-system-x86-2.9.0-2.fc26.x86_64 How reproducible: 100% Steps to Reproduce: 1. connect to a VM using VNC or SPICE 2. press a key to control volume Actual results: Nothing happens, the key is not received Expected results: Key is received Additional info: regression since qemu commit 8c10e0baf0260b59a4e984744462a18016662e3e
That commit is: commit 8c10e0baf0260b59a4e984744462a18016662e3e Author: Hervé Poussineau <hpoussin> Date: Thu Sep 15 22:06:26 2016 +0200 ps2: use QEMU qcodes instead of scancodes Which has #if 0 code like: #if 0 [Q_KEY_CODE_POWER] = 0x0e5e, [Q_KEY_CODE_SLEEP] = 0x0e5f, [Q_KEY_CODE_WAKE] = 0x0e63, [Q_KEY_CODE_AUDIONEXT] = 0xe019, [Q_KEY_CODE_AUDIOPREV] = 0xe010, [Q_KEY_CODE_AUDIOSTOP] = 0xe024, [Q_KEY_CODE_AUDIOPLAY] = 0xe022, [Q_KEY_CODE_AUDIOMUTE] = 0xe020, [Q_KEY_CODE_VOLUMEUP] = 0xe030, [Q_KEY_CODE_VOLUMEDOWN] = 0xe02e, [Q_KEY_CODE_MEDIASELECT] = 0xe06d, [Q_KEY_CODE_MAIL] = 0xe06c, [Q_KEY_CODE_CALCULATOR] = 0xe021, [Q_KEY_CODE_COMPUTER] = 0xe06b, [Q_KEY_CODE_AC_SEARCH] = 0xe065, [Q_KEY_CODE_AC_HOME] = 0xe032, [Q_KEY_CODE_AC_BACK] = 0xe06a, [Q_KEY_CODE_AC_FORWARD] = 0xe069, [Q_KEY_CODE_AC_STOP] = 0xe068, [Q_KEY_CODE_AC_REFRESH] = 0xe067, [Q_KEY_CODE_AC_BOOKMARKS] = 0xe066, #endif Gerd, do you know what the issue was here?
> Gerd, do you know what the issue was here? We don't have Q_KEY_CODES for them
Fixed upstream in the series of commits with: commit 37810e80553c19f0dac3644924895a9bf5c70785 Author: Gerd Hoffmann <kraxel> Date: Wed Jul 26 17:29:17 2017 +0200 ui: add multimedia keys It's in f27+ but I'll backport to f26
qemu-2.9.1-2.fc26 has been submitted as an update to Fedora 26. https://bodhi.fedoraproject.org/updates/FEDORA-2017-9149114fba
qemu-2.9.1-2.fc26 has been pushed to the Fedora 26 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-9149114fba
qemu-2.9.1-2.fc26 has been pushed to the Fedora 26 stable repository. If problems still persist, please make note of it in this bug report.