mbox series

[0/5] target/sh4: Pass MMUAccessType to get_physical_address()

Message ID 20210127232151.3523581-1-f4bug@amsat.org (mailing list archive)
Headers show
Series target/sh4: Pass MMUAccessType to get_physical_address() | expand

Message

Philippe Mathieu-Daudé Jan. 27, 2021, 11:21 p.m. UTC
Taking notes while reviewing commit 671a0a1265a
("use MMUAccessType instead of int in mmu_translate").

Philippe Mathieu-Daudé (5):
  target/sh4: Fix code style for checkpatch.pl
  target/sh4: Replace magic value by MMUAccessType definitions
  target/sh4: Pass mmu_idx to get_physical_address()
  target/sh4: Let get_physical_address() use MMUAccessType access_type
  target/sh4: Remove unused definitions

 target/sh4/cpu.h    | 11 -----
 target/sh4/helper.c | 99 ++++++++++++++++++++++-----------------------
 2 files changed, 49 insertions(+), 61 deletions(-)