Re: [PATCH v2 03/15] include/hw/virtio: document vhost_get_features

2022-05-25 Thread Stefan Hajnoczi
On Tue, May 24, 2022 at 04:40:44PM +0100, Alex Bennée wrote: > Signed-off-by: Alex Bennée > --- > include/hw/virtio/vhost.h | 11 +++ > 1 file changed, 11 insertions(+) Reviewed-by: Stefan Hajnoczi signature.asc Description: PGP signature

[PATCH v2 03/15] include/hw/virtio: document vhost_get_features

2022-05-24 Thread Alex Bennée
Signed-off-by: Alex Bennée --- include/hw/virtio/vhost.h | 11 +++ 1 file changed, 11 insertions(+) diff --git a/include/hw/virtio/vhost.h b/include/hw/virtio/vhost.h index b291fe4e24..9f9f57c46e 100644 --- a/include/hw/virtio/vhost.h +++ b/include/hw/virtio/vhost.h @@ -246,6 +246,17 @@