On 9 March 2016 at 12:45, Sergey Sorokin <afaral...@yandex.ru> wrote: > Qemu reports translation fault on 1st level instead of 0th level in case of > AArch64 address translation if the translation table walk is disabled or > the address is in the gap between the two regions. > > Signed-off-by: Sergey Sorokin <afaral...@yandex.ru> > --- > In the second version of the patch the code was rearranged > to determine the level for the early faults in one place. > target-arm/helper.c | 22 ++++++++++++---------- > 1 file changed, 12 insertions(+), 10 deletions(-)
Applied to target-arm.next, thanks. -- PMM