Re: [PATCH v12 05/23] target/arm: Support MSR access to ALLINT

2024-04-04 Thread Peter Maydell
On Wed, 3 Apr 2024 at 11:17, Jinjie Ruan wrote: > > Support ALLINT msr access as follow: > mrs , ALLINT// read allint > msr ALLINT, // write allint with imm > > Signed-off-by: Jinjie Ruan > Reviewed-by: Richard Henderson > --- Reviewed-by: Peter Maydell thanks

[PATCH v12 05/23] target/arm: Support MSR access to ALLINT

2024-04-03 Thread Jinjie Ruan via
Support ALLINT msr access as follow: mrs , ALLINT// read allint msr ALLINT, // write allint with imm Signed-off-by: Jinjie Ruan Reviewed-by: Richard Henderson --- v9: - Move nmi_reginfo and related functions inside an existing ifdef TARGET_AARCH64 to solve the -