mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 03:12:22 +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 name="watchdog">
|
||||
<element name="watchdog">
|
||||
<attribute name="model">
|
||||
<choice>
|
||||
<value>i6300esb</value>
|
||||
<value>ib700</value>
|
||||
<value>diag288</value>
|
||||
</choice>
|
||||
</attribute>
|
||||
<optional>
|
||||
<attribute name="action">
|
||||
<interleave>
|
||||
<attribute name="model">
|
||||
<choice>
|
||||
<value>reset</value>
|
||||
<value>shutdown</value>
|
||||
<value>poweroff</value>
|
||||
<value>pause</value>
|
||||
<value>none</value>
|
||||
<value>dump</value>
|
||||
<value>inject-nmi</value>
|
||||
<value>i6300esb</value>
|
||||
<value>ib700</value>
|
||||
<value>diag288</value>
|
||||
</choice>
|
||||
</attribute>
|
||||
</optional>
|
||||
<optional>
|
||||
<ref name="alias"/>
|
||||
</optional>
|
||||
<optional>
|
||||
<ref name="acpi"/>
|
||||
</optional>
|
||||
<optional>
|
||||
<ref name="address"/>
|
||||
</optional>
|
||||
<optional>
|
||||
<attribute name="action">
|
||||
<choice>
|
||||
<value>reset</value>
|
||||
<value>shutdown</value>
|
||||
<value>poweroff</value>
|
||||
<value>pause</value>
|
||||
<value>none</value>
|
||||
<value>dump</value>
|
||||
<value>inject-nmi</value>
|
||||
</choice>
|
||||
</attribute>
|
||||
</optional>
|
||||
<optional>
|
||||
<ref name="alias"/>
|
||||
</optional>
|
||||
<optional>
|
||||
<ref name="acpi"/>
|
||||
</optional>
|
||||
<optional>
|
||||
<ref name="address"/>
|
||||
</optional>
|
||||
</interleave>
|
||||
</element>
|
||||
</define>
|
||||
<define name="nvram">
|
||||
|
Loading…
x
Reference in New Issue
Block a user