This website requires JavaScript.
Explore
Help
Register
Sign In
ShuriZma
/
xqemu
mirror of
https://github.com/xqemu/xqemu.git
Watch
1
Star
0
Fork
You've already forked xqemu
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e24dc9feb0
xqemu
/
backends
/
Makefile.objs
2 lines
45 B
Makefile
Raw
Normal View
History
Unescape
Escape
rng-egd: introduce EGD compliant RNG backend This backend talks EGD to a CharDriverState. A typical way to invoke this would be: qemu -chardev socket,host=localhost,port=1024,id=chr0 \ -object rng-egd,chardev=chr0,id=egd0 \ -device virtio-rng-pci,rng=egd0 Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
2012-06-25 18:13:31 +00:00
common-obj-y
+=
rng.o rng-random.o rng-egd.o