[PATCH] news: introduce memory failure event

zhenwei pi posted 1 patch 3 years, 5 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20201023085032.1360977-1-pizhenwei@bytedance.com
There is a newer version of this series
NEWS.rst | 5 +++++
1 file changed, 5 insertions(+)
[PATCH] news: introduce memory failure event
Posted by zhenwei pi 3 years, 5 months ago
Signed-off-by: zhenwei pi <pizhenwei@bytedance.com>
---
 NEWS.rst | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index d0454b7840..a01481801e 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -13,6 +13,11 @@ v6.9.0 (unreleased)
 
 * **New features**
 
+  * Introduce memory failure event
+
+    Libvirt could handle domain's memory failure event. Drivers need to
+    implement their own method. Currently, only QEMU supports this feature.
+
   * qemu: Implement support for ``<transient/>`` disks
 
     VMs based on the QEMU hypervisor now can use ``<transient/>`` option for
-- 
2.11.0

Re: [PATCH] news: introduce memory failure event
Posted by Michal Privoznik 3 years, 5 months ago
On 10/23/20 10:50 AM, zhenwei pi wrote:
> Signed-off-by: zhenwei pi <pizhenwei@bytedance.com>
> ---
>   NEWS.rst | 5 +++++
>   1 file changed, 5 insertions(+)
> 
> diff --git a/NEWS.rst b/NEWS.rst
> index d0454b7840..a01481801e 100644
> --- a/NEWS.rst
> +++ b/NEWS.rst
> @@ -13,6 +13,11 @@ v6.9.0 (unreleased)
>   
>   * **New features**
>   
> +  * Introduce memory failure event
> +
> +    Libvirt could handle domain's memory failure event. Drivers need to
> +    implement their own method. Currently, only QEMU supports this feature.
> +
>     * qemu: Implement support for ``<transient/>`` disks
>   
>       VMs based on the QEMU hypervisor now can use ``<transient/>`` option for
> 

Well, the first sentence makes sense, but the rest is more for us, 
developers. How about this:

   * qemu: Implement memory failure event

     New event is implemented that is emitted whenever a guest encounters a
     memory failure.

Michal