mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 19:32:19 +00:00
schema: domain: Allow interleaving of 'watchdog' subelements
Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
5fc6ec1fa2
commit
15730e7667
@ -5264,35 +5264,37 @@
|
|||||||
</define>
|
</define>
|
||||||
<define name="watchdog">
|
<define name="watchdog">
|
||||||
<element name="watchdog">
|
<element name="watchdog">
|
||||||
<attribute name="model">
|
<interleave>
|
||||||
<choice>
|
<attribute name="model">
|
||||||
<value>i6300esb</value>
|
|
||||||
<value>ib700</value>
|
|
||||||
<value>diag288</value>
|
|
||||||
</choice>
|
|
||||||
</attribute>
|
|
||||||
<optional>
|
|
||||||
<attribute name="action">
|
|
||||||
<choice>
|
<choice>
|
||||||
<value>reset</value>
|
<value>i6300esb</value>
|
||||||
<value>shutdown</value>
|
<value>ib700</value>
|
||||||
<value>poweroff</value>
|
<value>diag288</value>
|
||||||
<value>pause</value>
|
|
||||||
<value>none</value>
|
|
||||||
<value>dump</value>
|
|
||||||
<value>inject-nmi</value>
|
|
||||||
</choice>
|
</choice>
|
||||||
</attribute>
|
</attribute>
|
||||||
</optional>
|
<optional>
|
||||||
<optional>
|
<attribute name="action">
|
||||||
<ref name="alias"/>
|
<choice>
|
||||||
</optional>
|
<value>reset</value>
|
||||||
<optional>
|
<value>shutdown</value>
|
||||||
<ref name="acpi"/>
|
<value>poweroff</value>
|
||||||
</optional>
|
<value>pause</value>
|
||||||
<optional>
|
<value>none</value>
|
||||||
<ref name="address"/>
|
<value>dump</value>
|
||||||
</optional>
|
<value>inject-nmi</value>
|
||||||
|
</choice>
|
||||||
|
</attribute>
|
||||||
|
</optional>
|
||||||
|
<optional>
|
||||||
|
<ref name="alias"/>
|
||||||
|
</optional>
|
||||||
|
<optional>
|
||||||
|
<ref name="acpi"/>
|
||||||
|
</optional>
|
||||||
|
<optional>
|
||||||
|
<ref name="address"/>
|
||||||
|
</optional>
|
||||||
|
</interleave>
|
||||||
</element>
|
</element>
|
||||||
</define>
|
</define>
|
||||||
<define name="nvram">
|
<define name="nvram">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user