[PATCH 0/2] target/cris: Pass MMUAccessType to cris_mmu_translate()

Philippe Mathieu-Daudé posted 2 patches 3 years, 3 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210128003223.3561108-1-f4bug@amsat.org
target/cris/mmu.h    |  2 +-
target/cris/helper.c |  4 ++--
target/cris/mmu.c    | 31 +++++++++++++++----------------
3 files changed, 18 insertions(+), 19 deletions(-)
[PATCH 0/2] target/cris: Pass MMUAccessType to cris_mmu_translate()
Posted by Philippe Mathieu-Daudé 3 years, 3 months ago
Taking notes while reviewing commit 671a0a1265a
("use MMUAccessType instead of int in mmu_translate").

Philippe Mathieu-Daudé (2):
  target/cris: Use MMUAccessType enum type when possible
  target/cris: Let cris_mmu_translate() use MMUAccessType access_type

 target/cris/mmu.h    |  2 +-
 target/cris/helper.c |  4 ++--
 target/cris/mmu.c    | 31 +++++++++++++++----------------
 3 files changed, 18 insertions(+), 19 deletions(-)

-- 
2.26.2