Re: [Qemu-devel] [PATCH] virtio: Add virtio-rng driver

2009-11-25 Thread Ian Molton
Ian Molton wrote: > This patch adds support for virtio-rng. Data is read from a chardev and > can be either raw entropy or received via the EGD protocol. No comments?

[Qemu-devel] [PATCH] virtio: Add virtio-rng driver

2009-11-21 Thread Ian Molton
This patch adds support for virtio-rng. Data is read from a chardev and can be either raw entropy or received via the EGD protocol. Signed-off-by: Ian Molton --- Makefile.target |2 +- hw/pci.h|1 + hw/virtio-pci.c | 27 hw/virtio-rng.c | 194 +

[Qemu-devel] [PATCH] virtio: Add virtio-rng driver

2009-11-21 Thread Ian Molton
Hi folks, This patch is a first cut at a driver for virtio-rng. Its not problem free, but it works. Features: * Raw and EGD protocol support * Rate limiting (simple) Known problems: * provokes a bug in the kernels virtio-rng driver that results in data corruption. * Does not reconnect to the