aboutsummaryrefslogtreecommitdiff
path: root/linux-user/user-internals.h
AgeCommit message (Expand)AuthorFilesLines
2023-03-28linux-user: Pass last not end to probe_guest_baseRichard Henderson1-6/+6
2023-03-07includes: move tb_flush into its own headerAlex Bennée1-0/+1
2023-02-16target/arm: Convert CPUARMState::eabi to booleanPhilippe Mathieu-Daudé1-1/+1
2022-06-24linux-user: Add partial support for MADV_DONTNEEDIlya Leoshkevich1-0/+1
2022-05-23linux-user: Remove pointless CPU{ARCH}State castsPhilippe Mathieu-Daudé1-1/+1
2022-05-23linux-user: Have do_syscall() use CPUArchState* instead of void*Philippe Mathieu-Daudé1-8/+8
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau1-1/+1
2022-04-06Replace TARGET_WORDS_BIGENDIANMarc-André Lureau1-1/+1
2022-03-22linux-user: Fix syscall parameter handling for MIPS n32WANG Xuerui1-3/+3
2022-01-06linux-user: Mark cpu_loop() with noreturn attributePhilippe Mathieu-Daudé1-1/+1
2021-12-19linux-user: Remove HAVE_SAFE_SYSCALL and hostdep.hRichard Henderson1-1/+0
2021-09-13linux-user: Drop unneeded includes from qemu.hPeter Maydell1-0/+2
2021-09-13linux-user: Split linux-user internals out of qemu.hPeter Maydell1-0/+184