Re: [PATCH v8 02/29] target/loongarch: Add core definition

2021-11-02 Thread gaosong
Hi, On 2021/11/2 下午4:38, Philippe Mathieu-Daudé wrote: On 11/1/21 10:51, Song Gao wrote: This patch adds target state header, target definitions and initialization routines. Reviewed-by: Richard Henderson Signed-off-by: Song Gao Signed-off-by: Xiaojuan Yang --- target/loongarch/cpu-param.

Re: [PATCH v8 02/29] target/loongarch: Add core definition

2021-11-02 Thread Philippe Mathieu-Daudé
On 11/1/21 10:51, Song Gao wrote: > This patch adds target state header, target definitions > and initialization routines. > > Reviewed-by: Richard Henderson > Signed-off-by: Song Gao > Signed-off-by: Xiaojuan Yang > --- > target/loongarch/cpu-param.h | 19 +++ > target/loongarch/cpu.c

[PATCH v8 02/29] target/loongarch: Add core definition

2021-11-01 Thread Song Gao
This patch adds target state header, target definitions and initialization routines. Reviewed-by: Richard Henderson Signed-off-by: Song Gao Signed-off-by: Xiaojuan Yang --- target/loongarch/cpu-param.h | 19 +++ target/loongarch/cpu.c | 352 +++ t