**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
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 the FreeBSD will move.