mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-20 07:59:00 +00:00
add missing doc for device <shareable/> option
This commit is contained in:
parent
22f3ec27a3
commit
2aec15bc5a
@ -349,6 +349,7 @@
|
|||||||
<encryption type='...'>
|
<encryption type='...'>
|
||||||
...
|
...
|
||||||
</encryption>
|
</encryption>
|
||||||
|
<shareable/>
|
||||||
</disk>
|
</disk>
|
||||||
...</pre>
|
...</pre>
|
||||||
|
|
||||||
@ -389,6 +390,11 @@
|
|||||||
the <a href="formatstorageencryption.html">Storage Encryption</a> page
|
the <a href="formatstorageencryption.html">Storage Encryption</a> page
|
||||||
for more information.
|
for more information.
|
||||||
</dd>
|
</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>
|
</dl>
|
||||||
|
|
||||||
<h4><a name="elementsUSB">USB and PCI devices</a></h4>
|
<h4><a name="elementsUSB">USB and PCI devices</a></h4>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user