Re: [Qemu-devel] [PATCH v2 16/16] target/arm: Add SVE state to TB->FLAGS

2018-01-22 Thread Peter Maydell
On 19 January 2018 at 04:54, Richard Henderson wrote: > Add both SVE exception state and vector length. > > Signed-off-by: Richard Henderson > @@ -11772,14 +11772,35 @@ void cpu_get_tb_cpu_state(CPUARMState *env, > target_ulong *pc, >target_ulong *cs_base, uint32_t *

[Qemu-devel] [PATCH v2 16/16] target/arm: Add SVE state to TB->FLAGS

2018-01-18 Thread Richard Henderson
Add both SVE exception state and vector length. Signed-off-by: Richard Henderson --- target/arm/cpu.h| 4 target/arm/helper.c | 23 ++- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/target/arm/cpu.h b/target/arm/cpu.h index 2de1afb53a..d7208d56df 10