]> Git Repo - qemu.git/commit
linux-user: Support for restarting system calls for SPARC targets
authorTimothy E Baldwin <[email protected]>
Thu, 12 May 2016 17:47:34 +0000 (18:47 +0100)
committerRiku Voipio <[email protected]>
Fri, 27 May 2016 11:49:49 +0000 (14:49 +0300)
commitc0bea68f9ea48f0dea7a06a259a613bfd3a7e35e
treef46658f976a156b5e5b981a567cddf4582dd9df1
parent6db9d00e2f05db0dfcc1a4d8b811fdd40170c91c
linux-user: Support for restarting system calls for SPARC targets

Update the SPARC main loop and sigreturn code:
 * on TARGET_ERESTARTSYS, wind guest PC backwards to repeat syscall insn
 * set all guest CPU state within signal.c code on sigreturn
 * handle TARGET_QEMU_ESIGRETURN in the main loop as the indication
   that the main loop should not touch any guest CPU state

Signed-off-by: Timothy Edward Baldwin <[email protected]>
Message-id: 1441497448[email protected]
[PMM: Commit message tweaks; drop TARGET_USE_ERESTARTSYS define]
Reviewed-by: Peter Maydell <[email protected]>
Signed-off-by: Peter Maydell <[email protected]>
Signed-off-by: Riku Voipio <[email protected]>
linux-user/main.c
linux-user/signal.c
linux-user/sparc/target_signal.h
linux-user/sparc64/target_signal.h
This page took 0.022162 seconds and 4 git commands to generate.