Re: [PATCH] virtio-pci: fix wrong index in virtio_pci_queue_enabled

2020-07-27 Thread Jason Wang
On 2020/7/27 下午10:38, Yuri Benditovich wrote: https://bugzilla.redhat.com/show_bug.cgi?id=1702608 Signed-off-by: Yuri Benditovich Queued for rc2. Thanks --- hw/virtio/virtio-pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/virtio/virtio-pci.c b/hw/virtio/

[PATCH] virtio-pci: fix wrong index in virtio_pci_queue_enabled

2020-07-27 Thread Yuri Benditovich
https://bugzilla.redhat.com/show_bug.cgi?id=1702608 Signed-off-by: Yuri Benditovich --- hw/virtio/virtio-pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/virtio/virtio-pci.c b/hw/virtio/virtio-pci.c index ada1101d07..2b1f9cc67b 100644 --- a/hw/virtio/virtio-pci.c +++