From ff0e2ebde2a8d2443196fe010f3b93b8c189bdaf Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Thu, 18 Feb 2016 15:44:20 +0100 Subject: [PATCH] docs: List possible GIC versions Recent changes to the handling of GIC version, specifically commit 2a7b11eafb67, have clearly defined what values are acceptable for the version attribute of the element. Update the documentation accordingly. --- docs/formatdomain.html.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index e96798f86a..a524c173af 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -1578,8 +1578,9 @@ For example, the 'aarch64' architecture uses gic instead of apic. The optional attribute version specifies the GIC version; - however, it may not be supported by all hypervisors. Since 1.2.16 + however, it may not be supported by all hypervisors. Accepted + values are 2, 3 and host. + Since 1.2.16 -- GitLab