[PATCH] target/arm: Make dummy debug registers RAZ, not NOP

2025-03-01 Thread Peter Maydell
In debug_helper.c we provide a few dummy versions of debug registers: * DBGVCR (AArch32 only): enable bits for vector-catch debug events * MDCCINT_EL1: interrupt enable bits for the DCC debug communications channel * DBGVCR32_EL2: the AArch64 accessor for the state in DBGVCR We impleme

Re: [PATCH] target/arm: Make dummy debug registers RAZ, not NOP

2025-02-28 Thread Richard Henderson
On 2/28/25 08:24, Peter Maydell wrote: In debug_helper.c we provide a few dummy versions of debug registers: * DBGVCR (AArch32 only): enable bits for vector-catch debug events * MDCCINT_EL1: interrupt enable bits for the DCC debug communications channel * DBGVCR32_EL2: the AArch64 a