mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-27 15:05:17 +00:00
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:
parent
9c2afd17fd
commit
ec0616cac3
@ -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">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user