summaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)Author
2022-06-02Merge tag 'm68k-for-7.1-pull-request' of https://github.com/vivier/qemu-m68k ...Richard Henderson
2022-06-02linux-user/strace: Adjust get_thread_area for m68kRichard Henderson
2022-06-02linux-user/strace: Use is_error in print_syscall_errRichard Henderson
2022-06-02target/m68k: Implement TRAPccRichard Henderson
2022-06-02target/m68k: Fix address argument for EXCP_TRACERichard Henderson
2022-06-02target/m68k: Fix pc, c flag, and address argument for EXCP_DIV0Richard Henderson
2022-06-02target/m68k: Fix address argument for EXCP_CHKRichard Henderson
2022-06-02linux-user/m68k: Handle EXCP_TRAP1 through EXCP_TRAP15Richard Henderson
2022-06-02target/m68k: Raise the TRAPn exception with the correct pcRichard Henderson
2022-05-26linux-user: Add PowerPC ISA 3.1 and MMA to hwcapJoel Stanley
2022-05-23linux-user/host/s390: Treat EX and EXRL as writesIlya Leoshkevich
2022-05-23linux-user/s390x: Fix unwinding from signal handlersIlya Leoshkevich
2022-05-23linux-user: Remove pointless CPU{ARCH}State castsPhilippe Mathieu-Daudé
2022-05-23linux-user: Have do_syscall() use CPUArchState* instead of void*Philippe Mathieu-Daudé
2022-05-23linux-user/elfload: Remove pointless non-const CPUArchState castPhilippe Mathieu-Daudé
2022-05-23linux-user/syscall.c: fix build without RLIMIT_RTTIMEFabrice Fontaine
2022-05-23linux-user: Clean up arg_start/arg_end confusionRichard Henderson
2022-05-11Clean up decorations and whitespace around header guardsMarkus Armbruster
2022-04-26linux-user/nios2: Handle various SIGILL exceptionsRichard Henderson
2022-04-26target/nios2: Advance pc when raising exceptionsRichard Henderson
2022-04-26target/nios2: Implement Misaligned destination exceptionRichard Henderson
2022-04-26target/nios2: Support division error exceptionRichard Henderson
2022-04-26linux-user/nios2: Only initialize SP and PC in target_cpu_copy_regsRichard Henderson
2022-04-26target/nios2: Split PC out of env->regs[]Richard Henderson
2022-04-26linux-user/nios2: Use force_sig_fault for EXCP_DEBUGRichard Henderson
2022-04-26target/nios2: Remove nios2_cpu_record_sigsegvRichard Henderson
2022-04-26linux-user/nios2: Use QEMU_ESIGRETURN from do_rt_sigreturnRichard Henderson
2022-04-26linux-user/nios2: Remove do_sigreturnRichard Henderson
2022-04-26linux-user/nios2: Handle special qemu syscall return valuesRichard Henderson
2022-04-26linux-user/nios2: Adjust error returnRichard Henderson
2022-04-26linux-user/nios2: Drop syscall 0 "workaround"Richard Henderson
2022-04-26linux-user/nios2: Fix clone child returnRichard Henderson
2022-04-26linux-user/nios2: Hoist pc advance to the top of EXCP_TRAPRichard Henderson
2022-04-22target/arm: Change CPUArchState.thumb to boolRichard Henderson
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau
2022-04-21include: rename qemu-common.h qemu/help-texts.hMarc-André Lureau
2022-04-20Merge tag 'pull-tcg-20220420' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson
2022-04-20Don't include sysemu/tcg.h if it is not necessaryThomas Huth
2022-04-20linux-user: Use qemu_set_log_filename_flagsRichard Henderson
2022-04-20linux-user: Expand log_page_dump inlineRichard Henderson
2022-04-20util/log: Pass Error pointer to qemu_set_logRichard Henderson
2022-04-20util/log: Drop manual log bufferingRichard Henderson
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau
2022-04-06Replace TARGET_WORDS_BIGENDIANMarc-André Lureau
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau
2022-04-04linux-user/ppc: Narrow type of ccr in save_user_regsRichard Henderson
2022-03-31linux-user/sh4/termbits: Silence warning about TIOCSER_TEMT double definitionThomas Huth
2022-03-23linux-user/arm: Implement __kernel_cmpxchg64 with host atomicsRichard Henderson
2022-03-23linux-user/arm: Implement __kernel_cmpxchg with host atomicsRichard Henderson