[libvirt] [PATCH 5/6] schema: add deadline scheduler

Martin Polednik mpolednik at redhat.com
Mon Nov 7 09:01:16 UTC 2016


Can be used in the same way as other schedulers, only requiring
additional parameters.
---
 docs/schemas/domaincommon.rng | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng
index 19d45fd..1461d34 100644
--- a/docs/schemas/domaincommon.rng
+++ b/docs/schemas/domaincommon.rng
@@ -851,6 +851,22 @@
           <ref name="unsignedShort"/>
         </attribute>
       </group>
+      <group>
+        <attribute name="scheduler">
+          <choice>
+            <value>deadline</value>
+          </choice>
+        </attribute>
+        <attribute name="runtime">
+          <ref name="unsignedLong"/>
+        </attribute>
+        <attribute name="deadline">
+          <ref name="unsignedLong"/>
+        </attribute>
+        <attribute name="period">
+          <ref name="unsignedLong"/>
+        </attribute>
+      </group>
     </choice>
   </define>
 
-- 
2.8.1




More information about the libvir-list mailing list