[libvirt] [PATCH] docs: fix an incorrect example for memoryBacking

Chen Hanxiao chenhanxiao at cn.fujitsu.com
Wed Jul 30 03:03:15 UTC 2014


commit 136ad49740f017aabcac48d02d2df6ab7b0195e9
forgot to add an end-tags for hugepages.

Signed-off-by: Chen Hanxiao <chenhanxiao at cn.fujitsu.com>
---
 docs/formatdomain.html.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index 2f0be20..df3fc4a 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -620,6 +620,7 @@
     <hugepages>
       <page size="1" unit="G" nodeset="0-3,5"/>
       <page size="2" unit="M" nodeset="4"/>
+    </hugepages>
     <nosharepages/>
     <locked/>
   </memoryBacking>
-- 
1.9.0




More information about the libvir-list mailing list