
On 02/09/2017 10:34 AM, Safka, JaroslavX wrote:
Thanks :) Will be this diff ok?
diff --git a/docs/news.xml b/docs/news.xml index f408293..d01ce08 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -23,6 +23,16 @@ 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 "source","access" and "allocation" were added to "memoryBacking" element. + Also new configuration parameter "memory_backing_dir" was added. + </description> + </change> </section>
I've tweaked it a little bit, ACKed and pushed. Congratulations on your first libvirt contribution! Michal