index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux-user
/
host
/
x86_64
Age
Commit message (
Expand
)
Author
2022-01-12
user: move common-user includes to a subdirectory of {bsd,linux}-user/
Paolo Bonzini
2021-12-20
common-user: Move safe-syscall.* from linux-user
Richard Henderson
2021-12-19
linux-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYS
Richard Henderson
2021-12-19
linux-user: Remove HAVE_SAFE_SYSCALL and hostdep.h
Richard Henderson
2021-12-19
linux-user: Move syscall error detection into safe_syscall_base
Richard Henderson
2021-12-19
linux-user: Untabify all safe-syscall.inc.S
Richard Henderson
2021-11-23
linux-user/signal.c: Create a common rewind_if_in_safe_syscall
Warner Losh
2021-11-23
linux-user: Add host_signal_set_pc to set pc in mcontext
Warner Losh
2021-11-02
linux-user/host/x86: Populate host_signal.h
Richard Henderson
2021-10-30
linux-user: Reorg handling for SIGSEGV
Richard Henderson
2017-07-20
Replace 'struct ucontext' with 'ucontext_t' type
Khem Raj
2016-07-12
linux-user: Clean up hostdep.h header guards
Markus Armbruster
2016-06-26
linux-user: fix x86_64 safe_syscall
Richard Henderson
2016-06-08
linux-user: provide frame information in x86-64 safe_syscall
Peter Maydell
2016-05-27
linux-user: Provide safe_syscall for fixing races between signals and syscalls
Timothy E Baldwin