[libvirt] [PATCH] docs: domain: /dev/urandom isn't a valid rng patch

Cole Robinson crobinso at redhat.com
Thu May 23 18:37:46 UTC 2013


Only /dev/random and /dev/hwrng are accepted, list them explicitly.
---
 docs/formatdomain.html.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index 3a200aa..755d084 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -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>
-- 
1.8.2.1




More information about the libvir-list mailing list