commit | a6b2c5a04ddae291417d5bfffaa25b13a7d8cd10 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Mon Oct 30 17:39:58 2023 +0000 |
committer | Peter Maydell <peter.maydell@linaro.org> | Thu Nov 02 13:36:45 2023 +0000 |
tree | 5b9fec893dbd1039fd9c32dcb4618f20c7fb91bd | |
parent | c6e1b31bce523710024bca1b529f2117033003a7 [diff] |
target/arm: Enable FEAT_MOPS insns in user-mode emulation In user-mode emulation, we need to set the SCTLR_EL1.MSCEn bit to avoid all the FEAT_MOPS insns UNDEFing. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20231030174000.3792225-2-peter.maydell@linaro.org