[PATCH v4 06/22] include/hw: document vhost_dev feature life-cycle

2022-08-02 Thread Alex Bennée
Try and explicitly document the various state of feature bits as related to the vhost_dev structure. Importantly the backend_features can advertise things like VHOST_USER_F_PROTOCOL_FEATURES which is never exposed to the driver and is only present in the vhost-user feature negotiation. Signed-off-

Re: [PATCH v4 06/22] include/hw: document vhost_dev feature life-cycle

2022-09-22 Thread Philippe Mathieu-Daudé via
On 2/8/22 11:49, Alex Bennée wrote: Try and explicitly document the various state of feature bits as related to the vhost_dev structure. Importantly the backend_features can advertise things like VHOST_USER_F_PROTOCOL_FEATURES which is never exposed to the driver and is only present in the vhost-