mirror of https://gitee.com/openkylin/libvirt.git
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