mirror of
https://github.com/qemu/qemu.git
synced 2025-08-14 11:43:46 +00:00

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>
2 lines
45 B
Makefile
2 lines
45 B
Makefile
common-obj-y += rng.o rng-random.o rng-egd.o
|