[PATCH 0/3] target/tricore: Pass MMUAccessType to get_physical_address()

Philippe Mathieu-Daudé posted 3 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/20210127224255.3505711-1-f4bug@amsat.org
target/tricore/cpu.h    | 12 ------------
target/tricore/helper.c |  9 ++++-----
2 files changed, 4 insertions(+), 17 deletions(-)
[PATCH 0/3] target/tricore: Pass MMUAccessType to get_physical_address()
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é (3):
  target/tricore: Replace magic value by MMU_DATA_LOAD definition
  target/tricore: Pass MMUAccessType to get_physical_address()
  target/tricore: Remove unused definitions

 target/tricore/cpu.h    | 12 ------------
 target/tricore/helper.c |  9 ++++-----
 2 files changed, 4 insertions(+), 17 deletions(-)

-- 
2.26.2

Re: [PATCH 0/3] target/tricore: Pass MMUAccessType to get_physical_address()
Posted by Philippe Mathieu-Daudé 3 years, 2 months ago
ping?

On 1/27/21 11:42 PM, Philippe Mathieu-Daudé wrote:
> Taking notes while reviewing commit 671a0a1265a
> ("use MMUAccessType instead of int in mmu_translate").
> 
> Philippe Mathieu-Daudé (3):
>   target/tricore: Replace magic value by MMU_DATA_LOAD definition
>   target/tricore: Pass MMUAccessType to get_physical_address()
>   target/tricore: Remove unused definitions
> 
>  target/tricore/cpu.h    | 12 ------------
>  target/tricore/helper.c |  9 ++++-----
>  2 files changed, 4 insertions(+), 17 deletions(-)
> 

Re: [PATCH 0/3] target/tricore: Pass MMUAccessType to get_physical_address()
Posted by Bastian Koppelmann 3 years, 2 months ago
Hi,

On Wed, Jan 27, 2021 at 11:42:52PM +0100, Philippe Mathieu-Daudé wrote:
> Taking notes while reviewing commit 671a0a1265a
> ("use MMUAccessType instead of int in mmu_translate").
> 
> Philippe Mathieu-Daudé (3):
>   target/tricore: Replace magic value by MMU_DATA_LOAD definition
>   target/tricore: Pass MMUAccessType to get_physical_address()
>   target/tricore: Remove unused definitions
> 
>  target/tricore/cpu.h    | 12 ------------
>  target/tricore/helper.c |  9 ++++-----
>  2 files changed, 4 insertions(+), 17 deletions(-)

Thanks for the cleanup. I applied it to my tricore.next queue.

Cheers,
Bastian

Re: [PATCH 0/3] target/tricore: Pass MMUAccessType to get_physical_address()
Posted by Philippe Mathieu-Daudé 3 years, 1 month ago
On 2/10/21 1:12 PM, Bastian Koppelmann wrote:
> Hi,
> 
> On Wed, Jan 27, 2021 at 11:42:52PM +0100, Philippe Mathieu-Daudé wrote:
>> Taking notes while reviewing commit 671a0a1265a
>> ("use MMUAccessType instead of int in mmu_translate").
>>
>> Philippe Mathieu-Daudé (3):
>>   target/tricore: Replace magic value by MMU_DATA_LOAD definition
>>   target/tricore: Pass MMUAccessType to get_physical_address()
>>   target/tricore: Remove unused definitions
>>
>>  target/tricore/cpu.h    | 12 ------------
>>  target/tricore/helper.c |  9 ++++-----
>>  2 files changed, 4 insertions(+), 17 deletions(-)
> 
> Thanks for the cleanup. I applied it to my tricore.next queue.

Thanks Bastian!

Phil.