Re: [PATCH v3 1/7] include/hw: attempt to document VirtIO feature variables

2022-11-29 Thread Stefano Garzarella
On Mon, Nov 28, 2022 at 04:40:59PM +, Alex Bennée wrote: We have a bunch of variables associated with the device and the vhost backend which are used inconsistently throughout the code base. Lets start trying to bring some order by agreeing what each variable is for. Signed-off-by: Alex Benn

[PATCH v3 1/7] include/hw: attempt to document VirtIO feature variables

2022-11-28 Thread Alex Bennée
We have a bunch of variables associated with the device and the vhost backend which are used inconsistently throughout the code base. Lets start trying to bring some order by agreeing what each variable is for. Signed-off-by: Alex Bennée Cc: Stefano Garzarella Cc: "Michael S. Tsirkin" Cc: Stefa