]> Git Repo - qemu.git/commit
rng-egd: introduce EGD compliant RNG backend
authorAnthony Liguori <[email protected]>
Mon, 25 Jun 2012 18:13:31 +0000 (13:13 -0500)
committerAnthony Liguori <[email protected]>
Fri, 16 Nov 2012 14:36:13 +0000 (08:36 -0600)
commit1da2738f5566263177d09c1b9eaf7cbeeb17e815
tree43a5e8ef46231913ac66edb90afe584ce5a5aa35
parent5c74521d249486fa3e749dbbf6d56a70d4d7235f
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 <[email protected]>
backends/Makefile.objs
backends/rng-egd.c [new file with mode: 0644]
This page took 0.024655 seconds and 4 git commands to generate.