[libvirt] [libvirt-virshcmdref 09/14] update documentation for command setmem

Hu Tao hutao at cn.fujitsu.com
Thu Aug 25 08:15:02 UTC 2011


---
 source/setmem.xml |   49 ++++++++++++++++++++++++++++++++++++++++++++++---
 1 files changed, 46 insertions(+), 3 deletions(-)

diff --git a/source/setmem.xml b/source/setmem.xml
index bfdbfec..d7c7154 100644
--- a/source/setmem.xml
+++ b/source/setmem.xml
@@ -9,16 +9,59 @@
     </text>
   </description>
 
-  <options />
+  <options>
+    <parameter requirement="required">
+      <keyword requirement="optional">--domain</keyword>
+      <value type="string" requirement="required">domain</value>
+      <description>
+        <text>
+          domain name, id or uuid
+        </text>
+        <text>
+          "--domain" itself is optional
+        </text>
+      </description>
+    </parameter>
+    <parameter requirement="required">
+      <keyword requirement="optional">--kilobytes</keyword>
+      <value type="number" requirement="required">size</value>
+      <description>
+        <text>
+          size of memory allocated in the guest domain.
+        </text>
+        <text>
+          "--kilobytes" itself is optional
+        </text>
+      </description>
+    </parameter>
+  </options>
 
   <availability from="0.1.4" />
  
   <notes />
  
-  <examples type="usage" />
+  <examples type="usage">
+    <example>
+      <terminal>virsh # <bold>setmem</bold> <value>example-domain</value> <value>1048576</value></terminal>
+      <text>
+        sets the current memory allocation to 1G in domain <value>example-domain</value>.
+      </text>
+
+    </example>
+  </examples>
 
   <examples type="fullcontext" />
 
-  <reference type="seealso" />
+  <reference type="seealso">
+    <item>
+      <link type="internal" href="setmaxmem" />
+      <name>
+        setmaxmem
+      </name>
+      <description>
+        Change the maximum memory allocation limit in the guest domain
+      </description>
+    </item>
+  </reference>
 
 </command>
-- 
1.7.3.1




More information about the libvir-list mailing list