summaryrefslogtreecommitdiffstats
path: root/linux-user
Commit message (Expand)AuthorAgeFilesLines
* 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
| * linux-user: Introduce host_signal_maskRichard Henderson2022-02-0812-10/+63
* | Merge remote-tracking branch 'remotes/legoater/tags/pull-ppc-20220210' into s...Peter Maydell2022-02-131-16/+0Star
|\ \
| * | target/ppc: Remove PowerPC 601 CPUsCédric Le Goater2022-02-091-16/+0Star
| |/
* / linux-user: Remove the deprecated ppc64abi32 targetThomas Huth2022-02-094-15/+10Star
|/
* linux-user/syscall: Translate TARGET_RLIMIT_RTTIMESerge Belyshev2022-02-012-0/+3
* linux-user: Move generic TARGET_RLIMIT* definitions to generic/target_resource.hSerge Belyshev2022-02-0122-52/+117
* linux-user: Implement starttime field in self stat emulationCameron Esfahani2022-01-283-0/+20
* linux-user: sigprocmask check read perms firstPatrick Venture2022-01-271-5/+7
* linux-user: rt_sigprocmask, check read perms firstShu-Chun Weng2022-01-271-5/+7
* linux-user: Fix inotify on aarch64Paul Brook2022-01-272-43/+12Star
* linux-user/alpha: Fix target rlimits for alpha and rearrange for claritySerge Belyshev2022-01-271-35/+32Star
* linux-user: Remove unnecessary 'aligned' attribute from TaskStatePeter Maydell2022-01-271-5/+1Star
* Merge remote-tracking branch 'remotes/stsquad/tags/pull-for-7.0-180122-2' int...Peter Maydell2022-01-191-6/+29
|\
| * linux-user: don't adjust base of found holeAlex Bennée2022-01-181-3/+2Star
| * linux-user/elfload: add extra logging for hole findingAlex Bennée2022-01-181-0/+18
| * linux-user: expand reserved brk space for 64bit guestsAlex Bennée2022-01-181-3/+9