From: Michal Privoznik Date: Thu, 21 Jan 2021 12:21:35 +0000 (+0100) Subject: NEWS: Document virtio-pmem model X-Git-Tag: v7.1.0-rc1~516 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d40aa77c8e12cf49ff8ab5fbac95d828ddeda41f;p=thirdparty%2Flibvirt.git NEWS: Document virtio-pmem model A few commits ago I've implemented virtio-pmem memory model. Mention it in the news file. Signed-off-by: Michal Privoznik Reviewed-by: Andrea Bolognani --- diff --git a/NEWS.rst b/NEWS.rst index 64e6847673..7a2d6649b4 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -13,6 +13,11 @@ v7.1.0 (unreleased) * **New features** + * Introduce virtio-pmem ```` 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**