diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index 89672a04862781dea4fcd8c415f8e2df477347cf..3dd6a59a01fdfaf76e20d22fb8fb195fd3f6a84b 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -7738,12 +7738,16 @@ qemu-kvm -net nic,model=? /dev/null
random

- This backend type expects a non-blocking character device as - input. The file name is specified as contents of the - backend element. Since 1.3.4 - any path is accepted. Before that /dev/random and /dev/hwrng were - the only accepted paths. When no file name is specified the hypervisor - default is used. For qemu, the default is /dev/random + This backend type expects a non-blocking character device + as input. The file name is specified as contents of the + backend element. Since + 1.3.4 any path is accepted. Before that + /dev/random and /dev/hwrng were + the only accepted paths. When no file name is specified, + the hypervisor default is used. For QEMU, the default is + /dev/random. However, the recommended source + of entropy is /dev/urandom (as it doesn't + have the limitations of /dev/random).

egd