aboutsummaryrefslogtreecommitdiff
path: root/linux-user/syscall.c
AgeCommit message (Expand)Author
2018-08-23Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-08-23qom: convert the CPU list to RCUEmilio G. Cota
2018-08-21linux-user: Propagate goto fail to returnRichard Henderson
2018-08-21linux-user: Propagate goto unimplemented to defaultRichard Henderson
2018-08-21linux-user: Propagate goto unimplemented_nowarn to returnRichard Henderson
2018-08-21linux-user: Propagate goto efault to returnRichard Henderson
2018-08-21linux-user: Relax single exit from "break"Richard Henderson
2018-08-21linux-user: Split out do_syscall1Richard Henderson
2018-08-21linux-user: Remove DEBUGRichard Henderson
2018-08-20linux-user: add QEMU_IFLA_INFO_KIND nested type for tunLaurent Vivier
2018-08-20linux-user: update netlink route typesLaurent Vivier
2018-08-20linux-user: introduce QEMU_RTA_* to use with rtattr_type_tLaurent Vivier
2018-08-20linux-user: fix recvmsg()/recvfrom() with netlink and MSG_TRUNCLaurent Vivier
2018-08-17linux-user: fix 32bit g2h()/h2g()Laurent Vivier
2018-08-16Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-aug-2018' int...Peter Maydell
2018-08-16linux-user: Add preprocessor availability control to some syscallsAleksandar Rikalo
2018-08-16target/arm: Add sve-max-vq cpu property to -cpu maxRichard Henderson
2018-07-22linux-user/ppc: Implement swapcontext syscallRichard Henderson
2018-07-15Zero out the host's `msg_control` bufferJonas Schievink
2018-07-15linux-user: convert remaining fcntl() to safe_fcntl()Laurent Vivier
2018-07-15linux-user: ppc64: use the correct values for F_*LK64sShivaprasad G Bhat
2018-07-09linux-user: Do not report "Unsupported syscall" by defaultPhilippe Mathieu-Daudé
2018-07-05linux-user: introduce preexit_cleanupAlex Bennée
2018-07-02linux-user: update do_setsockopt()Laurent Vivier
2018-07-02linux-user: add netlink CARRIER_UP_COUNT/CARRIER_DOWN_COUNTLaurent Vivier
2018-06-11linux-user: Export use is_error(), use it to avoid warningsPhilippe Mathieu-Daudé
2018-06-04syscall: replace strcpy() by g_strlcpy()Philippe Mathieu-Daudé
2018-05-25linux-user: Fix payload size logic in host_to_target_cmsg()Peter Maydell
2018-05-25linux-user: update netlink emulationLaurent Vivier
2018-05-11linux-user: fix conversion of flock/flock64 l_type fieldLaurent Vivier
2018-05-03linux-user: remove useless padding in flock64 structureLaurent Vivier
2018-04-30linux-user: Fix getdents emulation for 64 bit guest on 32 bit hostPeter Maydell
2018-04-10Merge remote-tracking branch 'remotes/xtensa/tags/20180409-xtensa' into stagingPeter Maydell
2018-04-09linux-user: fix preadv/pwritev offsetsMax Filippov
2018-04-04Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-2.12-pull-r...Peter Maydell
2018-04-03linux-user: define TARGET_ARCH_HAS_KA_RESTORERLaurent Vivier
2018-04-02target/xtensa: linux-user: fix fadvise64 callMax Filippov
2018-04-01linux-user: implement clock_settimeMax Filippov
2018-04-01linux-user: fix error propagation in clock_gettimeMax Filippov
2018-03-31linux-user: fix mq_getsetattr implementationMax Filippov
2018-03-31linux-user: call cpu_copy under clone_lockMax Filippov
2018-03-17Merge remote-tracking branch 'remotes/xtensa/tags/20180316-xtensa' into stagingPeter Maydell
2018-03-16target/xtensa: add linux-user supportMax Filippov
2018-03-15Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-2.12-pull-r...Peter Maydell
2018-03-13linux-user: fix assertion in shmdtMax Filippov
2018-03-13linux-user: fix mmap/munmap/mprotect/mremap/shmatMax Filippov
2018-03-09linux-user: fix assertion in shmdtMax Filippov
2018-03-09linux-user: fix mmap/munmap/mprotect/mremap/shmatMax Filippov
2018-03-09linux-user: Support f_flags in statfs when available.Shea Levy
2018-03-09linux-user: Implement aarch64 PR_SVE_SET/GET_VLRichard Henderson