Re: [PATCH v4 10/15] hw/loongarch: Remove restriction of la464 cores in the virt machine

2023-08-21 Thread Philippe Mathieu-Daudé
On 22/8/23 05:27, Song Gao wrote: Allow virt machine to be used with la132 instead of la464. Co-authored-by: Jiajie Chen Signed-off-by: Song Gao --- hw/loongarch/virt.c | 5 - 1 file changed, 5 deletions(-) Reviewed-by: Philippe Mathieu-Daudé

Re: [PATCH v4 10/15] hw/loongarch: Remove restriction of la464 cores in the virt machine

2023-08-21 Thread Richard Henderson
On 8/21/23 20:27, Song Gao wrote: Allow virt machine to be used with la132 instead of la464. Co-authored-by: Jiajie Chen Signed-off-by: Song Gao --- hw/loongarch/virt.c | 5 - 1 file changed, 5 deletions(-) Reviewed-by: Richard Henderson r~

[PATCH v4 10/15] hw/loongarch: Remove restriction of la464 cores in the virt machine

2023-08-21 Thread Song Gao
Allow virt machine to be used with la132 instead of la464. Co-authored-by: Jiajie Chen Signed-off-by: Song Gao --- hw/loongarch/virt.c | 5 - 1 file changed, 5 deletions(-) diff --git a/hw/loongarch/virt.c b/hw/loongarch/virt.c index e19b042ce8..af15bf5aaa 100644 --- a/hw/loongarch/virt.c