On 1/18/21 2:17 AM, Jiaxun Yang wrote: > loongson3_virt has KVM SMP support in kenrel. > This patch adds TCG SMP support by enable IPI controller > for machine. > > Also add definition about IRQs to enhance readability. > > Note that TCG SMP can only support up to 4 CPUs as we > didn't implement multi-node support. > > Signed-off-by: Jiaxun Yang <jiaxun.y...@flygoat.com> > --- > hw/mips/loongson3_bootp.h | 1 + > hw/mips/loongson3_virt.c | 41 ++++++++++++++++++++++++++++++++------- > hw/mips/Kconfig | 1 + > 3 files changed, 36 insertions(+), 7 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>