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

Philippe Mathieu-Daudé posted 7 patches 4 weeks, 1 day ago
Failed in applying to current master (apply log)
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 | 80 +++++++++++++++++------------------
8 files changed, 52 insertions(+), 51 deletions(-)
[PATCH v2 0/7] target/microblaze: Remove all uses of target_ulong type
Posted by Philippe Mathieu-Daudé 4 weeks, 1 day ago
Missing review: 5 and 6

Since v1:
- More uses of TCG_i32 (Anton)

Remove the left over target_ulong uses in MicroBlaze frontend.

Philippe Mathieu-Daudé (7):
  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: Have compute_ldst_addr_type[ab] return TCG_i32
  target/microblaze: Have do_load/store() take a TCG_i32 address
    argument
  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 | 80 +++++++++++++++++------------------
 8 files changed, 52 insertions(+), 51 deletions(-)

-- 
2.51.0