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