aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)AuthorFilesLines
2022-07-04linux-user: Add LoongArch signal supportSong Gao2-0/+348
2022-07-04linux-user: Add LoongArch generic header filesSong Gao7-0/+68
2022-06-28target/m68k: Make semihosting system onlyRichard Henderson1-5/+0
2022-06-28semihosting: Remove qemu_semihosting_console_outsRichard Henderson1-17/+0
2022-06-28semihosting: Remove qemu_semihosting_console_outcRichard Henderson1-16/+0
2022-06-28semihosting: Create qemu_semihosting_guestfd_initRichard Henderson1-0/+9
2022-06-28semihosting: Create qemu_semihosting_console_writeRichard Henderson1-0/+5
2022-06-28semihosting: Expand qemu_semihosting_console_inc to readRichard Henderson1-4/+6
2022-06-28semihosting: Pass CPUState to qemu_semihosting_console_incRichard Henderson1-1/+1
2022-06-28semihosting: Return void from do_common_semihostingRichard Henderson3-3/+3
2022-06-24linux-user: Adjust child_tidptr on set_tid_address() syscallHelge Deller1-5/+7
2022-06-24linux-user: Add partial support for MADV_DONTNEEDIlya Leoshkevich4-6/+68
2022-06-21linux-user/x86_64: Fix ELF_PLATFORMRichard Henderson1-13/+17
2022-06-08linux-user/aarch64: Introduce sve_vqRichard Henderson2-8/+14
2022-06-02Merge tag 'm68k-for-7.1-pull-request' of https://github.com/vivier/qemu-m68k ...Richard Henderson3-4/+16
2022-06-02linux-user/strace: Adjust get_thread_area for m68kRichard Henderson1-0/+5
2022-06-02linux-user/strace: Use is_error in print_syscall_errRichard Henderson1-1/+1
2022-06-02target/m68k: Implement TRAPccRichard Henderson1-0/+1
2022-06-02target/m68k: Fix address argument for EXCP_TRACERichard Henderson1-0/+3
2022-06-02target/m68k: Fix pc, c flag, and address argument for EXCP_DIV0Richard Henderson1-1/+1
2022-06-02target/m68k: Fix address argument for EXCP_CHKRichard Henderson1-1/+1
2022-06-02linux-user/m68k: Handle EXCP_TRAP1 through EXCP_TRAP15Richard Henderson1-0/+4
2022-06-02target/m68k: Raise the TRAPn exception with the correct pcRichard Henderson1-1/+0
2022-05-26linux-user: Add PowerPC ISA 3.1 and MMA to hwcapJoel Stanley1-0/+4
2022-05-23linux-user/host/s390: Treat EX and EXRL as writesIlya Leoshkevich1-0/+7
2022-05-23linux-user/s390x: Fix unwinding from signal handlersIlya Leoshkevich1-0/+5
2022-05-23linux-user: Remove pointless CPU{ARCH}State castsPhilippe Mathieu-Daudé3-28/+25
2022-05-23linux-user: Have do_syscall() use CPUArchState* instead of void*Philippe Mathieu-Daudé6-129/+129
2022-05-23linux-user/elfload: Remove pointless non-const CPUArchState castPhilippe Mathieu-Daudé1-1/+1
2022-05-23linux-user/syscall.c: fix build without RLIMIT_RTTIMEFabrice Fontaine1-0/+2
2022-05-23linux-user: Clean up arg_start/arg_end confusionRichard Henderson4-12/+26
2022-05-11Clean up decorations and whitespace around header guardsMarkus Armbruster1-1/+1
2022-04-26linux-user/nios2: Handle various SIGILL exceptionsRichard Henderson1-0/+12
2022-04-26target/nios2: Advance pc when raising exceptionsRichard Henderson1-6/+2
2022-04-26target/nios2: Implement Misaligned destination exceptionRichard Henderson1-0/+6
2022-04-26target/nios2: Support division error exceptionRichard Henderson1-0/+4
2022-04-26linux-user/nios2: Only initialize SP and PC in target_cpu_copy_regsRichard Henderson2-23/+0
2022-04-26target/nios2: Split PC out of env->regs[]Richard Henderson3-14/+13
2022-04-26linux-user/nios2: Use force_sig_fault for EXCP_DEBUGRichard Henderson1-5/+1
2022-04-26target/nios2: Remove nios2_cpu_record_sigsegvRichard Henderson1-10/+0
2022-04-26linux-user/nios2: Use QEMU_ESIGRETURN from do_rt_sigreturnRichard Henderson1-8/+4
2022-04-26linux-user/nios2: Remove do_sigreturnRichard Henderson1-7/+0
2022-04-26linux-user/nios2: Handle special qemu syscall return valuesRichard Henderson1-0/+8
2022-04-26linux-user/nios2: Adjust error returnRichard Henderson1-2/+7
2022-04-26linux-user/nios2: Drop syscall 0 "workaround"Richard Henderson1-4/+0
2022-04-26linux-user/nios2: Fix clone child returnRichard Henderson1-0/+1
2022-04-26linux-user/nios2: Hoist pc advance to the top of EXCP_TRAPRichard Henderson1-2/+8
2022-04-22target/arm: Change CPUArchState.thumb to boolRichard Henderson1-1/+1
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau2-2/+3
2022-04-21include: rename qemu-common.h qemu/help-texts.hMarc-André Lureau1-1/+1