mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06: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>
|
<dd>
|
||||||
<p>
|
<p>
|
||||||
This backend type expects a non-blocking character device as input.
|
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.
|
name is specified as contents of the <code>backend</code> element.
|
||||||
When no file name is specified the hypervisor default is used.
|
When no file name is specified the hypervisor default is used.
|
||||||
</p>
|
</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user