On Fri, Nov 20, 2015 at 11:23:01AM +0100, Gerd Hoffmann wrote:
On Fr, 2015-11-20 at 09:59 +0100, Ján Tomko wrote:
> Support virtio-keyboard, virtio-mouse, virtio-tablet and virtio-input-host.
>
> Requires kernel 4.1+ in the guest.
Looks good to me.
One question: Does this work with symlinks? i.e. when using the static
names created by udev in /dev/input/by-{id,path} ?
Yes. The symlink path is passed unchanged to QEMU
and on libvirt side, all the operations (adding it to devices.allow
cgroup, changing the uid:gid and selinux label) are done on the device
the link points to.
Jan