From: Daniel Henrique Barboza Date: Fri, 20 Oct 2023 20:02:47 +0000 (-0300) Subject: docs/system/riscv: update 'virt' machine core limit X-Git-Tag: v8.2.0-rc0~25^2~37 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=257cfaed47e3263ee3c379ec7a766f5050daa920;p=thirdparty%2Fqemu.git docs/system/riscv: update 'virt' machine core limit The 'virt' RISC-V machine does not have a 8 core limit. The current limit is set in include/hw/riscv/virt.h, VIRT_CPUS_MAX, set to 512 at this moment. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1945 Signed-off-by: Daniel Henrique Barboza Message-ID: <20231020200247.334403-2-dbarboza@ventanamicro.com> Reviewed-by: Alistair Francis Signed-off-by: Alistair Francis --- diff --git a/docs/system/riscv/virt.rst b/docs/system/riscv/virt.rst index f9a2eac5443..f5fa7b8b29e 100644 --- a/docs/system/riscv/virt.rst +++ b/docs/system/riscv/virt.rst @@ -12,7 +12,7 @@ Supported devices The ``virt`` machine supports the following devices: -* Up to 8 generic RV32GC/RV64GC cores, with optional extensions +* Up to 512 generic RV32GC/RV64GC cores, with optional extensions * Core Local Interruptor (CLINT) * Platform-Level Interrupt Controller (PLIC) * CFI parallel NOR flash memory