mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
virtio-input: add input routing support
Add display and head properties for input routing to virtio-input devices, update multiseat documentation. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
6686ce3f16
commit
5cce173323
3 changed files with 28 additions and 2 deletions
|
@ -95,6 +95,8 @@ struct VirtIOInputClass {
|
|||
|
||||
struct VirtIOInputHID {
|
||||
VirtIOInput parent_obj;
|
||||
char *display;
|
||||
uint32_t head;
|
||||
QemuInputHandler *handler;
|
||||
QemuInputHandlerState *hs;
|
||||
int ledstate;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue