]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
add missing doc for device <shareable/> option
authorDaniel Veillard <veillard@redhat.com>
Mon, 14 Dec 2009 15:20:55 +0000 (16:20 +0100)
committerDaniel Veillard <veillard@redhat.com>
Mon, 14 Dec 2009 15:20:55 +0000 (16:20 +0100)
docs/formatdomain.html.in

index 5b7aa1046cdca7deb40c66505d086339cf9784ce..cfe160996886ea748551af87a8478085500609e3 100644 (file)
             &lt;encryption type='...'&gt;
               ...
             &lt;/encryption&gt;
+            &lt;shareable/&gt;
           &lt;/disk&gt;
           ...</pre>
 
         the <a href="formatstorageencryption.html">Storage Encryption</a> page
         for more information.
       </dd>
+      <dt><code>shareable</code></dt>
+      <dd>If present, this indicates the device is expected to be shared
+          between domains (assuming the hypervisor and OS support this),
+          which means that caching should be deactivated for that device.
+      </dd>
     </dl>
 
     <h4><a name="elementsUSB">USB and PCI devices</a></h4>