mirror of https://gitee.com/openkylin/libvirt.git
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:
parent
0b6e5ddd89
commit
ff0e2ebde2
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue