[libvirt] [PATCHv2] docs: add dimm address document in docs

Luyao Huang lhuang at redhat.com
Tue May 19 12:16:56 UTC 2015


As we have a new device address type 'dimm', add
some document. As we do not want user touch this
address, so no need add an XML example in the doc.

Signed-off-by: Luyao Huang <lhuang at redhat.com>
---
v2:
  remove the xml example and values range, and point out
  no need specified this address by users.

 docs/formatdomain.html.in | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index e0b6ba7..4adf827 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -2876,6 +2876,14 @@
         attributes: <code>iobase</code> and <code>irq</code>.
         <span class="since">Since 1.2.1</span>
       </dd>
+      <dt><code>type='dimm'</code></dt>
+      <dd>DIMM addresses, for memory device, have the following additional
+        attributes: <code>slot</code> and <code>base</code>. No need specified
+        address when use memory device usually, these 2 attributes' values are
+        determined automatically when start the vm or hot-plug the memory 
+        device.
+        <span class="since">Since 1.2.14</span>
+      </dd>
     </dl>
 
     <h4><a name="elementsControllers">Controllers</a></h4>
-- 
1.8.3.1




More information about the libvir-list mailing list