...
<devices>
<disk type='file'>
- <driver name="tap" type="aio" cache="default">
+ <driver name="tap" type="aio" cache="default"/>
<source file='/var/lib/xen/images/fv0'/>
<target dev='hda' bus='ide'/>
<encryption type='...'>
...
</encryption>
<shareable/>
+ <serial>
+ ...
+ </serial>
</disk>
</devices>
...</pre>
between domains (assuming the hypervisor and OS support this),
which means that caching should be deactivated for that device.
</dd>
+ <dt><code>serial</code></dt>
+ <dd>If present, this specify serial number of virtual hard drive.
+ For example, it may look as <code><serial>WD-WMAP9A966149</serial></code>.
+ <span class="since">Since 0.7.1</span>
+ </dd>
</dl>
<h4><a name="elementsUSB">USB and PCI devices</a></h4>