summaryrefslogtreecommitdiffstats
path: root/linux-user
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2018-08-232-2/+2
|\
| * qom: convert the CPU list to RCUEmilio G. Cota2018-08-232-2/+2
* | linux-user: Propagate goto fail to returnRichard Henderson2018-08-211-38/+22Star
* | linux-user: Propagate goto unimplemented to defaultRichard Henderson2018-08-211-143/+1Star
* | linux-user: Propagate goto unimplemented_nowarn to returnRichard Henderson2018-08-211-7/+4Star
* | linux-user: Propagate goto efault to returnRichard Henderson2018-08-211-166/+175
* | linux-user: Relax single exit from "break"Richard Henderson2018-08-211-582/+390Star
* | linux-user: Split out do_syscall1Richard Henderson2018-08-211-29/+48
* | linux-user: Remove DEBUGRichard Henderson2018-08-211-10/+0Star
|/
* linux-user: add QEMU_IFLA_INFO_KIND nested type for tunLaurent Vivier2018-08-201-0/+48
* linux-user: update netlink route typesLaurent Vivier2018-08-201-0/+19
* linux-user: introduce QEMU_RTA_* to use with rtattr_type_tLaurent Vivier2018-08-201-11/+45
* linux-user: fix recvmsg()/recvfrom() with netlink and MSG_TRUNCLaurent Vivier2018-08-201-2/+7
* linux-user: fix 32bit g2h()/h2g()Laurent Vivier2018-08-171-1/+1
* Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-aug-2018' int...Peter Maydell2018-08-164-1/+69
|\
| * linux-user: Add preprocessor availability control to some syscallsAleksandar Rikalo2018-08-162-1/+42
| * linux-user: Update MIPS syscall numbers up to kernel 4.18 headersAleksandar Markovic2018-08-162-0/+27
* | target/arm: Add sve-max-vq cpu property to -cpu maxRichard Henderson2018-08-161-6/+13
|/
* linux-user: ppc64: don't use volatile register during safe_syscallShivaprasad G Bhat2018-07-311-2/+6
* linux-user/mmap.c: handle invalid len maps correctlyAlex Bennée2018-07-311-3/+12
* linux-user/ppc: Implement swapcontext syscallRichard Henderson2018-07-223-0/+64
* linux-user: fix ELF load alignment errorLaurent Vivier2018-07-222-1/+10
* Zero out the host's `msg_control` bufferJonas Schievink2018-07-151-0/+2
* linux-user: fix mmap_find_vma_reserved()Laurent Vivier2018-07-151-7/+12
* linux-user: convert remaining fcntl() to safe_fcntl()Laurent Vivier2018-07-151-1/+1
* linux-user: ppc64: use the correct values for F_*LK64sShivaprasad G Bhat2018-07-151-46/+80
* linux-user: Report error message on stderr, rather than stdoutPhilippe Mathieu-Daudé2018-07-095-7/+7
* linux-user: Do not report "syscall not implemented" by defaultPhilippe Mathieu-Daudé2018-07-094-7/+7
* linux-user: Do not report "Unsupported syscall" by defaultPhilippe Mathieu-Daudé2018-07-091-1/+1
* linux-user: add gcov support to preexit_cleanupAlex Bennée2018-07-051-0/+7
* linux-user: introduce preexit_cleanupAlex Bennée2018-07-054-9/+39
* Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.0-pull-re...Peter Maydell2018-07-042-3/+7
|\
| * linux-user/strace: Improve recvmsg() outputPhilippe Mathieu-Daudé2018-07-031-1/+1
| * linux-user/strace: Improve capget()/capset() outputPhilippe Mathieu-Daudé2018-07-031-2/+2
| * linux-user: update do_setsockopt()Laurent Vivier2018-07-021-0/+2
| * linux-user: add netlink CARRIER_UP_COUNT/CARRIER_DOWN_COUNTLaurent Vivier2018-07-021-0/+2
* | Merge remote-tracking branch 'remotes/shorne/tags/pull-or-20180703' into stagingPeter Maydell2018-07-034-155/+94Star
|\ \
| * | linux-user: Fix struct sigaltstack for openriscRichard Henderson2018-07-031-1/+1
| * | linux-user: Implement signals for openriscRichard Henderson2018-07-033-154/+93Star
| |/
* | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.0-20180703' into...Peter Maydell2018-07-031-99/+22Star
|\ \
| * | target/ppc: Remove POWERPC_EXCP_STCXRichard Henderson2018-07-031-99/+22Star
| |/
* / linux-user: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-021-2/+3
|/
* target/arm: Implement ARMv8.2-DotProdRichard Henderson2018-06-291-0/+1
* target/arm: Enable SVE for aarch64-linux-userRichard Henderson2018-06-291-0/+1
* move public invalidate APIs out of translate-all.{c,h}, clean upPaolo Bonzini2018-06-281-1/+0Star
* tcg: remove tb_lockEmilio G. Cota2018-06-151-3/+0Star
* linux-user/sparc64: Add inotify_rm_watch and tee syscallsRichard Henderson2018-06-111-2/+2
* linux-user/microblaze: Fix typo in accept4 syscallRichard Henderson2018-06-111-1/+1
* linux-user/hppa: Fix typo in mknodat syscallRichard Henderson2018-06-111-1/+1
* linux-user/alpha: Fix epoll syscallsRichard Henderson2018-06-112-12/+3Star