From: Michal Privoznik Date: Thu, 16 Mar 2017 10:16:50 +0000 (+0100) Subject: docs: Document NVDIMM X-Git-Tag: v3.2.0-rc1~233 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=445708bc77d60afac1318f021dbb4d2a67618547;p=thirdparty%2Flibvirt.git docs: Document NVDIMM Signed-off-by: Michal Privoznik --- diff --git a/docs/news.xml b/docs/news.xml index 3500df7147..097a09a5b3 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -17,6 +17,18 @@ The virt-host-validate tool now supports bhyve hypervisor + + + Introduce NVDIMM memory model + + + NVDIMM is new type of memory introduced into QEMU 2.6. The idea is + that we have a non-volatile memory module that keeps the data + persistent across domain reboots and offers much faster data + accesses. However, due to a bug in QEMU, this feature is not enabled + for QEMUs older than 2.9.0. + +