]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/microblaze: Convert CPUMBState::res_addr field to uint32_t type
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 8 Oct 2025 04:58:51 +0000 (06:58 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 16 Oct 2025 15:07:27 +0000 (17:07 +0200)
commit5dfe024f9e2d97bb5b2e8f7bd520e8a55e39a725
treef4afe6fad930af8902bc9b8b1244257f4a527b70
parent2c12ba4d8bdd309359d1072594f5a317e09da78b
target/microblaze: Convert CPUMBState::res_addr field to uint32_t type

CPUMBState::@res_addr field is used as u32 since commit
cfeea807e5a ("target-microblaze: Tighten up TCGv_i32 vs
TCGv type usage"). Convert it as such, bumping the migration
version. Use the RES_ADDR_NONE definition when appropriate.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Anton Johansson <anjo@rev.ng>
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20251015180115.97493-8-philmd@linaro.org>
target/microblaze/cpu.h
target/microblaze/machine.c
target/microblaze/translate.c