Re: [PATCH v2 09/21] target/hppa: Perform access rights before protection id check

2024-10-07 Thread Helge Deller
On 10/5/24 22:05, Richard Henderson wrote: In Chapter 5, Interruptions, the group 3 exceptions lists "Data memory access rights trap" in priority order ahead of "Data memory protection ID trap". Swap these checks in hppa_get_physical_address. Signed-off-by: Richard Henderson Reviewed-by: He

[PATCH v2 09/21] target/hppa: Perform access rights before protection id check

2024-10-05 Thread Richard Henderson
In Chapter 5, Interruptions, the group 3 exceptions lists "Data memory access rights trap" in priority order ahead of "Data memory protection ID trap". Swap these checks in hppa_get_physical_address. Signed-off-by: Richard Henderson --- target/hppa/mem_helper.c | 12 ++-- 1 file changed