Re: [PATCH v2 8/9] hw/riscv: virt: Allow support for 32 cores

2021-12-20 Thread Bin Meng
On Thu, Dec 16, 2021 at 12:55 PM Alistair Francis wrote: > > From: Alistair Francis > > Linux supports up to 32 cores for both 32-bit and 64-bit RISC-V, so > let's set that as the maximum for the virt board. > > Resolves: https://gitlab.com/qemu-project/qemu/-/issues/435 > Signed-off-by: Alistair

Re: [PATCH v2 8/9] hw/riscv: virt: Allow support for 32 cores

2021-12-19 Thread Alistair Francis
On Thu, Dec 16, 2021 at 6:18 PM Philippe Mathieu-Daudé wrote: > > On 12/16/21 06:58, Anup Patel wrote: > > On Thu, Dec 16, 2021 at 10:27 AM Alistair Francis > > wrote: > >> > >> From: Alistair Francis > >> > >> Linux supports up to 32 cores for both 32-bit and 64-bit RISC-V, so > >> let's set th

Re: [PATCH v2 8/9] hw/riscv: virt: Allow support for 32 cores

2021-12-16 Thread Philippe Mathieu-Daudé
On 12/16/21 06:58, Anup Patel wrote: > On Thu, Dec 16, 2021 at 10:27 AM Alistair Francis > wrote: >> >> From: Alistair Francis >> >> Linux supports up to 32 cores for both 32-bit and 64-bit RISC-V, so >> let's set that as the maximum for the virt board. >> >> Resolves: https://gitlab.com/qemu-pro

Re: [PATCH v2 8/9] hw/riscv: virt: Allow support for 32 cores

2021-12-15 Thread Anup Patel
On Thu, Dec 16, 2021 at 10:27 AM Alistair Francis wrote: > > From: Alistair Francis > > Linux supports up to 32 cores for both 32-bit and 64-bit RISC-V, so > let's set that as the maximum for the virt board. > > Resolves: https://gitlab.com/qemu-project/qemu/-/issues/435 > Signed-off-by: Alistair

[PATCH v2 8/9] hw/riscv: virt: Allow support for 32 cores

2021-12-15 Thread Alistair Francis
From: Alistair Francis Linux supports up to 32 cores for both 32-bit and 64-bit RISC-V, so let's set that as the maximum for the virt board. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/435 Signed-off-by: Alistair Francis --- include/hw/riscv/virt.h | 2 +- 1 file changed, 1 inserti