Revision 693ceca98789e9ea39af2bce644a56d142f3d72b authored by Daniel Henrique Barboza on 14 March 2024, 17:56:57 UTC, committed by Michael Tokarev on 27 March 2024, 10:00:14 UTC
vmvr_v isn't handling the case where the host might be big endian and
the bytes to be copied aren't sequential.

Suggested-by: Richard Henderson <richard.henderson@linaro.org>
Fixes: f714361ed7 ("target/riscv: rvv-1.0: implement vstart CSR")
Signed-off-by: Daniel Henrique Barboza <dbarboza@ventanamicro.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Reviewed-by: LIU Zhiwei <zhiwei_liu@linux.alibaba.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20240314175704.478276-4-dbarboza@ventanamicro.com>
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
(cherry picked from commit 768e7b329c0be22035da077fe76221dd0a47103b)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
1 parent 9f0db88
History
File Mode Size
hvf
kvm
qtest
stubs
tcg
xen
Kconfig -rw-r--r-- 157 bytes
accel-blocker.c -rw-r--r-- 4.5 KB
accel-system.c -rw-r--r-- 3.2 KB
accel-system.h -rw-r--r-- 344 bytes
accel-target.c -rw-r--r-- 5.0 KB
accel-user.c -rw-r--r-- 509 bytes
dummy-cpus.c -rw-r--r-- 1.9 KB
meson.build -rw-r--r-- 300 bytes

back to top