Re: [RFC v2 2/7] virtio: Add virtio_queue_host_notifier_status

2021-02-17 Thread Eugenio Perez Martin
On Wed, Feb 17, 2021 at 1:41 PM Stefan Hajnoczi wrote: > > On Tue, Feb 09, 2021 at 04:37:52PM +0100, Eugenio Pérez wrote: > > This allows shadow virtqueue code to assert the queue status before > > making changes. > > > > Signed-off-by: Eugenio Pérez > > --- > > include/hw/virtio/virtio.h | 1 +

Re: [RFC v2 2/7] virtio: Add virtio_queue_host_notifier_status

2021-02-17 Thread Stefan Hajnoczi
On Tue, Feb 09, 2021 at 04:37:52PM +0100, Eugenio Pérez wrote: > This allows shadow virtqueue code to assert the queue status before > making changes. > > Signed-off-by: Eugenio Pérez > --- > include/hw/virtio/virtio.h | 1 + > hw/virtio/virtio.c | 5 + > 2 files changed, 6 insertion

[RFC v2 2/7] virtio: Add virtio_queue_host_notifier_status

2021-02-09 Thread Eugenio Pérez
This allows shadow virtqueue code to assert the queue status before making changes. Signed-off-by: Eugenio Pérez --- include/hw/virtio/virtio.h | 1 + hw/virtio/virtio.c | 5 + 2 files changed, 6 insertions(+) diff --git a/include/hw/virtio/virtio.h b/include/hw/virtio/virtio.h inde