]> xenbits.xensource.com Git - libvirt.git/commitdiff
news: qemu: support async IO mode 'io_uring'
authorHan Han <hhan@redhat.com>
Tue, 21 Apr 2020 12:19:38 +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/news.xml

index 956018b512642c36f1cdd722614f7406188401b3..87786631ac363175ba96f45013568500b3b9b8df 100644 (file)
           hotplugging PCI devices.
         </description>
       </change>
+      <change>
+        <summary>
+          qemu: support async IO mode 'io_uring'
+        </summary>
+        <description>
+          Linux 5.1 introduces a fast and efficient async IO interface
+          io_uring, then qemu implements that in version 5.0. It could be used
+          in file, host device and host cdrom backend by
+          <code>io='io_uring'</code> of disk XML.
+        </description>
+      </change>
     </section>
     <section title="Improvements">
     </section>