mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
schema: Fix TPM version rules
According to our parser (virDomainTPMDefParseXML()) the version is an optional attribute and independent of TPM backend type. Therefore, it's not a choice group, which is what our RNG schema suggests. Signed-off-by: Michal Privoznik <mprivozn@redhat.com> Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>
This commit is contained in:
parent
ec554e160b
commit
3ae6f5e10e
@ -4776,8 +4776,6 @@
|
|||||||
</optional>
|
</optional>
|
||||||
</group>
|
</group>
|
||||||
</choice>
|
</choice>
|
||||||
<choice>
|
|
||||||
<group>
|
|
||||||
<optional>
|
<optional>
|
||||||
<attribute name="version">
|
<attribute name="version">
|
||||||
<choice>
|
<choice>
|
||||||
@ -4786,8 +4784,6 @@
|
|||||||
</choice>
|
</choice>
|
||||||
</attribute>
|
</attribute>
|
||||||
</optional>
|
</optional>
|
||||||
</group>
|
|
||||||
</choice>
|
|
||||||
</element>
|
</element>
|
||||||
</define>
|
</define>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user