Re: [PATCH v17 11/13] target/loongarch: Adjust functions and structure to support user-mode

2022-06-17 Thread Richard Henderson
On 6/16/22 05:16, Song Gao wrote: Some functions and member of the structure are different with softmmu-mode So we need adjust them to support user-mode. Signed-off-by: Song Gao Signed-off-by: Xiaojuan Yang --- target/loongarch/cpu.c| 21 ++- target/loongarch/c

[PATCH v17 11/13] target/loongarch: Adjust functions and structure to support user-mode

2022-06-16 Thread Song Gao
Some functions and member of the structure are different with softmmu-mode So we need adjust them to support user-mode. Signed-off-by: Song Gao Signed-off-by: Xiaojuan Yang --- target/loongarch/cpu.c| 21 ++- target/loongarch/cpu.h| 6 +++