hw/loongarch/virt: Set max 256 cpus support on loongarch virt machine
authorSong Gao <gaosong@loongson.cn>
Thu, 6 Apr 2023 07:25:28 +0000 (15:25 +0800)
committerSong Gao <gaosong@loongson.cn>
Mon, 15 May 2023 11:09:33 +0000 (19:09 +0800)
commit646c39b220f789158313fee5d207f370e29c586a
tree9c46867ad4f65aa45a301f402f323fb126ddeaae
parent78464f023b5407c636239de43cef864d76098009
hw/loongarch/virt: Set max 256 cpus support on loongarch virt machine

Add separate macro EXTIOI_CPUS for extioi interrupt controller, extioi
only supports 4 cpu. And set macro LOONGARCH_MAX_CPUS as 256 so that
loongarch virt machine supports more cpus.

Interrupts from external devices can only be routed cpu 0-3 because
of extioi limits, cpu internal interrupt such as timer/ipi can be
triggered on all cpus.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Song Gao <gaosong@loongson.cn>
Message-Id: <20230512100421.1867848-3-gaosong@loongson.cn>
hw/intc/loongarch_extioi.c
hw/loongarch/virt.c
include/hw/intc/loongarch_extioi.h
include/hw/loongarch/virt.h