qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] target/sh4: Pass MMUAccessType to get_physical_address()
@ 2021-02-18 14:51 Philippe Mathieu-Daudé
  2021-02-18 14:51 ` [PATCH v2 1/5] target/sh4: Fix code style for checkpatch.pl Philippe Mathieu-Daudé
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Philippe Mathieu-Daudé @ 2021-02-18 14:51 UTC (permalink / raw)
  To: qemu-devel
  Cc: Richard Henderson, Joe Komlodi, Yoshinori Sato,
	Philippe Mathieu-Daudé

Taking notes while reviewing commit 671a0a1265a
("use MMUAccessType instead of int in mmu_translate").

Since v1:
- Do not provide unuseful MMU index argument (Richard)

Missing review: patch 3 (Remove unused 'int access_type' argument)

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

 target/sh4/cpu.h    |  11 -----
 target/sh4/helper.c | 101 ++++++++++++++++++++++----------------------
 2 files changed, 50 insertions(+), 62 deletions(-)

-- 
2.26.2



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-02-26 18:20 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-18 14:51 [PATCH v2 0/5] target/sh4: Pass MMUAccessType to get_physical_address() Philippe Mathieu-Daudé
2021-02-18 14:51 ` [PATCH v2 1/5] target/sh4: Fix code style for checkpatch.pl Philippe Mathieu-Daudé
2021-02-18 14:51 ` [PATCH v2 2/5] target/sh4: Replace magic value by MMUAccessType definitions Philippe Mathieu-Daudé
2021-02-18 14:51 ` [PATCH v2 3/5] target/sh4: Remove unused 'int access_type' argument Philippe Mathieu-Daudé
2021-02-18 16:35   ` Richard Henderson
2021-02-18 14:51 ` [PATCH v2 4/5] target/sh4: Let get_physical_address() use MMUAccessType access_type Philippe Mathieu-Daudé
2021-02-18 14:51 ` [PATCH v2 5/5] target/sh4: Remove unused definitions Philippe Mathieu-Daudé
2021-02-26 18:00 ` [PATCH v2 0/5] target/sh4: Pass MMUAccessType to get_physical_address() Philippe Mathieu-Daudé

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).