Re: [Qemu-devel] [PATCH 0/3] input: linux evdev support

2016-03-10 Thread Paolo Bonzini
On 10/03/2016 08:31, Gerd Hoffmann wrote: > > However, instead of adding a new -input-linux option, could you make it > > a QOM object which implements UserCreatable? Then you can add it with > > something like "-object input-linux,path=/dev/input/input10" (perhaps > > "input-evdev" would be mor

Re: [Qemu-devel] [PATCH 0/3] input: linux evdev support

2016-03-09 Thread Gerd Hoffmann
Hi, > However, instead of adding a new -input-linux option, could you make it > a QOM object which implements UserCreatable? Then you can add it with > something like "-object input-linux,path=/dev/input/input10" (perhaps > "input-evdev" would be more specific). This has three advantages: It'

Re: [Qemu-devel] [PATCH 0/3] input: linux evdev support

2016-03-09 Thread Paolo Bonzini
On 04/03/2016 11:25, Gerd Hoffmann wrote: > Hi, > > This patch series adds support for reading input events directly from > linux input devices instead of getting them from the UI (gtk/spice/...). > This is useful if you pci passthrough your vga, because you don't need > some otherwise dummy U

[Qemu-devel] [PATCH 0/3] input: linux evdev support

2016-03-04 Thread Gerd Hoffmann
Hi, This patch series adds support for reading input events directly from linux input devices instead of getting them from the UI (gtk/spice/...). This is useful if you pci passthrough your vga, because you don't need some otherwise dummy UI just to feed input into your guest. Chech the patch #