Re: [Qemu-devel] [PATCH v3 6/6] virtio-input: evdev passthrough

2015-04-07 Thread Gerd Hoffmann
On Fr, 2015-04-03 at 00:24 +0200, Marc-André Lureau wrote: > Hi > > > On Thu, Mar 26, 2015 at 12:26 PM, Gerd Hoffmann > wrote: > This allows to assign host input devices to the guest: > > qemu -device virto-input-host-pci,evdev=/dev/input/event > > > >

Re: [Qemu-devel] [PATCH v3 6/6] virtio-input: evdev passthrough

2015-04-02 Thread Marc-André Lureau
Hi On Thu, Mar 26, 2015 at 12:26 PM, Gerd Hoffmann wrote: > This allows to assign host input devices to the guest: > > qemu -device virto-input-host-pci,evdev=/dev/input/event > > nitpicking, virto/virtio The guest gets exclusive access to the input device, so be careful > with assigning the ke

[Qemu-devel] [PATCH v3 6/6] virtio-input: evdev passthrough

2015-03-26 Thread Gerd Hoffmann
This allows to assign host input devices to the guest: qemu -device virto-input-host-pci,evdev=/dev/input/event The guest gets exclusive access to the input device, so be careful with assigning the keyboard if you have only one connected to your machine. Signed-off-by: Gerd Hoffmann --- hw/inp