Re: [RFC PATCH v4 11/30] target/loongarch: Add LoongArch interrupt and exception handle

2022-01-09 Thread WANG Xuerui
On 1/8/22 17:14, Xiaojuan Yang wrote: 1.This patch Add loongarch interrupt and exception handle. 2.Rename the user excp to the exccode from the csr defintions. Signed-off-by: Xiaojuan Yang Signed-off-by: Song Gao --- linux-user/loongarch64/cpu_loop.c | 8 +-

[RFC PATCH v4 11/30] target/loongarch: Add LoongArch interrupt and exception handle

2022-01-08 Thread Xiaojuan Yang
1.This patch Add loongarch interrupt and exception handle. 2.Rename the user excp to the exccode from the csr defintions. Signed-off-by: Xiaojuan Yang Signed-off-by: Song Gao --- linux-user/loongarch64/cpu_loop.c | 8 +- target/loongarch/cpu.c| 252