summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--hw/virtio-rng.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/hw/virtio-rng.c b/hw/virtio-rng.c
index 6c49bb2e9c..cf5a8ff77e 100644
--- a/hw/virtio-rng.c
+++ b/hw/virtio-rng.c
@@ -80,13 +80,6 @@ static void chr_read(void *opaque, const void *buf, size_t size)
         virtqueue_push(vrng->vq, &elem, len);
     }
     virtio_notify(&vrng->vdev, vrng->vq);
-
-    /*
-     * Lastly, if we had multiple elems queued by the guest, and we
-     * didn't have enough data to fill them all, indicate we want more
-     * data.
-     */
-    virtio_rng_process(vrng);
 }
 
 static void virtio_rng_process(VirtIORNG *vrng)