mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
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:
parent
0e5588438d
commit
a9b7b2ad7b
4 changed files with 189 additions and 0 deletions
|
@ -100,6 +100,8 @@ common-obj-y += vl.o
|
|||
|
||||
common-obj-$(CONFIG_SLIRP) += slirp/
|
||||
|
||||
common-obj-y += backends/
|
||||
|
||||
######################################################################
|
||||
# libseccomp
|
||||
ifeq ($(CONFIG_SECCOMP),y)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue