rng: add RndBackend abstract object class
commita9b7b2ad7b075dba5495271706670e5c6b1304bc
authorAnthony Liguori <aliguori@us.ibm.com>
Mon, 25 Jun 2012 15:03:47 +0000 (25 10:03 -0500)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 16 Nov 2012 14:36:12 +0000 (16 08:36 -0600)
treeafb6265b0527f4c88aae906c69e079d97303d052
parent0e5588438d921b8686bbf455f400f727b2ff7b62
rng: add RndBackend abstract object class

This is the backend used by devices that need to request entropy.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Makefile.objs
backends/Makefile.objs [new file with mode: 0644]
backends/rng.c [new file with mode: 0644]
include/qemu/rng.h [new file with mode: 0644]