Re: [Qemu-devel] [PATCH v4 11/12] Add vhost-user-input-pci

2019-02-27 Thread Gerd Hoffmann
On Wed, Feb 27, 2019 at 11:30:16AM +0100, Marc-André Lureau wrote: > Add a new virtio-input device, which connects to a vhost-user > backend. > > vhost-user-input is similar to virtio-input-host, it is wrapped by > vhost-user-input-pci. Instead of reading configuration directly from > an input dev

[Qemu-devel] [PATCH v4 11/12] Add vhost-user-input-pci

2019-02-27 Thread Marc-André Lureau
Add a new virtio-input device, which connects to a vhost-user backend. vhost-user-input is similar to virtio-input-host, it is wrapped by vhost-user-input-pci. Instead of reading configuration directly from an input device / evdev, it reads it over vhost-user protocol with INPUT_GET_CONFIG message