On Thu, 19 Feb 2026 at 17:18, Alex Bennée <[email protected]> wrote: > > Now the alpha clipper machine will execute a proper reset we can use > the reset mechanisms to reset the CPU. > > Signed-off-by: Alex Bennée <[email protected]> > --- > target/alpha/cpu.h | 2 ++ > target/alpha/cpu.c | 10 ++++++---- > 2 files changed, 8 insertions(+), 4 deletions(-)
> -static void alpha_cpu_initfn(Object *obj) > +static void alpha_cpu_reset_exit(Object *obj, ResetType type) This should be the 'hold' phase, not the 'exit' one. (The general rule is that "most" stuff happens in 'hold'; 'exit' and 'enter' are for special cases.) thanks -- PMM
