From: Cole Robinson Date: Mon, 22 Feb 2010 21:06:04 +0000 (-0500) Subject: docs: domain: Document element X-Git-Tag: v0.7.7~96 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b9e52a1cbf608d4d828be3ef58a191d6930e721;p=thirdparty%2Flibvirt.git docs: domain: Document element --- diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index 083a80af53..32122090ca 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -32,6 +32,7 @@ <domain type='xen' id='3'> <name>fv0</name> <uuid>4dea22b31d52d8f32516782e98ab3fa0</uuid> + <description>Some human readable description</description> ...
@@ -48,6 +49,12 @@ The format must be RFC 4122 compliant, eg 3e3fce45-4f53-4fa7-bb32-11f34168b82b. If omitted when defining/creating a new machine, a random UUID is generated. Since 0.0.1 + +
description
+
The content of the description element provides a + human readable description of the virtual machine. This data is not + used by libvirt in any way, it can contain any information the user + wants. Since 0.7.2

Operating system booting