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 <twied...@redhat.com>
---
 docs/schemas/domaincommon.rng | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng
index 14a4f528ab..12e657269d 100644
--- a/docs/schemas/domaincommon.rng
+++ b/docs/schemas/domaincommon.rng
@@ -7088,6 +7088,9 @@
   <define name="hyperv">
     <element name="hyperv">
       <choice>
+        <attribute name="mode">
+          <value>passthrough</value>
+        </attribute>
         <group>
           <optional>
             <attribute name="mode">
-- 
2.31.1

Reply via email to