[libvirt PATCH 08/10] schema: hyperv: Add mode "passthrough"

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxx>
---
 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




[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]

  Powered by Linux