qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [14/13] fixup! virtio: remove set_handler argument from set


From: Paolo Bonzini
Subject: [Qemu-devel] [14/13] fixup! virtio: remove set_handler argument from set_host_notifier_internal
Date: Mon, 24 Oct 2016 15:08:21 +0200

---
 hw/virtio/virtio.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/virtio/virtio.c b/hw/virtio/virtio.c
index 0e0bb46..1e2136d 100644
--- a/hw/virtio/virtio.c
+++ b/hw/virtio/virtio.c
@@ -2148,7 +2148,7 @@ static int 
virtio_device_start_ioeventfd_impl(VirtIODevice *vdev)
 
     for (n = 0; n < VIRTIO_QUEUE_MAX; n++) {
         /* Kick right away to begin processing requests already in vring */
-        VirtQueue *vq = &vdev->vq[n];;
+        VirtQueue *vq = &vdev->vq[n];
         if (!vq->vring.num) {
             continue;
         }
-- 
2.7.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]