qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Philippe Mathieu-Daudé
Subject: [PATCH 0/5] target/sh4: Pass MMUAccessType to get_physical_address()
Date: Thu, 28 Jan 2021 00:21:46 +0100

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(-)

-- 
2.26.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]