On 12/19/25 11:08 AM, Alex Bennée wrote:
When running machine emulation we may create additional cp_regs for things like the GIC interface. To include them for gdbstub and plugins defer the creation until the machine is finalized.Signed-off-by: Alex Bennée <[email protected]> --- target/arm/cpu.c | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+)
Reviewed-by: Pierrick Bouvier <[email protected]>
