OSDN Git Service

target/arm: Fix sve_ld1_z and sve_st1_z vs MMIO
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 25 Mar 2022 14:41:06 +0000 (14:41 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 25 Mar 2022 14:41:06 +0000 (14:41 +0000)
commit6222c3acc4f36fc31d057e1afb6b5c408f83d343
tree83a5396949a11e6b7a74ad7afa3602858fc50d73
parentf345abe36527a8b575482bb5a0616f43952bf1f4
target/arm: Fix sve_ld1_z and sve_st1_z vs MMIO

Both of these functions missed handling the TLB_MMIO flag
during the conversion to handle MTE.

Fixes: 10a85e2c8ab6 ("target/arm: Reuse sve_probe_page for gather loads")
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/925
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20220324010932.190428-1-richard.henderson@linaro.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/sve_helper.c