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?
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 +
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