Re: [PATCH 33/71] target/arm: Generalize cpu_arm_{get,set}_vq

2022-06-07 Thread Peter Maydell
On Thu, 2 Jun 2022 at 23:29, Richard Henderson wrote: > > Rename from cpu_arm_{get,set}_sve_vq, and take the > ARMVQMap as the opaque parameter. > > Signed-off-by: Richard Henderson > --- Reviewed-by: Peter Maydell thanks -- PMM

[PATCH 33/71] target/arm: Generalize cpu_arm_{get,set}_vq

2022-06-02 Thread Richard Henderson
Rename from cpu_arm_{get,set}_sve_vq, and take the ARMVQMap as the opaque parameter. Signed-off-by: Richard Henderson --- target/arm/cpu64.c | 29 +++-- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/target/arm/cpu64.c b/target/arm/cpu64.c index 0a2f4f317