]> www.infradead.org Git - users/dwmw2/qemu.git/commit
target/arm: handle M-profile semihosting at translate time
authorAlex Bennée <alex.bennee@linaro.org>
Thu, 19 Sep 2019 13:18:40 +0000 (14:18 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 27 Sep 2019 10:41:29 +0000 (11:41 +0100)
commit376214e4f499f82900e699c225f18f045f8a3c20
tree37a037a9381838341744a9378fb1437f382523e7
parent72ab7f9e1d811256ceca7c1d9d79f5ff72a4e0c3
target/arm: handle M-profile semihosting at translate time

We do this for other semihosting calls so we might as well do it for
M-profile as well.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20190913151845.12582-3-alex.bennee@linaro.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/m_helper.c
target/arm/translate.c