]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: Document new <memoryBacking/> elements
authorJaroslav Safka <jaroslavx.safka@intel.com>
Thu, 9 Feb 2017 13:24:51 +0000 (14:24 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 9 Feb 2017 13:27:19 +0000 (14:27 +0100)
Document the extensions made to domain <memoryBacking/> element
made in previous commits.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
docs/news.xml

index 69ed6a75e60ca3b7729fbe2d9f352a823261f3f1..f71590d39d9180c9b0dcdc6e75280e981ca29e0e 100644 (file)
           built-in replication and disaster recovery.
         </description>
       </change>
+      <change>
+        <summary>
+          qemu: Add support for memory backing with file source
+        </summary>
+        <description>
+          Add support in numa topology for file source inside memory backing
+          (hugepages are not needed) Three new elements
+          &lt;source/&gt;,&lt;access/&gt; and &lt;allocation/&gt; were added
+          to &lt;memoryBacking/&gt; element. Also new configuration parameter
+          <code>memory_backing_dir</code> was added to qemu.conf.
+        </description>
+      </change>
     </section>
     <section title="Improvements">
       <change>