aboutsummaryrefslogtreecommitdiff
path: root/common-user
AgeCommit message (Expand)AuthorFilesLines
2026-01-17meson: Drop host_arch rename for riscv64Richard Henderson1-0/+0
2026-01-17meson: Drop host_arch rename for mips64Richard Henderson1-0/+0
2026-01-17*: Remove ppc host supportRichard Henderson1-107/+0
2026-01-17*: Remove i386 host supportRichard Henderson1-127/+0
2026-01-17*: Remove arm host supportRichard Henderson1-108/+0
2025-10-16tcg/mips: Remove support for O32 and N32 ABIsPhilippe Mathieu-Daudé1-35/+0
2025-07-14plugins: fix inclusion of user-mode APIsAlex Bennée1-0/+1
2025-05-19common-user/host/riscv: use tail pseudoinstruction for calling tailIcenowy Zheng1-2/+2
2025-03-10plugins/api: split out binary path/start/end/entry codeAlex Bennée1-0/+43
2023-01-23common-user/host/ppc: Implement safe-syscall.inc.SRichard Henderson1-0/+107
2022-06-28common-user: Only compile the common user code if have_user is setThomas Huth1-0/+4
2022-02-09common-user/host/sparc64: Fix safe_syscall_baseRichard Henderson1-2/+3
2022-01-12meson: cleanup common-user/ buildPaolo Bonzini1-1/+1
2022-01-04common-user: Really fix i386 calls to safe_syscall_set_errno_tailRichard Henderson1-1/+1
2022-01-04common-user: Fix tail calls to safe_syscall_set_errno_tailRichard Henderson3-0/+3
2021-12-21common-user: Add safe syscall handling for loongarch64 hostsWANG Xuerui1-0/+90
2021-12-20common-user: Adjust system call return on FreeBSDRichard Henderson4-1/+44
2021-12-20common-user: Move safe-syscall.* from linux-userRichard Henderson12-0/+950