[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH-for-9.1 0/8] target/microblaze: Sprint housekeeping
From: |
Philippe Mathieu-Daudé |
Subject: |
[PATCH-for-9.1 0/8] target/microblaze: Sprint housekeeping |
Date: |
Tue, 19 Mar 2024 07:28:47 +0100 |
Cleanups while trying to remove non-essential target_ulong uses.
Last use is in helper_stackprot(), but I couldn't figure what
to do there yet.
Philippe Mathieu-Daudé (8):
target/microblaze: Use correct string format in do_unaligned_access()
target/microblaze: Use hwaddr/vaddr in cpu_get_phys_page_attrs_debug()
target/microblaze: Widen vaddr in mmu_translate()
target/microblaze: Use 32-bit destination in gen_goto_tb()
target/microblaze: Restrict 64-bit 'res_addr' to system emulation
target/microblaze: Rename helper.c -> sys_helper.c
target/microblaze: Move MMU helpers to sys_helper.c
target/microblaze: Widen $ear to 64-bit
target/microblaze/cpu.h | 12 ++--
target/microblaze/mmu.h | 2 +-
linux-user/elfload.c | 2 +-
target/microblaze/cpu.c | 2 +
target/microblaze/gdbstub.c | 2 +-
target/microblaze/machine.c | 2 +-
target/microblaze/mmu.c | 2 +-
target/microblaze/op_helper.c | 48 ----------------
target/microblaze/{helper.c => sys_helper.c} | 59 +++++++++++++++++---
target/microblaze/translate.c | 13 +++--
target/microblaze/meson.build | 2 +-
11 files changed, 75 insertions(+), 71 deletions(-)
rename target/microblaze/{helper.c => sys_helper.c} (84%)
--
2.41.0
- [PATCH-for-9.1 0/8] target/microblaze: Sprint housekeeping,
Philippe Mathieu-Daudé <=