Re: [vfio-users] [PATCH v2 2/3] input: linux evdev support

2015-12-14 Thread Okky Hendriansyah
On December 15, 2015 at 01:09:17, rndbit (rnd...@sysret.net) wrote: How about switching mouse? Or is it done at the same time when switching keyboard as one would expect? Hi rndbit, I think you can use the grab-all=on parameter on the keyboard to grab both mouse and keyboard back to the host. Wi

Re: [vfio-users] [PATCH v2 2/3] input: linux evdev support

2015-12-14 Thread rndbit
How about switching mouse? Or is it done at the same time when switching keyboard as one would expect? On 2015.12.14 18:44, thibaut noah wrote: > So basically this remove the need for us to use synergy, how do we > apply the patch to an existing config using libvirt? > > 2015-12-14 15:18 GMT+01:00

Re: [vfio-users] [PATCH v2 2/3] input: linux evdev support

2015-12-14 Thread thibaut noah
So basically this remove the need for us to use synergy, how do we apply the patch to an existing config using libvirt? 2015-12-14 15:18 GMT+01:00 Gerd Hoffmann : > This patch adds support for reading input events directly from linux > evdev devices and forward them to the guest. Unlike virtio-i

[vfio-users] [PATCH v2 2/3] input: linux evdev support

2015-12-14 Thread Gerd Hoffmann
This patch adds support for reading input events directly from linux evdev devices and forward them to the guest. Unlike virtio-input-host which simply passes on all events to the guest without looking at them this will interpret the events and feed them into the qemu input subsystem. Therefore t