qemu/backends
Anthony Liguori 1da2738f55 rng-egd: introduce EGD compliant RNG backend
This backend talks EGD to a CharDriverState.  A typical way to invoke this would
be:

qemu -chardev socket,host=localhost,port=1024,id=chr0 \
     -object rng-egd,chardev=chr0,id=egd0 \
     -device virtio-rng-pci,rng=egd0

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
2012-11-16 08:36:13 -06:00
..
Makefile.objs rng-egd: introduce EGD compliant RNG backend 2012-11-16 08:36:13 -06:00
rng-egd.c rng-egd: introduce EGD compliant RNG backend 2012-11-16 08:36:13 -06:00
rng-random.c rng-random: add an RNG backend that uses /dev/random (v3) 2012-11-16 08:36:13 -06:00
rng.c rng: add RndBackend abstract object class 2012-11-16 08:36:12 -06:00