Re: [PATCH v2 07/13] virtio: add vhost-user-base and a generic vhost-user-device

2023-04-20 Thread Mark Cave-Ayland
On 18/04/2023 17:21, Alex Bennée wrote: In theory we shouldn't need to repeat so much boilerplate to support vhost-user backends. This provides a generic vhost-user-base QOM object and a derived vhost-user-device for which the user needs to provide the few bits of information that aren't current

[PATCH v2 07/13] virtio: add vhost-user-base and a generic vhost-user-device

2023-04-18 Thread Alex Bennée
In theory we shouldn't need to repeat so much boilerplate to support vhost-user backends. This provides a generic vhost-user-base QOM object and a derived vhost-user-device for which the user needs to provide the few bits of information that aren't currently provided by the vhost-user protocol. Thi