commit | 006a5edebe656114e0e0a6fb24b8aae6401c1cf4 | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Fri Mar 28 09:18:47 2014 +0100 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Tue Jun 23 10:32:35 2015 +0200 |
tree | 978902c82a04d7cefb8692b62f4fb12bef79e47f | |
parent | 6f2b9a5b24c488d38ace01910c684749ff922e26 [diff] |
virtio-input: evdev passthrough 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>