+1
−0
hw/input/virtio-input-host.c
0 → 100644
+188
−0
+16
−0
+10
−0
Loading
This allows to assign host input devices to the guest:
qemu -device virtio-input-host-pci,evdev=/dev/input/event<nr>
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 <kraxel@redhat.com>