add missing doc for device <shareable/> option

This commit is contained in:
Daniel Veillard 2009-12-14 16:20:55 +01:00
parent 22f3ec27a3
commit 2aec15bc5a

View File

@ -349,6 +349,7 @@
&lt;encryption type='...'&gt;
...
&lt;/encryption&gt;
&lt;shareable/&gt;
&lt;/disk&gt;
...</pre>
@ -389,6 +390,11 @@
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>