From 9b9e52a1cbf608d4d828be3ef58a191d6930e721 Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Mon, 22 Feb 2010 16:06:04 -0500 Subject: [PATCH] docs: domain: Document element --- docs/formatdomain.html.in | 7 +++++++ 1 file changed, 7 insertions(+) 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

-- 2.47.2