Re: [PATCH 03/20] target/loongarch: Add core definition

2021-06-29 Thread Song Gao
Hi, Philippe, On 06/29/2021 02:44 AM, Philippe Mathieu-Daudé wrote: > On 6/28/21 2:04 PM, Song Gao wrote: >> This patch add target state header,target definitions >> and initialization routines. >> >> Signed-off-by: Song Gao >> --- >> target/loongarch/cpu-param.h | 21 ++ >> target/loongarch/cp

Re: [PATCH 03/20] target/loongarch: Add core definition

2021-06-28 Thread Philippe Mathieu-Daudé
On 6/28/21 2:04 PM, Song Gao wrote: > This patch add target state header,target definitions > and initialization routines. > > Signed-off-by: Song Gao > --- > target/loongarch/cpu-param.h | 21 ++ > target/loongarch/cpu-qom.h | 41 > target/loongarch/cpu.c | 451 > +++

[PATCH 03/20] target/loongarch: Add core definition

2021-06-28 Thread Song Gao
This patch add target state header,target definitions and initialization routines. Signed-off-by: Song Gao --- target/loongarch/cpu-param.h | 21 ++ target/loongarch/cpu-qom.h | 41 target/loongarch/cpu.c | 451 +++ target/loongarch/cpu.h