diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index 9bcef6a29095eb0fe7913648b7cd2aedcd863673..54ad99b74ece6ab587f70859b8898b8b05592017 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:
- 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.
name
attribute of the <driver/>
element.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 are exposed under the gic
element.
version
attribute of the
+ gic
element.