[PATCH v2 3/5] docs: Docs and rng schemas for io_uring

Han Han hhan at redhat.com
Tue Apr 21 12:19:36 UTC 2020


Signed-off-by: Han Han <hhan at redhat.com>
---
 docs/formatdomain.html.in     | 3 ++-
 docs/schemas/domaincommon.rng | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index 00776668..b2f87e8a 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -3747,7 +3747,8 @@
           <li>
             The optional <code>io</code> attribute controls specific
             policies on I/O; qemu guests support "threads" and
-            "native". <span class="since">Since 0.8.8</span>
+            "native" <span class="since">Since 0.8.8</span>, io_uring
+            <span class="since">Since 6.3.0 (QEMU 5.0)</span>.
           </li>
           <li>
             The optional <code>ioeventfd</code> attribute allows users to
diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng
index 65d65804..6109be0b 100644
--- a/docs/schemas/domaincommon.rng
+++ b/docs/schemas/domaincommon.rng
@@ -2278,6 +2278,7 @@
       <choice>
         <value>threads</value>
         <value>native</value>
+        <value>io_uring</value>
       </choice>
     </attribute>
   </define>
-- 
2.25.0




More information about the libvir-list mailing list