diff options
author | Marc-André Lureau | 2019-05-14 12:41:26 +0200 |
---|---|---|
committer | Gerd Hoffmann | 2019-05-22 07:16:58 +0200 |
commit | 06914c97d3ade856371c9a59cbe6a9b13422471f (patch) | |
tree | 4ea9402b07ce38ef0d18506df5c5884a1dabd9ad /MAINTAINERS | |
parent | libvhost-user: fix -Werror=format= on ppc64 (diff) | |
download | qemu-06914c97d3ade856371c9a59cbe6a9b13422471f.tar.gz qemu-06914c97d3ade856371c9a59cbe6a9b13422471f.tar.xz qemu-06914c97d3ade856371c9a59cbe6a9b13422471f.zip |
contrib: add vhost-user-input
Add a vhost-user input backend example, based on virtio-input-host
device. It takes an evdev path as argument, and can be associated with
a vhost-user-input device via a UNIX socket:
$ vhost-user-input -p /dev/input/eventX -s /tmp/vui.sock
$ qemu ... -chardev socket,id=vuic,path=/tmp/vui.sock
-device vhost-user-input-pci,chardev=vuic
This example is intentionally not included in $TOOLS, and not
installed by default.
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-id: 20190514104126.6294-4-marcandre.lureau@redhat.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index a6948ebc63..73a0105082 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1532,6 +1532,7 @@ S: Maintained F: hw/input/vhost-user-input.c F: hw/input/virtio-input*.c F: include/hw/virtio/virtio-input.h +F: contrib/vhost-user-input/* virtio-serial M: Amit Shah <amit@kernel.org> |