mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-13 00:01:55 +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">
|
||||
<element name="hyperv">
|
||||
<choice>
|
||||
<attribute name="mode">
|
||||
<value>passthrough</value>
|
||||
</attribute>
|
||||
<group>
|
||||
<optional>
|
||||
<attribute name="mode">
|
||||
|
Loading…
x
Reference in New Issue
Block a user