]> git.proxmox.com Git - qemu-server.git/commit
fix #1471: change keyboard default to undef
authorDominik Csapak <d.csapak@proxmox.com>
Tue, 7 Nov 2017 10:09:30 +0000 (11:09 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 15 Nov 2017 12:16:38 +0000 (13:16 +0100)
commitaea47dd6a06b366e08feac3b490ac12863ff9a66
tree25f4dd74a895b6e883bb1295abd0a69298cbb2dc
parent6941ee4e1c208747a7e8128f58a8c1a1aa77b51d
fix #1471: change keyboard default to undef

this means that we do not include the '-k' parameter anymore by default
(which is deprecated by qemu)

with this, noVNC and spice always respect the guest keyboard
configuration and altgr keys work without problems

tested:
ubuntu with english intl and german with novnc and spice
windows 10 with english intl and german with novnc and spice
live migration

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
PVE/QemuServer.pm