From: Yang Fei Date: Thu, 29 Jul 2021 10:55:36 +0000 (+0800) Subject: NEWS: Add haltpolling time statistic interface X-Git-Tag: v7.6.0-rc2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a64de8994f5ba34b05d718042a69c066121a531a;p=thirdparty%2Flibvirt.git NEWS: Add haltpolling time statistic interface Signed-off-by: Yang Fei Reviewed-by: Michal Privoznik --- diff --git a/NEWS.rst b/NEWS.rst index 00f8788536..a5021b386d 100644 --- 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**