[PATCH 0/5] target/microblaze: Remove all uses of target_ulong type

Philippe Mathieu-Daudé posted 5 patches 1 month, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20251008060129.87579-1-philmd@linaro.org
Maintainers: "Edgar E. Iglesias" <edgar.iglesias@gmail.com>
There is a newer version of this series
target/microblaze/cpu.h       |  2 +-
target/microblaze/helper.h    |  2 +-
target/microblaze/mmu.h       |  2 +-
target/microblaze/helper.c    |  3 ++-
target/microblaze/machine.c   |  6 +++---
target/microblaze/mmu.c       |  4 ++--
target/microblaze/op_helper.c |  4 ++--
target/microblaze/translate.c | 19 ++++++++++---------
8 files changed, 22 insertions(+), 20 deletions(-)
[PATCH 0/5] target/microblaze: Remove all uses of target_ulong type
Posted by Philippe Mathieu-Daudé 1 month, 1 week ago
Remove the left over target_ulong uses in MicroBlaze frontend.

Philippe Mathieu-Daudé (5):
  target/microblaze: Remove target_ulong use in cpu_handle_mmu_fault()
  target/microblaze: Remove target_ulong uses in
    get_phys_page_attrs_debug
  target/microblaze: Remove target_ulong use in gen_goto_tb()
  target/microblaze: Remove target_ulong use in helper_stackprot()
  target/microblaze: Convert CPUMBState::res_addr field to uint32_t type

 target/microblaze/cpu.h       |  2 +-
 target/microblaze/helper.h    |  2 +-
 target/microblaze/mmu.h       |  2 +-
 target/microblaze/helper.c    |  3 ++-
 target/microblaze/machine.c   |  6 +++---
 target/microblaze/mmu.c       |  4 ++--
 target/microblaze/op_helper.c |  4 ++--
 target/microblaze/translate.c | 19 ++++++++++---------
 8 files changed, 22 insertions(+), 20 deletions(-)

-- 
2.51.0