aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)AuthorFilesLines
2019-04-25cpu: Rename parse_cpu_model() to parse_cpu_option()Eduardo Habkost1-1/+1
2019-04-18qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster7-9/+9
2019-04-18target: Simplify how the TARGET_cpu_list() printMarkus Armbruster1-1/+1
2019-04-17log: Make glib logging go through QEMUChristophe Fergeau1-0/+2
2019-04-08linux-user: rename gettid() to sys_gettid() to avoid clash with glibcDaniel P. Berrangé1-5/+6
2019-04-08linux-user: assume __NR_gettid always existsDaniel P. Berrangé1-8/+0
2019-03-22trace-events: Fix attribution of trace points to sourceMarkus Armbruster1-0/+1
2019-03-22trace-events: Shorten file names in commentsMarkus Armbruster1-1/+1
2019-03-19RISC-V: linux-user support for RVE ABIKito Cheng1-1/+14
2019-03-07linux-user: add new netlink typesLaurent Vivier1-0/+9
2019-03-07linux-user: Nicer strace output of chroot() syscallHelge Deller2-1/+13
2019-03-07linux-user: fix "may be used uninitialized" warningsMarc-André Lureau1-2/+5
2019-03-07linux-user: don't short-circuit read with zero lengthAndreas Schwab1-2/+2
2019-03-07Fix breakpoint support in Nios II user-mode emulation.Sandra Loosemore1-0/+6
2019-03-07linux-user: fix emulation of accept4/getpeername/getsockname/recvfrom syscallsAndreas Schwab1-16/+25
2019-03-07linux-user: Fix ELF_PLATFORM for aarch64_be-linux-userRichard Henderson1-1/+5
2019-03-07linux-user: Add ELF_PLATFORM for armRichard Henderson1-0/+31
2019-03-07linux-user: fix recvmsg emulationAndreas Schwab1-0/+1
2019-03-05target/arm: Implement ARMv8.4-CondMRichard Henderson1-0/+1
2019-03-05target/arm: Implement ARMv8.0-SBRichard Henderson1-0/+1
2019-02-28linux-user: Enable HWCAP_ASIMDFHM, HWCAP_JSCVTRichard Henderson1-0/+2
2019-02-18s390x: Fix the confusing contributions-after-2012 license statementsThomas Huth1-11/+8
2019-02-15linux-user/elfload: enable HWCAP_CPUID for AArch64Alex Bennée1-0/+1
2019-02-14target/mips: reimplement SC instruction emulation and use cmpxchgLeon Alrae1-73/+0
2019-02-11RISC-V: Use riscv prefix consistently on cpu helpersMichael Clark1-2/+2
2019-02-07linux-user: add new netlink typesLaurent Vivier1-0/+8
2019-02-07linux-user: Check sscanf return value in open_net_route()Peter Maydell1-3/+9
2019-02-07Fix linux-user crashes in ioctl(SIOCGIFCONF) when ifc_buf is NULL.Kan Li1-25/+31
2019-02-05linux-user: Implement PR_PAC_RESET_KEYSRichard Henderson2-0/+43
2019-02-01linux-user: Initialize aarch64 pac keysRichard Henderson2-2/+31
2019-02-01aarch64-linux-user: Enable HWCAP bits for PAuthRichard Henderson1-0/+1
2019-02-01aarch64-linux-user: Update HWCAP bits from linux 5.0-rc1Richard Henderson1-0/+9
2019-01-30target/m68k: Fix LGPL information in the file headersThomas Huth2-3/+3
2019-01-22linux-user: Fix compilation with clang 3.4Thomas Huth1-5/+1
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini8-28/+28
2019-01-11remove space-tab sequencesPaolo Bonzini4-5/+5
2019-01-11qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini1-1/+1
2019-01-10Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-4.0-pull-re...Peter Maydell1-4/+57
2019-01-10linux-user: make pwrite64/pread64(fd, NULL, 0, offset) return 0Peter Maydell1-4/+18
2019-01-10Add getsockopt for settable SOL_IPV6 optionsTom Deseyn1-0/+39
2019-01-09target/ppc: move FP and VMX registers into aligned vsr register arrayMark Cave-Ayland1-12/+16
2018-12-26linux-user: Add safe_syscall for riscv64 hostRichard Henderson2-0/+100
2018-12-26linux-user: Add host dependency for RISC-V 64-bitAlistair Francis1-0/+11
2018-12-26linux-user: Add host dependency for RISC-V 32-bitAlistair Francis1-0/+11
2018-11-17linux-user: Update MIPS specific prctl() implementationStefan Markovic1-0/+18
2018-11-15linux-user/sparc/signal.c: Remove dead codePeter Maydell1-8/+8
2018-11-12linux-user: Add support for SO_REUSEPORTYunqiang Su2-0/+13
2018-11-12linux-user: Clean up nios2 main loop signal handlingPeter Maydell1-11/+6
2018-11-12linux-user: Don't call gdb_handlesig() before queue_signal()Peter Maydell16-151/+62
2018-11-12linux-user: Remove dead error-checking codePeter Maydell3-9/+0