Re: [PATCH] qtest/machine-none: Add LoongArch support

2022-07-19 Thread Richard Henderson
On 7/13/22 07:32, Song Gao wrote: Update the cpu_maps[] to support the LoongArch target. Signed-off-by: Song Gao --- tests/qtest/machine-none-test.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/qtest/machine-none-test.c b/tests/qtest/machine-none-test.c index d0f8cd9902..f92fab4

Re: [PATCH] qtest/machine-none: Add LoongArch support

2022-07-13 Thread Richard Henderson
On 7/13/22 07:32, Song Gao wrote: Update the cpu_maps[] to support the LoongArch target. Signed-off-by: Song Gao --- tests/qtest/machine-none-test.c | 1 + 1 file changed, 1 insertion(+) Reviewed-by: Richard Henderson r~

Re: [PATCH] qtest/machine-none: Add LoongArch support

2022-07-12 Thread Philippe Mathieu-Daudé via
On Wed, Jul 13, 2022 at 4:05 AM Song Gao wrote: > > Update the cpu_maps[] to support the LoongArch target. > Reported-by: Peter Maydell Reviewed-by: Philippe Mathieu-Daudé > Signed-off-by: Song Gao > --- > tests/qtest/machine-none-test.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git

[PATCH] qtest/machine-none: Add LoongArch support

2022-07-12 Thread Song Gao
Update the cpu_maps[] to support the LoongArch target. Signed-off-by: Song Gao --- tests/qtest/machine-none-test.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/qtest/machine-none-test.c b/tests/qtest/machine-none-test.c index d0f8cd9902..f92fab479f 100644 --- a/tests/qtest/machine-n