From: Cole Robinson Date: Thu, 23 May 2013 18:37:08 +0000 (-0400) Subject: docs: domain: /dev/urandom isn't a valid rng patch X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=e4de214b3824c67045dcd080340230caf9d3cf36;p=libvirt.git docs: domain: /dev/urandom isn't a valid rng patch Only /dev/random and /dev/hwrng are accepted, list them explicitly. --- diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index 3a200aa09e..755d084f42 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -4666,7 +4666,7 @@ qemu-kvm -net nic,model=? /dev/null

This backend type expects a non-blocking character device as input. - Examples of such devices are /dev/random and /dev/urandom. The file + The only accepted paths are /dev/random and /dev/hwrng. The file name is specified as contents of the backend element. When no file name is specified the hypervisor default is used.