On 24 August 2018 at 15:14, Richard Henderson <richard.hender...@linaro.org> wrote: > Not only are the sve-related tb_flags fields unused when SVE is > disabled, but not all of the cpu registers are initialized properly > for computing same. This can corrupt other fields by oring in -1. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > ---
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> Your version is better than mine as it conditionalises the sve_el flags field too. thanks -- PMM