summaryrefslogtreecommitdiffstats
path: root/linux-user
Commit message (Expand)AuthorAgeFilesLines
...
| * target/m68k: Implement TRAPccRichard Henderson2022-06-021-0/+1
| * target/m68k: Fix address argument for EXCP_TRACERichard Henderson2022-06-021-0/+3
| * target/m68k: Fix pc, c flag, and address argument for EXCP_DIV0Richard Henderson2022-06-021-1/+1
| * target/m68k: Fix address argument for EXCP_CHKRichard Henderson2022-06-021-1/+1
| * linux-user/m68k: Handle EXCP_TRAP1 through EXCP_TRAP15Richard Henderson2022-06-021-0/+4
| * target/m68k: Raise the TRAPn exception with the correct pcRichard Henderson2022-06-021-1/+0Star
* | linux-user: Add PowerPC ISA 3.1 and MMA to hwcapJoel Stanley2022-05-261-0/+4
|/
* linux-user/host/s390: Treat EX and EXRL as writesIlya Leoshkevich2022-05-231-0/+7
* linux-user/s390x: Fix unwinding from signal handlersIlya Leoshkevich2022-05-231-0/+5
* linux-user: Remove pointless CPU{ARCH}State castsPhilippe Mathieu-Daudé2022-05-233-28/+25Star
* linux-user: Have do_syscall() use CPUArchState* instead of void*Philippe Mathieu-Daudé2022-05-236-129/+129
* linux-user/elfload: Remove pointless non-const CPUArchState castPhilippe Mathieu-Daudé2022-05-231-1/+1
* linux-user/syscall.c: fix build without RLIMIT_RTTIMEFabrice Fontaine2022-05-231-0/+2
* linux-user: Clean up arg_start/arg_end confusionRichard Henderson2022-05-234-12/+26
* Clean up decorations and whitespace around header guardsMarkus Armbruster2022-05-111-1/+1
* linux-user/nios2: Handle various SIGILL exceptionsRichard Henderson2022-04-261-0/+12
* target/nios2: Advance pc when raising exceptionsRichard Henderson2022-04-261-6/+2Star
* target/nios2: Implement Misaligned destination exceptionRichard Henderson2022-04-261-0/+6
* target/nios2: Support division error exceptionRichard Henderson2022-04-261-0/+4
* linux-user/nios2: Only initialize SP and PC in target_cpu_copy_regsRichard Henderson2022-04-262-23/+0Star
* target/nios2: Split PC out of env->regs[]Richard Henderson2022-04-263-14/+13Star
* linux-user/nios2: Use force_sig_fault for EXCP_DEBUGRichard Henderson2022-04-261-5/+1Star
* target/nios2: Remove nios2_cpu_record_sigsegvRichard Henderson2022-04-261-10/+0Star
* linux-user/nios2: Use QEMU_ESIGRETURN from do_rt_sigreturnRichard Henderson2022-04-261-8/+4Star
* linux-user/nios2: Remove do_sigreturnRichard Henderson2022-04-261-7/+0Star
* linux-user/nios2: Handle special qemu syscall return valuesRichard Henderson2022-04-261-0/+8
* linux-user/nios2: Adjust error returnRichard Henderson2022-04-261-2/+7
* linux-user/nios2: Drop syscall 0 "workaround"Richard Henderson2022-04-261-4/+0Star
* linux-user/nios2: Fix clone child returnRichard Henderson2022-04-261-0/+1
* linux-user/nios2: Hoist pc advance to the top of EXCP_TRAPRichard Henderson2022-04-261-2/+8
* target/arm: Change CPUArchState.thumb to boolRichard Henderson2022-04-221-1/+1
* compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau2022-04-212-2/+3
* include: rename qemu-common.h qemu/help-texts.hMarc-André Lureau2022-04-211-1/+1
* Merge tag 'pull-tcg-20220420' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson2022-04-211-1/+0Star
|\
| * Don't include sysemu/tcg.h if it is not necessaryThomas Huth2022-04-201-1/+0Star
* | linux-user: Use qemu_set_log_filename_flagsRichard Henderson2022-04-201-6/+5Star
* | linux-user: Expand log_page_dump inlineRichard Henderson2022-04-202-16/+36
* | util/log: Pass Error pointer to qemu_set_logRichard Henderson2022-04-201-1/+1
* | util/log: Drop manual log bufferingRichard Henderson2022-04-201-1/+0Star
|/
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-0616-16/+0Star
* Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau2022-04-062-3/+3
* Replace TARGET_WORDS_BIGENDIANMarc-André Lureau2022-04-0614-20/+20
* Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau2022-04-064-9/+8Star
* linux-user/ppc: Narrow type of ccr in save_user_regsRichard Henderson2022-04-041-1/+1
* linux-user/sh4/termbits: Silence warning about TIOCSER_TEMT double definitionThomas Huth2022-03-311-1/+1
* linux-user/arm: Implement __kernel_cmpxchg64 with host atomicsRichard Henderson2022-03-231-39/+36Star
* linux-user/arm: Implement __kernel_cmpxchg with host atomicsRichard Henderson2022-03-231-25/+62
* linux-user/arm: Implement __kernel_memory_barrierRichard Henderson2022-03-231-1/+1
* linux-user: Fix missing space in error messageFergus Henderson2022-03-221-1/+1
* linux-user: Properly handle sigset arg to ppollRichard Henderson2022-03-221-17/+7Star