Re: [Qemu-devel] [PATCH 2/4] virtio-rng: remove extra request for entropy

2012-11-20 Thread Anthony Liguori
Amit Shah writes: > 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 Reviewed-by: Anthony Liguor

[Qemu-devel] [PATCH 2/4] virtio-rng: remove extra request for entropy

2012-11-20 Thread Amit Shah
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 --- hw/virtio-rng.c | 7 --- 1 file changed, 7 delet