From 0857a3bf5ceff01a62593a5e3389246948dd11a4 Mon Sep 17 00:00:00 2001 From: Jaroslav Safka Date: Thu, 9 Feb 2017 14:24:51 +0100 Subject: [PATCH] docs: Document new elements Document the extensions made to domain element made in previous commits. Signed-off-by: Michal Privoznik --- docs/news.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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. + +