On Wed, Feb 27, 2019 at 11:30:17AM +0100, Marc-André Lureau wrote: > 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 > > Signed-off-by: Marc-André Lureau <marcandre.lur...@redhat.com>
Reviewed-by: Gerd Hoffmann <kra...@redhat.com>