From dafd354d12e5f16844342ebbeb345fadd22fba69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B0=D1=80=D0=BA=20=D0=9A=D0=BE=D1=80=D0=B5=D0=BD?= =?UTF-8?q?=D0=B1=D0=B5=D1=80=D0=B3?= Date: Thu, 27 May 2010 12:44:41 +0100 Subject: [PATCH] Add docs on drive element * docs/formatdomain.html.in: Document element within and fix typo on element --- docs/formatdomain.html.in | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index a23663a48e..425a1e494c 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -477,13 +477,16 @@ ... <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> ... @@ -532,6 +535,11 @@ between domains (assuming the hypervisor and OS support this), which means that caching should be deactivated for that device. +
serial
+
If present, this specify serial number of virtual hard drive. + For example, it may look as <serial>WD-WMAP9A966149</serial>. + Since 0.7.1 +

USB and PCI devices