Hi Alex, October 14, 2025 at 12:55 PM, "Alex Bennée" wrote: > Julian Ganz <[email protected]> writes: > > > > > We recently introduced API for registering callbacks for trap related > > events as well as the corresponding hook functions. Due to differences > > between architectures, the latter need to be called from target specific > > code. > > > > This change places hooks for loongarch targets. This architecture > > has one special "exception" for interrupts and no host calls. > > > > Reviewed-by: Richard Henderson <[email protected]> > > Signed-off-by: Julian Ganz <[email protected]> > > --- > > target/loongarch/cpu.c | 4 ++++ > > 1 file changed, 4 insertions(+) > > > This fails to apply now - I think because the TCG functions have moved > to target/loongarch/tcg/tcg_cpu.c
Yes, I already had rebased and fixed this locally. Regards, Julian
