From e4de214b3824c67045dcd080340230caf9d3cf36 Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Thu, 23 May 2013 14:37:08 -0400 Subject: [PATCH] docs: domain: /dev/urandom isn't a valid rng patch 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 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.

-- 2.47.2