From: Jaroslav Safka Date: Thu, 9 Feb 2017 13:24:51 +0000 (+0100) Subject: docs: Document new elements X-Git-Tag: CVE-2017-2635~148 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0857a3bf5ceff01a62593a5e3389246948dd11a4;p=thirdparty%2Flibvirt.git docs: Document new elements Document the extensions made to domain element made in previous commits. Signed-off-by: Michal Privoznik --- diff --git a/docs/news.xml b/docs/news.xml index 69ed6a75e6..f71590d39d 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -23,6 +23,18 @@ built-in replication and disaster recovery. + + + qemu: Add support for memory backing with file source + + + 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 to qemu.conf. + +