]> xenbits.xensource.com Git - qemu-xen.git/commit
target/arm: Copy the entire vector in DO_ZIP
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 3 Nov 2022 13:10:41 +0000 (13:10 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 4 Nov 2022 10:58:58 +0000 (10:58 +0000)
commit302ad91209c5b01c091b8d2b7c2c8995837023df
tree6b9d80b40299c79e811df3972aa49edb316a1a03
parent6f2d9d74416a71dedeb1a52480e8e809e2862702
target/arm: Copy the entire vector in DO_ZIP

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 <idan.horowitz@gmail.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20221031054144.3574-1-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/sve_helper.c