[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-arm] [PATCH v2] target-arm: Fix translation level on early tra
From: |
Peter Maydell |
Subject: |
Re: [Qemu-arm] [PATCH v2] target-arm: Fix translation level on early translation faults |
Date: |
Tue, 15 Mar 2016 17:24:27 +0000 |
On 9 March 2016 at 12:45, Sergey Sorokin <address@hidden> 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 <address@hidden>
> ---
> 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