[PATCH v3 13/14] news: document recent virtio memory addition

Michal Privoznik posted 14 patches 4 years, 9 months ago
There is a newer version of this series
[PATCH v3 13/14] news: document recent virtio memory addition
Posted by Michal Privoznik 4 years, 9 months ago
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
---
 NEWS.rst | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index 5f8b0ae02d..af6631724a 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -8,6 +8,22 @@ the changes introduced by each of them.
 For a more fine-grained view, use the `git log`_.
 
 
+v7.4.0 (unreleased)
+===================
+
+* **New features**
+
+  * Introduce virtio-mem ``<memory/>`` model
+
+    New virtio-mem model is introduced for ``<memory/>`` device which is a
+    paravirtualized mechanism of adding/removing memory to/from a VM. Use
+    ``virDomainUpdateDeviceFlags()`` API to adjust amount of memory or ``virsh
+    update-memory-device`` for convenience.
+
+* **Improvements**
+
+* **Bug fixes**
+
 v7.3.0 (unreleased)
 ===================
 
-- 
2.26.3

Re: [PATCH v3 13/14] news: document recent virtio memory addition
Posted by Peter Krempa 4 years, 9 months ago
On Fri, Apr 23, 2021 at 15:24:35 +0200, Michal Privoznik wrote:
> Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
> ---
>  NEWS.rst | 16 ++++++++++++++++
>  1 file changed, 16 insertions(+)

Reviewed-by: Peter Krempa <pkrempa@redhat.com>