[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH] target/arm: Fix validation of 32-bit address sp
From: |
Peter Maydell |
Subject: |
Re: [Qemu-devel] [PATCH] target/arm: Fix validation of 32-bit address spaces for aa32 |
Date: |
Mon, 28 Jan 2019 11:53:54 +0000 |
On Fri, 25 Jan 2019 at 18:49, Richard Henderson
<address@hidden> wrote:
>
> When tsz == 0, aarch32 selects the address space via exclusion,
> and there are no "top_bits" remaining that require validation.
>
> Fixes: ba97be9f4a4
> Reported-by: Peter Maydell <address@hidden>
> Signed-off-by: Richard Henderson <address@hidden>
> ---
> target/arm/helper.c | 19 +++++++++++++------
> 1 file changed, 13 insertions(+), 6 deletions(-)
Applied to target-arm.next, thanks.
-- PMM