Recent changes to the handling of GIC version, specifically commit
2a7b11eafb67, have clearly defined what values are acceptable for the
version attribute of the <gic> element. Update the documentation
accordingly.
---
docs/formatdomain.html.in | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index e96798f..faee603 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -1577,7 +1577,8 @@
Controller instead of APIC in order to handle interrupts.
For example, the 'aarch64' architecture uses
<code>gic</code> instead of <code>apic</code>. The
optional
- attribute <code>version</code> specifies the GIC version;
+ attribute <code>version</code> specifies the GIC version (one of
+ <code>2</code>, <code>3</code> and
<code>host</code>);
however, it may not be supported by all hypervisors. <span
class="since">Since 1.2.16</span>
</dd>
--
2.5.0