1530 Commits (4d330cee37a21aabfc619a1948953559e66951a4)

Author SHA1 Message Date
Timothy E Baldwin 4d330cee37 linux-user: Provide safe_syscall for fixing races between signals and syscalls 10 years ago
Timothy E Baldwin 71a8f7fece linux-user: Add debug code to exercise restarting system calls 10 years ago
Timothy E Baldwin 4134ecfeb9 linux-user: Support for restarting system calls for Microblaze targets 10 years ago
Peter Maydell d7749ab770 linux-user: Set r14 on exit from microblaze syscall 10 years ago
Peter Maydell a9175169cc linux-user: Support for restarting system calls for tilegx targets 10 years ago
Timothy E Baldwin 6205086558 linux-user: Support for restarting system calls for CRIS targets 10 years ago
Timothy E Baldwin 47405ab642 linux-user: Support for restarting system calls for S390 targets 10 years ago
Timothy E Baldwin 7ccb84a916 linux-user: Support for restarting system calls for M68K targets 10 years ago
Timothy E Baldwin 7fe7231a49 linux-user: Support for restarting system calls for OpenRISC targets 10 years ago
Timothy E Baldwin 256cb6af7f linux-user: Support for restarting system calls for UniCore32 targets 10 years ago
Timothy E Baldwin 338c858c94 linux-user: Support for restarting system calls for Alpha targets 10 years ago
Timothy E Baldwin ba41249678 linux-user: Support for restarting system calls for SH4 targets 10 years ago
Timothy E Baldwin c0bea68f9e linux-user: Support for restarting system calls for SPARC targets 10 years ago
Timothy E Baldwin 6db9d00e2f linux-user: Support for restarting system calls for PPC targets 10 years ago
Timothy E Baldwin 2eb3ae27ec linux-user: Support for restarting system calls for MIPS targets 10 years ago
Timothy E Baldwin f0267ef711 linux-user: Support for restarting system calls for ARM targets 10 years ago
Timothy E Baldwin 0284b03ba3 linux-user: Support for restarting system calls for x86 targets 10 years ago
Timothy E Baldwin 499b5d176a linux-user: Renumber TARGET_QEMU_ESIGRETURN, make it not arch-specific 10 years ago
Timothy E Baldwin 14896d3281 linux-user: Define TARGET_ERESTART* errno values 10 years ago
Timothy E Baldwin da7c8647e5 linux-user: Reindent signal handling 10 years ago
Peter Maydell a3ca7bb259 linux-user: Consistently return host errnos from do_openat() 10 years ago
Timothy E Baldwin 2466119c95 linux-user: Check array bounds in errno conversion 10 years ago
Eduardo Habkost 3e2c0e062f cpu: Eliminate cpudef_init(), cpudef_setup() 11 years ago
Paolo Bonzini 63c915526d cpu: move exec-all.h inclusion out of cpu.h 11 years ago
Paolo Bonzini f2937a33a5 log: do not use CONFIG_USER_ONLY 11 years ago
Peter Maydell f911e0a323 linux-user: arm: Handle (ignore) EXCP_YIELD in ARM cpu_loop() 11 years ago
Veronia Bahaa f348b6d1a5 util: move declarations out of qemu-common.h 11 years ago
Daniel P. Berrange a2d96af4bb osdep: add wrappers for socket functions 11 years ago
Paolo Bonzini c3ae85fc8f linux-user: arm: handle CPSR.E correctly in strex emulation 11 years ago
Peter Crosthwaite 9c5a746038 linux-user: arm: set CPSR.E/SCTLR.E0E correctly for BE mode 11 years ago
Paolo Bonzini f9fd40ebe4 target-arm: implement SCTLR.B, drop bswap_code 11 years ago
Paolo Bonzini 49017bd8b4 linux-user: arm: pass env to get_user_code_* 11 years ago
Paolo Bonzini a0e1e6d705 linux-user: arm: fix coding style for some linux-user signal functions 11 years ago
Peter Maydell ae08792301 linux-user: Use restrictive mask when calling cpsr_write() 11 years ago
Peter Maydell 50866ba5a2 target-arm: Add write_type argument to cpsr_write() 11 years ago
Laurent Vivier f894efd199 linux-user: add getrandom() syscall 11 years ago
Riku Voipio 93a92d3bd6 linux-user: correct timerfd_create syscall numbers 11 years ago
Riku Voipio 13756fb008 linux-user: remove unavailable syscalls from aarch64 11 years ago
Riku Voipio 7c73d2a3fa linux-user: sync syscall numbers with kernel 11 years ago
Peter Maydell b6e17875f2 linux-user: Don't assert if guest tries shmdt(0) 11 years ago
Laurent Vivier de3f1b9841 linux-user: set ppc64/ppc64le default CPU to POWER8 11 years ago
Lluís Vilanova 460c579f3d build: [linux-user] Rename "syscall.h" to "target_syscall.h" in target directories 11 years ago
Laurent Vivier 5089c7ce82 linux-user: fix realloc size of target_fd_trans. 11 years ago
Peter Maydell 30456d5ba3 all: Clean up includes 11 years ago
Paolo Bonzini 508127e243 log: do not unnecessarily include qom/cpu.h 11 years ago
Peter Maydell d39594e9d9 linux-user: Clean up includes 11 years ago
Chen Gang 530c003252 linux-user/mmap.c: Use end instead of real_end in target_mmap 11 years ago
John Paul Adrian Glaubitz 5a53dc5042 linux-user: Add SOCKOP_sendmmsg and SOCKOP_recvmmsg socket call, wire them up. 11 years ago
John Paul Adrian Glaubitz e73eecbdc2 linux-user: Update m68k syscall definitions to match Linux 4.4. 11 years ago
Chen Gang fad6c58a3d linux-user/syscall.c: Use SOL_SOCKET instead of level for setsockopt() 11 years ago