]> xenbits.xensource.com Git - libvirt.git/commitdiff
NEWS: Document virtio-pmem model
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 21 Jan 2021 12:21:35 +0000 (13:21 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 21 Jan 2021 14:41:51 +0000 (15:41 +0100)
A few commits ago I've implemented virtio-pmem memory model.
Mention it in the news file.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
NEWS.rst

index 64e68476730b70dcbdc931593d48609ebb33402c..7a2d6649b45ea6c99aa7de0465b62a535f00a836 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -13,6 +13,11 @@ v7.1.0 (unreleased)
 
 * **New features**
 
+  * Introduce virtio-pmem ``<memory/>`` model
+
+    The virtio-pmem is a virtio variant of NVDIMM and just like NVDIMM
+    virtio-pmem also allows accessing host pages bypassing guest page cache.
+
 * **Improvements**
 
 * **Bug fixes**