This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
qemu
Watch
1
Star
0
Fork
0
You've already forked qemu
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
9cb535fe4e
qemu
/
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 22:13:31 +04:00
common-obj-y
+=
rng.o rng-random.o rng-egd.o
Reference in New Issue
Copy Permalink