diff mbox series

hw/arm/virt: impact of gic-version on max CPUs

Message ID 20220413231456.35811-1-heinrich.schuchardt@canonical.com
State New
Headers show
Series hw/arm/virt: impact of gic-version on max CPUs | expand

Commit Message

Heinrich Schuchardt April 13, 2022, 11:14 p.m. UTC
Describe that the gic-version influences the maximum number of CPUs.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
---
 docs/system/arm/virt.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Peter Maydell April 21, 2022, 10:27 a.m. UTC | #1
On Thu, 14 Apr 2022 at 00:15, Heinrich Schuchardt
<heinrich.schuchardt@canonical.com> wrote:
>
> Describe that the gic-version influences the maximum number of CPUs.
>
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
> ---
>  docs/system/arm/virt.rst | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)


Applied to target-arm.next, thanks. I tweaked the punctuation a
bit to use a full stop instead of a hyphen.

-- PMM
diff mbox series

Patch

diff --git a/docs/system/arm/virt.rst b/docs/system/arm/virt.rst
index 1544632b67..1af3f6a0a8 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 - 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``