On 3/18/21 10:00 AM, Hao Wang wrote:
Signed-off-by: Hao Wang <wanghao232(a)huawei.com>
---
NEWS.rst | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/NEWS.rst b/NEWS.rst
index bd40373a80..df35044ef0 100644
--- 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.
No need for those brackets.
+
+ * 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**
Reviewed-by: Michal Privoznik <mprivozn(a)redhat.com>
and pushed. Thanks for handling this.
Michal