summaryrefslogtreecommitdiffstats
path: root/linux-user
Commit message (Expand)AuthorAgeFilesLines
* target/alpha: Fix user-only floating-point exceptionsRichard Henderson2019-05-192-56/+53Star
* Clean up ill-advised or unusual header guardsMarkus Armbruster2019-05-133-8/+8
* linux-user/nios2 linux-user/riscv: Clean up header guardsMarkus Armbruster2019-05-137-17/+17
* Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-4.1-pull-re...Peter Maydell2019-05-106-13/+69
|\
| * linux-user: fix GPROF build failureAlex Bennée2019-05-102-3/+3
| * linux-user: avoid treading on gprof's SIGPROF signalsAlex Bennée2019-05-101-0/+5
| * linux-user: elf: Map empty PT_LOAD segmentsGiuseppe Musacchio2019-05-101-5/+13
| * The ioctl(SIOCGIFNAME) call requires a struct ifreq.Erik Kline2019-05-101-1/+1
| * linux-user: avoid string truncation warnings in uname field copyingDaniel P. Berrangé2019-05-091-3/+2Star
| * linux-user/elfload: Fix GCC 9 build warningsAlistair Francis2019-05-091-1/+1
| * linux-user: Add missing IPV6 sockoptsHelge Deller2019-05-091-0/+44
* | target/sh4: Fix LGPL information in the file headersThomas Huth2019-05-082-2/+2
* | target/openrisc: Fix LGPL information in the file headersThomas Huth2019-05-082-2/+2
|/
* cpu: Rename parse_cpu_model() to parse_cpu_option()Eduardo Habkost2019-04-251-1/+1
* qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster2019-04-187-9/+9
* target: Simplify how the TARGET_cpu_list() printMarkus Armbruster2019-04-181-1/+1
* log: Make glib logging go through QEMUChristophe Fergeau2019-04-171-0/+2
* linux-user: rename gettid() to sys_gettid() to avoid clash with glibcDaniel P. Berrangé2019-04-081-5/+6
* linux-user: assume __NR_gettid always existsDaniel P. Berrangé2019-04-081-8/+0Star
* trace-events: Fix attribution of trace points to sourceMarkus Armbruster2019-03-221-0/+1
* trace-events: Shorten file names in commentsMarkus Armbruster2019-03-221-1/+1
* RISC-V: linux-user support for RVE ABIKito Cheng2019-03-191-1/+14
* linux-user: add new netlink typesLaurent Vivier2019-03-071-0/+9
* linux-user: Nicer strace output of chroot() syscallHelge Deller2019-03-072-1/+13
* linux-user: fix "may be used uninitialized" warningsMarc-André Lureau2019-03-071-2/+5
* linux-user: don't short-circuit read with zero lengthAndreas Schwab2019-03-071-2/+2
* Fix breakpoint support in Nios II user-mode emulation.Sandra Loosemore2019-03-071-0/+6
* linux-user: fix emulation of accept4/getpeername/getsockname/recvfrom syscallsAndreas Schwab2019-03-071-16/+25
* linux-user: Fix ELF_PLATFORM for aarch64_be-linux-userRichard Henderson2019-03-071-1/+5
* linux-user: Add ELF_PLATFORM for armRichard Henderson2019-03-071-0/+31
* linux-user: fix recvmsg emulationAndreas Schwab2019-03-071-0/+1
* target/arm: Implement ARMv8.4-CondMRichard Henderson2019-03-051-0/+1
* target/arm: Implement ARMv8.0-SBRichard Henderson2019-03-051-0/+1
* linux-user: Enable HWCAP_ASIMDFHM, HWCAP_JSCVTRichard Henderson2019-02-281-0/+2
* s390x: Fix the confusing contributions-after-2012 license statementsThomas Huth2019-02-181-11/+8Star
* linux-user/elfload: enable HWCAP_CPUID for AArch64Alex Bennée2019-02-151-0/+1
* target/mips: reimplement SC instruction emulation and use cmpxchgLeon Alrae2019-02-141-73/+0Star
* RISC-V: Use riscv prefix consistently on cpu helpersMichael Clark2019-02-121-2/+2
* linux-user: add new netlink typesLaurent Vivier2019-02-071-0/+8
* linux-user: Check sscanf return value in open_net_route()Peter Maydell2019-02-071-3/+9
* Fix linux-user crashes in ioctl(SIOCGIFCONF) when ifc_buf is NULL.Kan Li2019-02-071-25/+31
* linux-user: Implement PR_PAC_RESET_KEYSRichard Henderson2019-02-052-0/+43
* linux-user: Initialize aarch64 pac keysRichard Henderson2019-02-012-2/+31
* aarch64-linux-user: Enable HWCAP bits for PAuthRichard Henderson2019-02-011-0/+1
* aarch64-linux-user: Update HWCAP bits from linux 5.0-rc1Richard Henderson2019-02-011-0/+9
* target/m68k: Fix LGPL information in the file headersThomas Huth2019-01-302-3/+3
* linux-user: Fix compilation with clang 3.4Thomas Huth2019-01-221-5/+1Star
* avoid TABs in files that only contain a fewPaolo Bonzini2019-01-118-28/+28
* remove space-tab sequencesPaolo Bonzini2019-01-114-5/+5
* qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini2019-01-111-1/+1