Re: [PATCH v3 2/2] hw/mips/loongson3_virt: Add TCG SMP support

2021-01-18 Thread Philippe Mathieu-Daudé
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

Re: [PATCH v3 2/2] hw/mips/loongson3_virt: Add TCG SMP support

2021-01-17 Thread Huacai Chen
Hi, Jiaxun, On Mon, Jan 18, 2021 at 9:17 AM Jiaxun Yang wrote: > > loongson3_virt has KVM SMP support in kenrel. s/kenrel/kernel/g Huacai > This patch adds TCG SMP support by enable IPI controller > for machine. > > Also add definition about IRQs to enhance readability. > > Note that TCG SMP

[PATCH v3 2/2] hw/mips/loongson3_virt: Add TCG SMP support

2021-01-17 Thread Jiaxun Yang
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 ---