[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 0/5] target/sh4: Pass MMUAccessType to get_physical_addres
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [PATCH v2 0/5] target/sh4: Pass MMUAccessType to get_physical_address() |
Date: |
Fri, 26 Feb 2021 19:00:34 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.0 |
On 2/18/21 3:51 PM, Philippe Mathieu-Daudé wrote:
> 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: 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(-)
As SH4 is not very active, I'm queuing this and will send a pull
request in a few days.
- [PATCH v2 0/5] target/sh4: Pass MMUAccessType to get_physical_address(), Philippe Mathieu-Daudé, 2021/02/18
- [PATCH v2 1/5] target/sh4: Fix code style for checkpatch.pl, Philippe Mathieu-Daudé, 2021/02/18
- [PATCH v2 2/5] target/sh4: Replace magic value by MMUAccessType definitions, Philippe Mathieu-Daudé, 2021/02/18
- [PATCH v2 3/5] target/sh4: Remove unused 'int access_type' argument, Philippe Mathieu-Daudé, 2021/02/18
- [PATCH v2 4/5] target/sh4: Let get_physical_address() use MMUAccessType access_type, Philippe Mathieu-Daudé, 2021/02/18
- [PATCH v2 5/5] target/sh4: Remove unused definitions, Philippe Mathieu-Daudé, 2021/02/18
- Re: [PATCH v2 0/5] target/sh4: Pass MMUAccessType to get_physical_address(),
Philippe Mathieu-Daudé <=