]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Implement writing to CONTROL_NS for v8M
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 15 Feb 2018 18:29:37 +0000 (18:29 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 15 Feb 2018 18:29:49 +0000 (18:29 +0000)
commit6eb3a64e2a96f5ced1f7896042b01f002bf0a91f
treec54762aa63312781c938aab17c8bce8db6e363e7
parent24ac0fb129f9ce9dd96901b2377fc6271dc55b2b
target/arm: Implement writing to CONTROL_NS for v8M

In commit 50f11062d4c896 we added support for MSR/MRS access
to the NS banked special registers, but we forgot to implement
the support for writing to CONTROL_NS. Correct the omission.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20180209165810.6668-8-peter.maydell@linaro.org
target/arm/helper.c