On Wed, Sep 24, 2025 at 6:35 PM Philippe Mathieu-Daudé <[email protected]> wrote: > > cpu_reset() should not be used with an unrealized CPU. > Here we simply want to initialize the MMU, not the CPU, > so just call reset_mmu(). > > Signed-off-by: Philippe Mathieu-Daudé <[email protected]> > --- > hw/xtensa/xtfpga.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Max Filippov <[email protected]> -- Thanks. -- Max
