]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/microblaze: Remove target_ulong uses in get_phys_page_attrs_debug
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 8 Oct 2025 04:36:32 +0000 (06:36 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 16 Oct 2025 15:07:27 +0000 (17:07 +0200)
commit0651ea17e89903789d11dc601dc5ecd7c8e810c7
tree3cdbfadb38ca700fe2ecaf1fbe6e29c4b216ef82
parent1f097e46a38ed3b699dcac56c8adf6113c9278b8
target/microblaze: Remove target_ulong uses in get_phys_page_attrs_debug

The CPUClass::get_phys_page_debug() handler takes a 'vaddr' address
and return a 'hwaddr' type since commit 00b941e581b ("cpu: Turn
cpu_get_phys_page_debug() into a CPUClass hook").

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20251015180115.97493-3-philmd@linaro.org>
target/microblaze/helper.c