]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: Docs and rng schemas for io_uring
authorHan Han <hhan@redhat.com>
Tue, 21 Apr 2020 12:19:36 +0000 (20:19 +0800)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 24 Apr 2020 07:17:06 +0000 (09:17 +0200)
Signed-off-by: Han Han <hhan@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
docs/formatdomain.html.in
docs/schemas/domaincommon.rng

index 27275c8429fc9ac535ea871265383ffa18ccc0e6..c5305739d27d7788d449b83298230ddee697ed87 100644 (file)
           <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
index a6f6e8ab835ab8bc911d9d3968e17b32acbdc9e5..7f18e5b66963bdc8ebaf983898083b4d7a8f008d 100644 (file)
       <choice>
         <value>threads</value>
         <value>native</value>
+        <value>io_uring</value>
       </choice>
     </attribute>
   </define>