mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43: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
1
backends/Makefile.objs
Normal file
1
backends/Makefile.objs
Normal file
|
@ -0,0 +1 @@
|
|||
common-obj-y += rng.o
|
Loading…
Add table
Add a link
Reference in a new issue