diff options
author | Peter Maydell | 2016-05-12 19:47:42 +0200 |
---|---|---|
committer | Riku Voipio | 2016-05-27 13:49:50 +0200 |
commit | a9175169cc55ecff23a158dfee7d9cbb0b75d185 (patch) | |
tree | 25dc5a2ef724bbe40d13e40688be183641c152ee /linux-user/tilegx/target_structs.h | |
parent | linux-user: Support for restarting system calls for CRIS targets (diff) | |
download | qemu-a9175169cc55ecff23a158dfee7d9cbb0b75d185.tar.gz qemu-a9175169cc55ecff23a158dfee7d9cbb0b75d185.tar.xz qemu-a9175169cc55ecff23a158dfee7d9cbb0b75d185.zip |
linux-user: Support for restarting system calls for tilegx targets
Update the tilegx main loop and sigreturn code:
* on TARGET_ERESTARTSYS, wind guest PC backwards to repeat syscall insn
* return -TARGET_QEMU_ESIGRETURN from sigreturn rather than current R_RE
* handle TARGET_QEMU_ESIGRETURN in the main loop as the indication
that the main loop should not touch any guest CPU state
Note that this fixes a bug where a sigreturn which happened to have
an errno value in TILEGX_R_RE would incorrectly cause TILEGX_R_ERR
to get set.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
Diffstat (limited to 'linux-user/tilegx/target_structs.h')
0 files changed, 0 insertions, 0 deletions