Re: [PATCH v2 06/13] include/hw/virtio: document some more usage of notifiers

2023-05-23 Thread Stefan Hajnoczi
On Tue, Apr 18, 2023 at 05:21:33PM +0100, Alex Bennée wrote: > Lets document some more of the core VirtIODevice structure. > > Signed-off-by: Alex Bennée > --- > include/hw/virtio/virtio.h | 8 > 1 file changed, 8 insertions(+) > > diff --git a/include/hw/virtio/virtio.h b/include/hw/v

Re: [PATCH v2 06/13] include/hw/virtio: document some more usage of notifiers

2023-04-20 Thread Mark Cave-Ayland
On 18/04/2023 17:21, Alex Bennée wrote: Lets document some more of the core VirtIODevice structure. Signed-off-by: Alex Bennée --- include/hw/virtio/virtio.h | 8 1 file changed, 8 insertions(+) diff --git a/include/hw/virtio/virtio.h b/include/hw/virtio/virtio.h index 1ba7a9dd74.

[PATCH v2 06/13] include/hw/virtio: document some more usage of notifiers

2023-04-18 Thread Alex Bennée
Lets document some more of the core VirtIODevice structure. Signed-off-by: Alex Bennée --- include/hw/virtio/virtio.h | 8 1 file changed, 8 insertions(+) diff --git a/include/hw/virtio/virtio.h b/include/hw/virtio/virtio.h index 1ba7a9dd74..ef77e9ef0e 100644 --- a/include/hw/virtio/vi