]> www.infradead.org Git - users/dwmw2/qemu.git/commit
target/arm: Set ISSIs16Bit in make_issinfo
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 17 Jan 2020 14:09:31 +0000 (14:09 +0000)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Mon, 11 May 2020 23:08:09 +0000 (18:08 -0500)
commit77d9c84d9fd9f846a2ee5ba04bf2e3b33354e3e2
tree14b3fce0ad7487342e87f597f42c5d745072953e
parent4412cb3bcaf5b0cccf88f881c18be5dfd395e934
target/arm: Set ISSIs16Bit in make_issinfo

During the conversion to decodetree, the setting of
ISSIs16Bit got lost.  This causes the guest os to
incorrectly adjust trapping memory operations.

Cc: qemu-stable@nongnu.org
Fixes: 46beb58efbb8a2a32 ("target/arm: Convert T16, load (literal)")
Reported-by: Jeff Kubascik <jeff.kubascik@dornerworks.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20200117004618.2742-3-richard.henderson@linaro.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
(cherry picked from commit 1a1fbc6cbb34c26d43d8360c66c1d21681af14a9)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
target/arm/translate.c