summaryrefslogtreecommitdiffstats
path: root/linux-user
Commit message (Expand)AuthorAgeFilesLines
* 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
* linux-user: Properly handle sigset arg to epoll_pwaitRichard Henderson2022-03-221-15/+7Star
* linux-user: Properly handle sigset arg to pselectRichard Henderson2022-03-221-20/+10Star
* linux-user: Split out helpers for sigsuspendRichard Henderson2022-03-223-23/+66
* linux-user/alpha: Fix sigsuspend for big-endian hostsRichard Henderson2022-03-221-1/+2
* linux-user: Fix syscall parameter handling for MIPS n32WANG Xuerui2022-03-221-3/+3
* Merge tag 'pull-misc-2022-03-21' of git://repo.or.cz/qemu/armbru into stagingPeter Maydell2022-03-211-1/+1
|\
| * Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-03-211-1/+1
* | ppc64: Avoid pt_regs struct definitionKhem Raj2022-03-202-39/+41
|/
* linux-user/ppc: deliver SIGTRAP on POWERPC_EXCP_TRAPMatheus Ferst2022-03-081-1/+2
* linux-user: Remove stale "not threadsafe" commentsPeter Maydell2022-03-081-2/+0Star
* linux-user: Add missing "qemu/timer.h" includePhilippe Mathieu-Daudé2022-02-212-0/+2
* Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20220211' into...Peter Maydell2022-02-1413-107/+185
|\
| * linux-user/include/host/sparc64: Fix host_sigcontextRichard Henderson2022-02-081-8/+9
| * linux-user: Move sparc/host-signal.h to sparc64/host-signal.hRichard Henderson2022-02-082-72/+63Star
| * linux-user: Introduce host_sigcontextRichard Henderson2022-02-0812-47/+80