summary refs log tree commit diff stats
path: root/docs/system/arm
diff options
context:
space:
mode:
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2022-04-14 01:14:56 +0200
committerPeter Maydell <peter.maydell@linaro.org>2022-04-21 11:37:05 +0100
commit011301736bd238ed91864a4c305616a78f9056ed (patch)
treef05af936df4c1a99c6982722919e96a094cf0d7c /docs/system/arm
parent0ebfc997d29c3789b9bd41fe53fc198c2fd550da (diff)
downloadfocaccia-qemu-011301736bd238ed91864a4c305616a78f9056ed.tar.gz
focaccia-qemu-011301736bd238ed91864a4c305616a78f9056ed.zip
hw/arm/virt: impact of gic-version on max CPUs
Describe that the gic-version influences the maximum number of CPUs.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Message-id: 20220413231456.35811-1-heinrich.schuchardt@canonical.com
[PMM: minor punctuation tweaks]
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'docs/system/arm')
-rw-r--r--docs/system/arm/virt.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/system/arm/virt.rst b/docs/system/arm/virt.rst
index 1544632b67..1297dff522 100644
--- a/docs/system/arm/virt.rst
+++ b/docs/system/arm/virt.rst
@@ -96,9 +96,9 @@ gic-version
   Valid values are:
 
   ``2``
-    GICv2
+    GICv2. Note that this limits the number of CPUs to 8.
   ``3``
-    GICv3
+    GICv3. This allows up to 512 CPUs.
   ``host``
     Use the same GIC version the host provides, when using KVM
   ``max``