]> xenbits.xensource.com Git - libvirt.git/commitdiff
news: qemu: support kvm-poll-control performance hint
authorHan Han <hhan@redhat.com>
Wed, 11 May 2022 02:17:09 +0000 (10:17 +0800)
committerAndrea Bolognani <abologna@redhat.com>
Wed, 18 May 2022 17:55:56 +0000 (19:55 +0200)
Signed-off-by: Han Han <hhan@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
NEWS.rst

index 794bf4cc03b0dc7ceac916249913e0cd781d3df1..5b614708b129d8e22e03b6897707529d49f74cec 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -1137,6 +1137,11 @@ v6.10.0 (2020-12-01)
     mode of files and directories, respectively, when using accessmode=mapped.
     It requires QEMU 2.10 or above.
 
+  * qemu: support kvm-poll-control performance hint
+
+    Implement the new KVM feature 'poll-control' to set this performance hint
+    for KVM guests. It requires QEMU 4.2 or above.
+
 * **Improvements**
 
   * virsh: Support network disks in ``virsh attach-disk``