Re: [PATCH 00/13] target/mips: Replace integer by MMUAccessType enum when possible

2021-02-21 Thread Philippe Mathieu-Daudé
On 1/28/21 3:41 PM, Philippe Mathieu-Daudé wrote: > Taking notes while reviewing commit 671a0a1265a > ("use MMUAccessType instead of int in mmu_translate"). > > Philippe Mathieu-Daudé (13): > target/mips: Remove access_type argument from map_address() handler > target/mips: Remove access_type

Re: [PATCH 00/13] target/mips: Replace integer by MMUAccessType enum when possible

2021-02-03 Thread Richard Henderson
On 1/28/21 4:41 AM, Philippe Mathieu-Daudé wrote: > Philippe Mathieu-Daudé (13): > target/mips: Remove access_type argument from map_address() handler > target/mips: Remove access_type argument from get_seg_physical_address > target/mips: Remove access_type arg from get_segctl_physical_addres

[PATCH 00/13] target/mips: Replace integer by MMUAccessType enum when possible

2021-01-28 Thread Philippe Mathieu-Daudé
Taking notes while reviewing commit 671a0a1265a ("use MMUAccessType instead of int in mmu_translate"). Philippe Mathieu-Daudé (13): target/mips: Remove access_type argument from map_address() handler target/mips: Remove access_type argument from get_seg_physical_address target/mips: Remove a