]> www.infradead.org Git - users/dwmw2/qemu.git/commit
target/arm: remove run-time semihosting checks for linux-user
authorAlex Bennée <alex.bennee@linaro.org>
Thu, 19 Sep 2019 13:18:41 +0000 (14:18 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 27 Sep 2019 10:41:32 +0000 (11:41 +0100)
commite267255957fc82db47f96da1ff56409093b824e4
treed71c7fd1335db39593d9f87e5baa9a2b5ee971fb
parented6e6ba9c4c0539e4f9ef534bc88d487262a9063
target/arm: remove run-time semihosting checks for linux-user

Now we do all our checking at translate time we can make cpu_loop a
little bit simpler. We also introduce a simple linux-user semihosting
test case to defend the functionality. The out-of-tree softmmu based
semihosting tests are still more comprehensive.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-id: 20190913151845.12582-6-alex.bennee@linaro.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
linux-user/arm/cpu_loop.c
linux-user/arm/target_syscall.h