]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
NEWS: Add haltpolling time statistic interface
authorYang Fei <yangfei85@huawei.com>
Thu, 29 Jul 2021 10:55:36 +0000 (18:55 +0800)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 29 Jul 2021 15:24:32 +0000 (17:24 +0200)
Signed-off-by: Yang Fei <yangfei85@huawei.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
NEWS.rst

index 00f87885363fb979d9014b8e3b0c3f3c892cfe75..a5021b386d42cd243ea4b5757e2c038819bb8a02 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -36,6 +36,12 @@ v7.6.0 (unreleased)
     of an incorrect definition, e.g. by forgetting to specify ``iommu=on`` on
     all virtio devices.
 
+  * domstats: Add haltpolling time statistic interface
+
+    Domstats now provide the data of cpu haltpolling time. This feature relies
+    on statistics available after kernel version 5.8. This will allow the user
+    to get more accurate CPU usage information if needed.
+
 * **Improvements**
 
 * **Bug fixes**