aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)AuthorFilesLines
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
2022-04-20Merge tag 'pull-tcg-20220420' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson1-1/+0
2022-04-20Don't include sysemu/tcg.h if it is not necessaryThomas Huth1-1/+0
2022-04-20linux-user: Use qemu_set_log_filename_flagsRichard Henderson1-6/+5
2022-04-20linux-user: Expand log_page_dump inlineRichard Henderson2-16/+36
2022-04-20util/log: Pass Error pointer to qemu_set_logRichard Henderson1-1/+1
2022-04-20util/log: Drop manual log bufferingRichard Henderson1-1/+0
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau16-16/+0
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau2-3/+3
2022-04-06Replace TARGET_WORDS_BIGENDIANMarc-André Lureau14-20/+20
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau4-9/+8
2022-04-04linux-user/ppc: Narrow type of ccr in save_user_regsRichard Henderson1-1/+1
2022-03-31linux-user/sh4/termbits: Silence warning about TIOCSER_TEMT double definitionThomas Huth1-1/+1
2022-03-23linux-user/arm: Implement __kernel_cmpxchg64 with host atomicsRichard Henderson1-39/+36
2022-03-23linux-user/arm: Implement __kernel_cmpxchg with host atomicsRichard Henderson1-25/+62
2022-03-23linux-user/arm: Implement __kernel_memory_barrierRichard Henderson1-1/+1
2022-03-22linux-user: Fix missing space in error messageFergus Henderson1-1/+1
2022-03-22linux-user: Properly handle sigset arg to ppollRichard Henderson1-17/+7
2022-03-22linux-user: Properly handle sigset arg to epoll_pwaitRichard Henderson1-15/+7
2022-03-22linux-user: Properly handle sigset arg to pselectRichard Henderson1-20/+10
2022-03-22linux-user: Split out helpers for sigsuspendRichard Henderson3-23/+66
2022-03-22linux-user/alpha: Fix sigsuspend for big-endian hostsRichard Henderson1-1/+2
2022-03-22linux-user: Fix syscall parameter handling for MIPS n32WANG Xuerui1-3/+3
2022-03-21Merge tag 'pull-misc-2022-03-21' of git://repo.or.cz/qemu/armbru into stagingPeter Maydell1-1/+1
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster1-1/+1
2022-03-20ppc64: Avoid pt_regs struct definitionKhem Raj2-39/+41
2022-03-08linux-user/ppc: deliver SIGTRAP on POWERPC_EXCP_TRAPMatheus Ferst1-1/+2
2022-03-08linux-user: Remove stale "not threadsafe" commentsPeter Maydell1-2/+0
2022-02-21linux-user: Add missing "qemu/timer.h" includePhilippe Mathieu-Daudé2-0/+2
2022-02-14Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20220211' into...Peter Maydell13-107/+185
2022-02-13Merge remote-tracking branch 'remotes/legoater/tags/pull-ppc-20220210' into s...Peter Maydell1-16/+0
2022-02-09linux-user: Remove the deprecated ppc64abi32 targetThomas Huth4-15/+10
2022-02-09target/ppc: Remove PowerPC 601 CPUsCédric Le Goater1-16/+0