schema: hyperv: Add mode "passthrough"

This mode will enable all enlightenments known to the hypervisor. See
https://bugzilla.redhat.com/show_bug.cgi?id=1851249

Example:

  <features>
    <hyperv mode='passthrough'/>
    ...
  </features>

Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
Tim Wiederhake 2021-11-25 19:57:49 +01:00
parent 9c2afd17fd
commit ec0616cac3

View File

@ -7101,6 +7101,9 @@
<define name="hyperv"> <define name="hyperv">
<element name="hyperv"> <element name="hyperv">
<choice> <choice>
<attribute name="mode">
<value>passthrough</value>
</attribute>
<group> <group>
<optional> <optional>
<attribute name="mode"> <attribute name="mode">