Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-16 | virtio-input: move sys/ioctl.h include | Gerd Hoffmann | |
Drop from include/standard-headers/linux/input.h Add to hw/input/virtio-input-host.c instead. That allows to build virtio-input (except pass-through) on windows. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> | |||
2015-06-23 | virtio-input: evdev passthrough | Gerd Hoffmann | |
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> |