From: Michal Privoznik Date: Thu, 3 Dec 2020 08:55:35 +0000 (+0100) Subject: news: document recent virtio memory addition X-Git-Tag: v7.9.0-rc1~287 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2061062594aca57fc8be7489a5c30231f95de9a9;p=thirdparty%2Flibvirt.git news: document recent virtio memory addition Signed-off-by: Michal Privoznik Reviewed-by: Ján Tomko --- diff --git a/NEWS.rst b/NEWS.rst index 848f4bd89c..068a90d383 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -17,6 +17,13 @@ v7.9.0 (unreleased) * **New features** + * Introduce virtio-mem ```` model + + New virtio-mem model is introduced for ```` 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**