]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: Document NVDIMM
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 16 Mar 2017 10:16:50 +0000 (11:16 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 16 Mar 2017 11:18:28 +0000 (12:18 +0100)
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
docs/news.xml

index 3500df7147414fea93a4a4df8b74fbf422091a68..097a09a5b38ee26e3bd56fbc7636239e537af3d3 100644 (file)
           The virt-host-validate tool now supports bhyve hypervisor
         </summary>
       </change>
+      <change>
+        <summary>
+          Introduce NVDIMM memory model
+        </summary>
+        <description>
+          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.
+        </description>
+      </change>
     </section>
     <section title="Improvements">
       <change>