Re: [PATCH 19/22] target/arm: Implement GPC exceptions

2023-02-10 Thread Peter Maydell
On Tue, 24 Jan 2023 at 00:02, Richard Henderson wrote: > > Handle GPC Fault types in arm_deliver_fault, reporting as > either a GPC exception at EL3, or falling through to insn > or data aborts at various exception levels. > > Signed-off-by: Richard Henderson > +static unsigned encode_gpcsc(A

[PATCH 19/22] target/arm: Implement GPC exceptions

2023-01-23 Thread Richard Henderson
Handle GPC Fault types in arm_deliver_fault, reporting as either a GPC exception at EL3, or falling through to insn or data aborts at various exception levels. Signed-off-by: Richard Henderson --- target/arm/cpu.h| 1 + target/arm/internals.h | 27 target/arm/helper.c