Re: [Qemu-devel] [PATCH v3 11/13] Add vhost-user-input-pci

2019-02-21 Thread Gerd Hoffmann
On Fri, Feb 08, 2019 at 10:28:38AM -0500, Michael S. Tsirkin wrote: > On Fri, Feb 08, 2019 at 12:23:55PM +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 > > vho

Re: [Qemu-devel] [PATCH v3 11/13] Add vhost-user-input-pci

2019-02-08 Thread Marc-André Lureau
Hi On Fri, Feb 8, 2019 at 10:14 PM Michael S. Tsirkin wrote: > > On Fri, Feb 08, 2019 at 12:23:55PM +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-u

Re: [Qemu-devel] [PATCH v3 11/13] Add vhost-user-input-pci

2019-02-08 Thread Michael S. Tsirkin
On Fri, Feb 08, 2019 at 12:23:55PM +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

Re: [Qemu-devel] [PATCH v3 11/13] Add vhost-user-input-pci

2019-02-08 Thread Michael S. Tsirkin
On Fri, Feb 08, 2019 at 12:23:55PM +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 v3 11/13] Add vhost-user-input-pci

2019-02-08 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