Re: [PATCH] target/arm: Fix in_debug path in S1_ptw_translate

2023-01-17 Thread Peter Maydell
On Sat, 14 Jan 2023 at 05:47, Richard Henderson wrote: > > During the conversion, the test against get_phys_addr_lpae got inverted, > meaning that successful translations went to the 'failed' label. > > Cc: qemu-sta...@nongnu.org > Fixes: f3639a64f60 ("target/arm: Use softmmu tlbs for page table w

[PATCH] target/arm: Fix in_debug path in S1_ptw_translate

2023-01-13 Thread Richard Henderson
During the conversion, the test against get_phys_addr_lpae got inverted, meaning that successful translations went to the 'failed' label. Cc: qemu-sta...@nongnu.org Fixes: f3639a64f60 ("target/arm: Use softmmu tlbs for page table walking") Resolves: https://gitlab.com/qemu-project/qemu/-/issues/14