docs: List possible GIC versions

Recent changes to the handling of GIC version, specifically commit
2a7b11eafb, have clearly defined what values are acceptable for the
version attribute of the <gic> element. Update the documentation
accordingly.
This commit is contained in:
Andrea Bolognani 2016-02-18 15:44:20 +01:00
parent 0b6e5ddd89
commit ff0e2ebde2

View File

@ -1578,8 +1578,9 @@
For example, the 'aarch64' architecture uses
<code>gic</code> instead of <code>apic</code>. The optional
attribute <code>version</code> specifies the GIC version;
however, it may not be supported by all hypervisors. <span
class="since">Since 1.2.16</span>
however, it may not be supported by all hypervisors. Accepted
values are <code>2</code>, <code>3</code> and <code>host</code>.
<span class="since">Since 1.2.16</span>
</dd>
</dl>