[PATCH] NEWS: Document domain memory dirty rate APIs

Hao Wang posted 1 patch 3 years ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20210318090029.2463119-1-wanghao232@huawei.com
NEWS.rst | 11 +++++++++++
1 file changed, 11 insertions(+)
[PATCH] NEWS: Document domain memory dirty rate APIs
Posted by Hao Wang 3 years ago
Signed-off-by: Hao Wang <wanghao232@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.
+
+  * 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**
-- 
2.23.0


Re: [PATCH] NEWS: Document domain memory dirty rate APIs
Posted by Michal Privoznik 3 years ago
On 3/18/21 10:00 AM, Hao Wang wrote:
> Signed-off-by: Hao Wang <wanghao232@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@redhat.com>

and pushed. Thanks for handling this.

Michal