]> www.infradead.org Git - users/dwmw2/qemu.git/commit
target/arm: Fill in the WnR syndrome bit in mte_check_fail
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 28 Aug 2020 09:02:45 +0000 (10:02 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 28 Aug 2020 09:02:45 +0000 (10:02 +0100)
commit9a4670be7f0734d27bf4058db3becf83cd0cc9d5
treec3c5ea2da1e67e04d2df3de264b3fe50b133d5f9
parentdbf8c32178291169e111a6a9fd7ae17af4a3039d
target/arm: Fill in the WnR syndrome bit in mte_check_fail

According to AArch64.TagCheckFault, none of the other ISS values are
provided, so we do not need to go so far as merge_syn_data_abort.
But we were missing the WnR bit.

Tested-by: Andrey Konovalov <andreyknvl@google.com>
Reported-by: Andrey Konovalov <andreyknvl@google.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20200813200816.3037186-3-richard.henderson@linaro.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/mte_helper.c