]> git.proxmox.com Git - qemu.git/commit
virtio-rng: remove extra request for entropy
authorAmit Shah <amit.shah@redhat.com>
Wed, 21 Nov 2012 05:51:19 +0000 (11:21 +0530)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 26 Nov 2012 20:26:37 +0000 (14:26 -0600)
commit4621c1768ef5d12171cca2aa1473595ecb9f1c9e
tree233f5a69109eae56d06126f5c18b220153c9539b
parent14417039653d3293a795646730a7bf5055d78709
virtio-rng: remove extra request for entropy

If we got fewer bytes from the backend than requested, don't poke the
backend for more bytes; the guest will ask for more (or if the guest has
already asked for more, the backend knows about it via handle_input()).

Signed-off-by: Amit Shah <amit.shah@redhat.com>
Reviewed-by: Anthony Liguori <aliguori@us.ibm.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/virtio-rng.c