Re: [PATCH] target/ppc: Fix regression in Radix MMU

2022-10-28 Thread Daniel Henrique Barboza
On 10/28/22 15:36, Leandro Lupori wrote: Commit 47e83d9107 ended up unintentionally changing the control flow of ppc_radix64_process_scoped_xlate(). When guest_visible is false, it must not raise an exception, even if the radix configuration is not valid. This regression prevented Linux boot

Re: [PATCH] target/ppc: Fix regression in Radix MMU

2022-10-28 Thread VĂ­ctor Colombo
On 28/10/2022 15:36, Leandro Lupori wrote: Commit 47e83d9107 ended up unintentionally changing the control flow of ppc_radix64_process_scoped_xlate(). When guest_visible is false, it must not raise an exception, even if the radix configuration is not valid. This regression prevented Linux boot i

[PATCH] target/ppc: Fix regression in Radix MMU

2022-10-28 Thread Leandro Lupori
Commit 47e83d9107 ended up unintentionally changing the control flow of ppc_radix64_process_scoped_xlate(). When guest_visible is false, it must not raise an exception, even if the radix configuration is not valid. This regression prevented Linux boot in a nested environment with L1 using TCG and