Re: [Qemu-devel] [PATCH] target/arm: Fix 32-bit address truncation

2018-01-22 Thread Peter Maydell
On 19 January 2018 at 19:46, Ard Biesheuvel wrote: > Commit ("3b39d734141a target/arm: Handle page table walk load failures > correctly") modified both versions of the page table walking code (i.e., > arm_ldl_ptw and arm_ldq_ptw) to record the result of the translation in > a temporary 'data' vari

[Qemu-devel] [PATCH] target/arm: Fix 32-bit address truncation

2018-01-19 Thread Ard Biesheuvel
Commit ("3b39d734141a target/arm: Handle page table walk load failures correctly") modified both versions of the page table walking code (i.e., arm_ldl_ptw and arm_ldq_ptw) to record the result of the translation in a temporary 'data' variable so that it can be inspected before being returned. Howe