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 <mprivozn@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
Michal Privoznik 2021-01-21 13:21:35 +01:00
parent 86fb766d54
commit d40aa77c8e

View File

@ -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**