Re: [RFC v3 4/8] virtio-pci: implement queue_enabled method

2020-06-16 Thread Laurent Vivier
On 29/05/2020 16:06, Cindy Lu wrote: > From: Jason Wang > > With version 1, we can detect whether a queue is enabled via > queue_enabled. > > Signed-off-by: Jason Wang Add your S-o-b. > --- > hw/virtio/virtio-pci.c | 13 + > 1 file changed, 13 insertions(+) > > diff --git a/hw/v

[RFC v3 4/8] virtio-pci: implement queue_enabled method

2020-05-29 Thread Cindy Lu
From: Jason Wang With version 1, we can detect whether a queue is enabled via queue_enabled. Signed-off-by: Jason Wang --- hw/virtio/virtio-pci.c | 13 + 1 file changed, 13 insertions(+) diff --git a/hw/virtio/virtio-pci.c b/hw/virtio/virtio-pci.c index 4cb784389c..2c82ed5246 1006