mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-08 22:15:21 +00:00
rng: allow default device in RNG grammar
This matches the documentation of commit4932ef4
, and the C code changes of commit75e656a
. * docs/schemas/domaincommon.rng: Allow default entry.
This commit is contained in:
parent
0df3e8966c
commit
374631d016
@ -3514,6 +3514,7 @@
|
||||
<choice>
|
||||
<value>/dev/random</value>
|
||||
<value>/dev/hwrng</value>
|
||||
<empty/>
|
||||
</choice>
|
||||
</group>
|
||||
<group>
|
||||
|
Loading…
Reference in New Issue
Block a user