Re: [PATCH v2 0/7] target/arm: SME prep patches

2022-05-19 Thread Peter Maydell
On Tue, 17 May 2022 at 06:49, Richard Henderson wrote: > > Changes for v2: > * Fixed the errors PMM noticed in patch 2. > * Cleanups for SVE vector length selection. > * Cleanups for SVE exception el selection. > * Add el_is_in_host -- I'm not sure this one will really help, > but it's

[PATCH v2 0/7] target/arm: SME prep patches

2022-05-16 Thread Richard Henderson
Changes for v2: * Fixed the errors PMM noticed in patch 2. * Cleanups for SVE vector length selection. * Cleanups for SVE exception el selection. * Add el_is_in_host -- I'm not sure this one will really help, but it's certainly appearing more and more in the pseudocode. r~ Richard H