Re: [PATCH v1 04/10] virtio-pci: implement queue_enabled method

2020-06-29 Thread Cindy Lu
On Wed, Jun 24, 2020 at 9:25 PM Laurent Vivier wrote: > > On 22/06/2020 17:37, 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 > > Signed-off-by: Cindy Lu > > --- > > hw/virtio/virtio

Re: [PATCH v1 04/10] virtio-pci: implement queue_enabled method

2020-06-24 Thread Laurent Vivier
On 22/06/2020 17:37, 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 > Signed-off-by: Cindy Lu > --- > hw/virtio/virtio-pci.c | 18 ++ > 1 file changed, 18 insertions(+) > > dif

Re: [PATCH v1 04/10] virtio-pci: implement queue_enabled method

2020-06-23 Thread Cindy Lu
On Tue, Jun 23, 2020 at 3:13 PM Jason Wang wrote: > > > On 2020/6/22 下午11:37, 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 > > Signed-off-by: Cindy Lu > > --- > > hw/virtio/virtio

Re: [PATCH v1 04/10] virtio-pci: implement queue_enabled method

2020-06-23 Thread Jason Wang
On 2020/6/22 下午11:37, 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 Signed-off-by: Cindy Lu --- hw/virtio/virtio-pci.c | 18 ++ 1 file changed, 18 insertions(+) diff --git a/hw/virt

[PATCH v1 04/10] virtio-pci: implement queue_enabled method

2020-06-22 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 Signed-off-by: Cindy Lu --- hw/virtio/virtio-pci.c | 18 ++ 1 file changed, 18 insertions(+) diff --git a/hw/virtio/virtio-pci.c b/hw/virtio/virtio-pci.c ind