mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-21 19:02:25 +00:00
schema: Add optional "mode" attribute to hyperv
Allow for an optional attribute "mode", set to the string "custom". Later patches will introduce different modes. Omitting this attribute will default to "custom" for backwards compatibility. Signed-off-by: Tim Wiederhake <twiederh@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
fa0789cc0c
commit
33d9d3806c
@ -7102,6 +7102,11 @@
|
||||
<element name="hyperv">
|
||||
<choice>
|
||||
<group>
|
||||
<optional>
|
||||
<attribute name="mode">
|
||||
<value>custom</value>
|
||||
</attribute>
|
||||
</optional>
|
||||
<interleave>
|
||||
<optional>
|
||||
<element name="relaxed">
|
||||
|
Loading…
x
Reference in New Issue
Block a user