Re: [PATCH v3 10/20] target/arm: Introduce aarch64_pstate_valid_mask

2020-02-07 Thread Peter Maydell
On Mon, 3 Feb 2020 at 14:47, Richard Henderson wrote: > > Use this along the exception return path, where we previously > accepted any values. > > Signed-off-by: Richard Henderson > --- Reviewed-by: Peter Maydell thanks -- PMM

[PATCH v3 10/20] target/arm: Introduce aarch64_pstate_valid_mask

2020-02-03 Thread Richard Henderson
Use this along the exception return path, where we previously accepted any values. Signed-off-by: Richard Henderson --- target/arm/internals.h | 12 target/arm/helper-a64.c | 1 + 2 files changed, 13 insertions(+) diff --git a/target/arm/internals.h b/target/arm/internals.h