]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: domain: /dev/urandom isn't a valid rng patch
authorCole Robinson <crobinso@redhat.com>
Thu, 23 May 2013 18:37:08 +0000 (14:37 -0400)
committerCole Robinson <crobinso@redhat.com>
Thu, 23 May 2013 18:37:08 +0000 (14:37 -0400)
Only /dev/random and /dev/hwrng are accepted, list them explicitly.

docs/formatdomain.html.in

index 3a200aa09e3ba0258924aec24ae47fd4bccdd85d..755d084f42f45ee96dea43e55b323db58190b08b 100644 (file)
@@ -4666,7 +4666,7 @@ qemu-kvm -net nic,model=? /dev/null
       <dd>
         <p>
           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 <code>backend</code> element.
           When no file name is specified the hypervisor default is used.
         </p>