Description:
Adds a new virtio-input device to send keyboard and mouse input events to a guest.
How to test:
Add a virtio-input device to your bhyve config:
-s <slot>,virtio-input,/dev/input/eventX
Known Limitations:
- Only works with Windows
- Cannot gain exklusive access to the input device (solved by D30542)
Occurs when using legacy drivers for FreeBSD. Your guest and your FreeBSD host process the input events of your device. When moving the mouse, the mouse pointer of the VM and of FreeBSD will move.
- CAPSICUM support untested
- No support for snapshots