]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/xtensa/xtfpga: Have xtfpga_init() only initialize MMU
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 26 Aug 2025 14:16:30 +0000 (16:16 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 13 Oct 2025 19:00:09 +0000 (21:00 +0200)
commit18727804c06575e6a69566c593e79bfa4a197adb
tree80eaa0a9b27fa3bd97810b5272559a590b3fa001
parent9df035ecf735a41a0dd7686bf1d81e1b2f30eff8
hw/xtensa/xtfpga: Have xtfpga_init() only initialize MMU

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é <philmd@linaro.org>
Reviewed-by: Max Filippov <jcmvbkbc@gmail.com>
Message-Id: <20250925013513.67780-1-philmd@linaro.org>
hw/xtensa/xtfpga.c