Re: [Qemu-devel] [PATCH 3/6] Add vhost-user-backend

2019-04-26 Thread Marc-André Lureau
Hi On Fri, Apr 26, 2019 at 12:27 PM Marc-André Lureau wrote: > > Create a vhost-user-backend object that holds a connection to a > vhost-user backend (or "slave" process) and can be referenced from > virtio devices that support it. See later patches for input & gpu > usage. > > Note: a previous i

[Qemu-devel] [PATCH 3/6] Add vhost-user-backend

2019-04-26 Thread Marc-André Lureau
Create a vhost-user-backend object that holds a connection to a vhost-user backend (or "slave" process) and can be referenced from virtio devices that support it. See later patches for input & gpu usage. Note: a previous iteration of this object made it user-creatable, and allowed managed sub-proc