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>
This commit is contained in:
Anthony Liguori 2012-06-25 10:03:47 -05:00
parent 0e5588438d
commit a9b7b2ad7b
4 changed files with 189 additions and 0 deletions

View file

@ -100,6 +100,8 @@ common-obj-y += vl.o
common-obj-$(CONFIG_SLIRP) += slirp/
common-obj-y += backends/
######################################################################
# libseccomp
ifeq ($(CONFIG_SECCOMP),y)