]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
NEWS: Document domain memory dirty rate APIs
authorHao Wang <wanghao232@huawei.com>
Thu, 18 Mar 2021 09:00:29 +0000 (17:00 +0800)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 18 Mar 2021 10:25:50 +0000 (11:25 +0100)
Signed-off-by: Hao Wang <wanghao232@huawei.com>
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
NEWS.rst

index bd40373a80388714aae25512aaaefd50d14dfc5a..9d819a3cf2a46a41c76e7f7762653d6705d1f03e 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -13,6 +13,17 @@ v7.2.0 (unreleased)
 
 * **New features**
 
+  * qemu: Implement domain memory dirty rate calculation API
+
+    New API ``virDomainStartDirtyRateCalc()`` and virsh command
+    ``domdirtyrate-calc`` are added to start calculating a live domain's
+    memory dirty rate.
+
+  * qemu: Support reporting memory dirty rate stats
+
+    The memory dirty rate stats can be obtained through ``virsh domstats
+    --dirtyrate`` via the virConnectGetAllDomainStats API.
+
 * **Improvements**
 
 * **Bug fixes**