On 5/28/26 09:14, Peter Maydell wrote:
The get_phys_addr_attrs_debug method of SysemuCPUOps is used only by
x86 and microblaze. Convert microblaze to the newer
translate_for_debug method, as a step towards being able to remove
get_phys_addr_attrs_debug.
Signed-off-by: Peter Maydell<[email protected]>
---
target/microblaze/cpu.c | 2 +-
target/microblaze/cpu.h | 4 ++--
target/microblaze/helper.c | 16 +++++++++-------
3 files changed, 12 insertions(+), 10 deletions(-)
Reviewed-by: Richard Henderson <[email protected]>
r~