qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] target/ppc: fix ISI fault cause for Radix MMU


From: Cédric Le Goater
Subject: Re: [PATCH] target/ppc: fix ISI fault cause for Radix MMU
Date: Mon, 14 Mar 2022 16:22:11 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.6.2

On 3/9/22 20:27, Leandro Lupori wrote:
Fix Instruction Storage Interrupt (ISI) fault cause for Radix MMU,
when caused by missing PAGE_EXEC permission, to be
SRR1_NOEXEC_GUARD instead of DSISR_PROTFAULT.
This matches POWER9 hardware behavior.

Fixes: d5fee0bbe68 ("target/ppc: Implement ISA V3.00 radix page fault handler")
Signed-off-by: Leandro Lupori <leandro.lupori@eldorado.org.br>
---
  target/ppc/mmu-radix64.c | 3 ++-
  1 file changed, 2 insertions(+), 1 deletion(-)


Queued for 7.0

Thanks,

C.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]