diff options
| author | Gerd Hoffmann | 2015-06-24 11:59:16 +0200 |
|---|---|---|
| committer | Gerd Hoffmann | 2015-07-03 12:21:11 +0200 |
| commit | 5cce173323cfe1bb22f7a10f9b73ac7796909cef (patch) | |
| tree | 7772ee3b4259e6476a1d9f34b9144c485bf2dc76 /include/hw | |
| parent | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... (diff) | |
| download | qemu-5cce173323cfe1bb22f7a10f9b73ac7796909cef.tar.gz qemu-5cce173323cfe1bb22f7a10f9b73ac7796909cef.tar.xz qemu-5cce173323cfe1bb22f7a10f9b73ac7796909cef.zip | |
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>
Diffstat (limited to 'include/hw')
| -rw-r--r-- | include/hw/virtio/virtio-input.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/hw/virtio/virtio-input.h b/include/hw/virtio/virtio-input.h index fd5417d1a3..af1c207ab1 100644 --- a/include/hw/virtio/virtio-input.h +++ b/include/hw/virtio/virtio-input.h @@ -95,6 +95,8 @@ struct VirtIOInputClass { struct VirtIOInputHID { VirtIOInput parent_obj; + char *display; + uint32_t head; QemuInputHandler *handler; QemuInputHandlerState *hs; int ledstate; |
