On 15/5/26 14:57, 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 | 25 ++++++++++++++-----------
3 files changed, 17 insertions(+), 14 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>