On Fri, 27 May 2022 at 19:11, Richard Henderson <[email protected]> wrote: > > This will be used for both Normal and Streaming SVE, and the value > does not necessarily come from ZCR_ELx. While we're at it, emphasize > the units in which the value is returned. > > Patch produced by > git grep -l sve_zcr_len_for_el | \ > xargs -n1 sed -i 's/sve_zcr_len_for_el/sve_vqm1_for_el/g' > > Signed-off-by: Richard Henderson <[email protected]>
Can we have a comment that says what a vqm1 is (and/or pick a less obscure function name) ? That string doesn't turn up anywhere in the Arm ARM... Otherwise Reviewed-by: Peter Maydell <[email protected]> thanks -- PMM
