]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Enable FEAT_MOPS insns in user-mode emulation
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 30 Oct 2023 17:39:58 +0000 (17:39 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 2 Nov 2023 13:36:45 +0000 (13:36 +0000)
commita6b2c5a04ddae291417d5bfffaa25b13a7d8cd10
tree5b9fec893dbd1039fd9c32dcb4618f20c7fb91bd
parentc6e1b31bce523710024bca1b529f2117033003a7
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
target/arm/cpu.c