Re: [PATCH] target/arm: Copy the entire vector in DO_ZIP

2022-10-31 Thread Peter Maydell
On Mon, 31 Oct 2022 at 05:42, Richard Henderson wrote: > > With odd_ofs set, we weren't copying enough data. > > Fixes: 09eb6d7025d1 ("target/arm: Move sve zip high_ofs into simd_data") > Reported-by: Idan Horowitz > Signed-off-by: Richard Henderson Applied to target-arm.next, thanks. -- PMM

Re: [PATCH] target/arm: Copy the entire vector in DO_ZIP

2022-10-31 Thread Philippe Mathieu-Daudé
On 31/10/22 06:41, Richard Henderson wrote: With odd_ofs set, we weren't copying enough data. Fixes: 09eb6d7025d1 ("target/arm: Move sve zip high_ofs into simd_data") Reported-by: Idan Horowitz Signed-off-by: Richard Henderson --- target/arm/sve_helper.c | 4 ++-- 1 file changed, 2 insertio

[PATCH] target/arm: Copy the entire vector in DO_ZIP

2022-10-30 Thread Richard Henderson
With odd_ofs set, we weren't copying enough data. Fixes: 09eb6d7025d1 ("target/arm: Move sve zip high_ofs into simd_data") Reported-by: Idan Horowitz Signed-off-by: Richard Henderson --- target/arm/sve_helper.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/arm/s