Re: [RFC v2 7/9] virito-pci: implement queue_enabled method

2020-05-10 Thread Cindy Lu
On Sat, May 9, 2020 at 8:02 PM Philippe Mathieu-Daudé wrote: > > Typo "virtio-pci" in patch subject. > Thanks Philippe, I will fix this > On 5/8/20 6:32 PM, Cindy Lu wrote: > > From: Jason Wang > > > > With version 1, we can detect whether a queue is enabled via > > queue_enabled. > > > > Signed-

Re: [RFC v2 7/9] virito-pci: implement queue_enabled method

2020-05-09 Thread Philippe Mathieu-Daudé
Typo "virtio-pci" in patch subject. On 5/8/20 6:32 PM, 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 --- hw/virtio/virtio-pci.c | 13 + 1 file changed, 13 insertions(+) diff --git a/hw/vi

Re: [RFC v2 7/9] virito-pci: implement queue_enabled method

2020-05-08 Thread Jason Wang
On 2020/5/9 上午12:32, 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 This patch should come before any vhost-vdpa patch. Thanks --- hw/virtio/virtio-pci.c | 13 + 1 file changed, 13

[RFC v2 7/9] virito-pci: implement queue_enabled method

2020-05-08 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 c6b47a9c73..4aaf5d953e 1006