diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index 9bcef6a290..54ad99b74e 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -1497,7 +1497,8 @@ All features are listed within the features element, omitting a togglable feature tag turns it off. The available features can be found by asking - for the capabilities XML, + for the capabilities XML and + domain capabilities XML, but a common set for fully virtualized domains are:

diff --git a/docs/formatdomaincaps.html.in b/docs/formatdomaincaps.html.in index 850109f1e7..0c403214dd 100644 --- a/docs/formatdomaincaps.html.in +++ b/docs/formatdomaincaps.html.in @@ -145,7 +145,7 @@

Devices

- The final set of XML elements describe the supported devices and their + Another set of XML elements describe the supported devices and their capabilities. All devices occur as children of the main devices element.

@@ -277,5 +277,46 @@
Options for the name attribute of the <driver/> element.
+ +

Features

+ +

One more set of XML elements describe the supported features and + their capabilities. All features occur as children of the main + features element.

+ +
+<domainCapabilities>
+  ...
+  <features>
+    <gic supported='yes'>
+      <enum name='version'>
+        <value>2</value>
+        <value>3</value>
+      </enum>
+    </gic>
+  </features>
+</domainCapabilities>
+
+ +

Reported capabilities are expressed as an enumerated list of + possible values for each of the elements or attributes. For example, the + gic element has an attribute version which can + support the values 2 or 3.

+ +

For information about the purpose of each feature, see the + relevant section in + the domain XML documentation. +

+ +

GIC capabilities

+ +

GIC capabilities are exposed under the gic element.

+ +
+
version
+
Options for the version attribute of the + gic element.
+
+