mirror_qemu/include/qemu
Anthony Liguori 5c74521d24 rng-random: add an RNG backend that uses /dev/random (v3)
The filename can be overridden but it expects a non-blocking source of entropy.
A typical invocation would be:

qemu -object rng-random,id=rng0 -device virtio-rng-pci,rng=rng0

This can also be used with /dev/urandom by using the command line:

qemu -object rng-random,filename=/dev/urandom,id=rng0 \
     -device virtio-rng-pci,rng=rng0

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
---
v1 -> v2
 - merged header split patch into this one
v2 -> v3
 - bug fix in rng-random (Paolo)
2012-11-16 08:36:13 -06:00
..
cpu.h cpu: Move thread_id to CPUState 2012-10-31 04:12:23 +01:00
object.h object: add object_property_add_bool (v2) 2012-11-16 08:36:12 -06:00
page_cache.h Add cache handling functions 2012-08-08 13:51:12 +02:00
qom-qobject.h qom: add QObject-based property get/set wrappers 2012-02-07 13:52:40 +01:00
ratelimit.h stream: move rate limiting to a separate header file 2012-06-15 14:03:42 +02:00
rng-random.h rng-random: add an RNG backend that uses /dev/random (v3) 2012-11-16 08:36:13 -06:00
rng.h rng: add RndBackend abstract object class 2012-11-16 08:36:12 -06:00