Re: [Qemu-devel] [PATCH] target/arm: Handle page table walk load failures correctly

2017-12-15 Thread Philippe Mathieu-Daudé
On 12/15/2017 01:24 PM, Peter Maydell wrote: > Instead of ignoring the response from address_space_ld*() > (indicating an attempt to read a page table descriptor from > an invalid physical address), use it to report the failure > correctly. > > Since this is another couple of locations where we ne

[Qemu-devel] [PATCH] target/arm: Handle page table walk load failures correctly

2017-12-15 Thread Peter Maydell
Instead of ignoring the response from address_space_ld*() (indicating an attempt to read a page table descriptor from an invalid physical address), use it to report the failure correctly. Since this is another couple of locations where we need to decide the value of the ARMMMUFaultInfo ea bit base