On 24 August 2018 at 15:14, Richard Henderson <[email protected]> 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 <[email protected]> > ---
Reviewed-by: Peter Maydell <[email protected]> Your version is better than mine as it conditionalises the sve_el flags field too. thanks -- PMM
