On Mon, 3 Feb 2020 at 14:47, Richard Henderson <richard.hender...@linaro.org> wrote: > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > v2: Move reginfo to file scope; avoid setting uao from spsr > when the feature is not enabled (pmm). > v3: Update for aarch64_pstate_valid_mask > --- > target/arm/cpu.h | 6 ++++++ > target/arm/internals.h | 3 +++ > target/arm/helper.c | 21 +++++++++++++++++++++ > target/arm/translate-a64.c | 14 ++++++++++++++ > 4 files changed, 44 insertions(+)
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM