aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)AuthorFilesLines
2023-07-08linux-user: Improve strace output of pread64() and pwrite64()Helge Deller2-2/+21
2023-07-08linux-user: Fix accept4(SOCK_NONBLOCK) syscallHelge Deller1-1/+11
2023-07-08linux-user: Fix fcntl() and fcntl64() to return O_LARGEFILE for 32-bit targetsHelge Deller1-0/+4
2023-07-03linux-user: Emulate /proc/self/smapsIlya Leoshkevich1-1/+57
2023-07-03linux-user: Add "safe" parameter to do_guest_openat()Ilya Leoshkevich2-6/+14
2023-07-03linux-user: Expose do_guest_openat() and do_guest_readlink()Ilya Leoshkevich2-19/+38
2023-07-01linux-user: Avoid mmap of the last byte of the reserved_vaRichard Henderson1-4/+10
2023-06-29target/i386: emulate 64-bit ring 0 for linux-user if LM feature is setPaolo Bonzini1-30/+27
2023-06-26target/i386: implement SYSCALL/SYSRET in 32-bit emulatorsPaolo Bonzini1-4/+5
2023-06-13linux-user, bsd-user: Preserve incoming order of environment variables in the...Andreas Schwab1-1/+9
2023-06-10linux-user: elfload: Specify -R is an option for qemu-user binariesAndrew Jeffery1-1/+2
2023-06-10linux-user: elfload: s/min_mmap_addr/mmap_min_addr/Andrew Jeffery1-1/+1
2023-06-10linux-user: Return EINVAL for getgroups() with negative gidsetsizePeter Maydell1-2/+2
2023-06-09linux-user: add comments for TARGET_NR_[gs]etgroups{,32}Michael Tokarev1-4/+4
2023-06-05linux-user: Emulate /proc/cpuinfo on s390xIlya Leoshkevich1-2/+104
2023-06-05linux-user/elfload: Introduce elf_hwcap_str() on s390xIlya Leoshkevich2-0/+28
2023-06-05linux-user/elfload: Expose get_elf_hwcap() on s390xIlya Leoshkevich2-1/+5
2023-06-05linux-user/s390x: Fix single-stepping SVCIlya Leoshkevich1-0/+9
2023-05-18Merge tag 'pull-hex-20230518-1' of https://github.com/quic/qemu into stagingRichard Henderson2-5/+18
2023-05-18Hexagon (linux-user/hexagon): handle breakpointsMatheus Tavares Bernardino1-0/+3
2023-05-18Hexagon: append eflags to unknown cpu model stringMatheus Tavares Bernardino1-1/+6
2023-05-18Hexagon (target/hexagon) Add support for v68/v69/v71/v73Taylor Simpson1-4/+9
2023-05-17Merge tag 'linux-user-for-8.1-pull-request' of https://github.com/vivier/qemu...Richard Henderson4-42/+176
2023-05-17linux-user: fix getgroups/setgroups allocationsMichael Tokarev1-31/+68
2023-05-17linux-user: Fix mips fp64 executables loadingDaniil Kovalev1-1/+4
2023-05-17linux-user: Don't require PROT_READ for mincoreThomas Weißschuh1-1/+1
2023-05-17linux-user: Add new flag VERIFY_NONEThomas Weißschuh1-0/+1
2023-05-17linux-user/main: Use list_cpus() instead of cpu_list()Thomas Huth1-4/+1
2023-05-17linux-user: Add open_tree() syscallThomas Weißschuh1-0/+33
2023-05-17linux-user: Add move_mount() syscallThomas Weißschuh1-0/+33
2023-05-17linux-user: report ENOTTY for unknown ioctlsThomas Weißschuh1-3/+3
2023-05-17linux-user: Emulate /proc/cpuinfo output for riscvAfonso Bordado1-2/+32
2023-05-11cpu: expose qemu_cpu_list_lock for lock-guard useJamie Iles1-6/+7
2023-05-11disas: Remove target_ulong from the interfaceRichard Henderson1-2/+3
2023-05-06Merge tag 'pull-loongarch-20230506' of https://gitlab.com/gaosong/qemu into s...Richard Henderson1-2/+2
2023-05-06target/loongarch: Add LSX data type VRegSong Gao1-2/+2
2023-05-05ppc: spapr: cleanup cr get/set with helpers.Harsh Prateek Bora2-10/+3
2023-05-02linux-user: Add '-one-insn-per-tb' option equivalent to '-singlestep'Peter Maydell1-3/+6
2023-05-02accel/tcg: Use one_insn_per_tb global instead of old singlestep globalPeter Maydell1-1/+0
2023-05-02make one-insn-per-tb an accel optionPeter Maydell1-2/+6
2023-04-04Revert "linux-user/arm: Take more care allocating commpage"Richard Henderson1-27/+10
2023-03-30linux-user/mips: Use P5600 as default CPU to run NaN2008 ELF binariesPhilippe Mathieu-Daudé1-0/+3
2023-03-30linux-user/sparc: Don't use 16-bit UIDs on SPARC V9Philippe Mathieu-Daudé1-1/+1
2023-03-28linux-user/arm: Take more care allocating commpageRichard Henderson1-10/+27
2023-03-28include/exec: Change reserved_va semantics to last byteRichard Henderson4-24/+23
2023-03-28linux-user: Pass last not end to probe_guest_baseRichard Henderson3-19/+19
2023-03-28accel/tcg: Pass last not end to page_reset_target_dataRichard Henderson1-1/+1
2023-03-28accel/tcg: Pass last not end to page_set_flagsRichard Henderson3-15/+16
2023-03-28linux-user: Diagnose misaligned -R sizeRichard Henderson1-0/+6
2023-03-22*: Add missing includes of qemu/plugin.hRichard Henderson2-0/+2