mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-20 07:59:00 +00:00
docs: domain: /dev/urandom isn't a valid rng patch
Only /dev/random and /dev/hwrng are accepted, list them explicitly.
This commit is contained in:
parent
23195651f5
commit
e4de214b38
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user