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
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'
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
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 #