summary refs log tree commit diff stats
path: root/linux-user (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* linux-user: Use abi_uint not unsigned int in syscall_defs.hRichard Henderson2023-07-151-145/+145
* linux-user: Use abi_llong not int64_t in syscall_defs.hRichard Henderson2023-07-151-15/+15
* linux-user: Use abi_ullong not uint64_t in syscall_defs.hRichard Henderson2023-07-151-36/+36
* linux-user: Use abi_int not int32_t in syscall_defs.hRichard Henderson2023-07-151-30/+30
* linux-user: Use abi_uint not uint32_t in syscall_defs.hRichard Henderson2023-07-151-54/+54
* linux-user: Remove #if 0 block in syscall_defs.hRichard Henderson2023-07-151-24/+0
* linux-user: Reformat syscall_defs.hRichard Henderson2023-07-151-996/+996
* Merge tag 'pull-riscv-to-apply-20230710-1' of https://github.com/alistair23/q...Richard Henderson2023-07-103-0/+148
|\
| * linux-user/riscv: Add syscall riscv_hwprobeRobbin Ehn2023-07-103-0/+148
* | linux-user: elfload: Add more initial s390x PSW bitsIlya Leoshkevich2023-07-101-1/+3
|/
* linux-user: Improve strace output of pread64() and pwrite64()Helge Deller2023-07-082-2/+21
* linux-user: Fix accept4(SOCK_NONBLOCK) syscallHelge Deller2023-07-081-1/+11
* linux-user: Fix fcntl() and fcntl64() to return O_LARGEFILE for 32-bit targetsHelge Deller2023-07-081-0/+4
* linux-user: Emulate /proc/self/smapsIlya Leoshkevich2023-07-031-1/+57
* linux-user: Add "safe" parameter to do_guest_openat()Ilya Leoshkevich2023-07-032-6/+14
* linux-user: Expose do_guest_openat() and do_guest_readlink()Ilya Leoshkevich2023-07-032-19/+38
* linux-user: Avoid mmap of the last byte of the reserved_vaRichard Henderson2023-07-011-4/+10
* target/i386: emulate 64-bit ring 0 for linux-user if LM feature is setPaolo Bonzini2023-06-291-30/+27
* target/i386: implement SYSCALL/SYSRET in 32-bit emulatorsPaolo Bonzini2023-06-261-4/+5
* linux-user, bsd-user: Preserve incoming order of environment variables in the...Andreas Schwab2023-06-131-1/+9
* linux-user: elfload: Specify -R is an option for qemu-user binariesAndrew Jeffery2023-06-101-1/+2
* linux-user: elfload: s/min_mmap_addr/mmap_min_addr/Andrew Jeffery2023-06-101-1/+1
* linux-user: Return EINVAL for getgroups() with negative gidsetsizePeter Maydell2023-06-101-2/+2
* linux-user: add comments for TARGET_NR_[gs]etgroups{,32}Michael Tokarev2023-06-091-4/+4
* linux-user: Emulate /proc/cpuinfo on s390xIlya Leoshkevich2023-06-051-2/+104
* linux-user/elfload: Introduce elf_hwcap_str() on s390xIlya Leoshkevich2023-06-052-0/+28
* linux-user/elfload: Expose get_elf_hwcap() on s390xIlya Leoshkevich2023-06-052-1/+5
* linux-user/s390x: Fix single-stepping SVCIlya Leoshkevich2023-06-051-0/+9
* Merge tag 'pull-hex-20230518-1' of https://github.com/quic/qemu into stagingRichard Henderson2023-05-182-5/+18
|\
| * Hexagon (linux-user/hexagon): handle breakpointsMatheus Tavares Bernardino2023-05-181-0/+3
| * Hexagon: append eflags to unknown cpu model stringMatheus Tavares Bernardino2023-05-181-1/+6
| * Hexagon (target/hexagon) Add support for v68/v69/v71/v73Taylor Simpson2023-05-181-4/+9
* | Merge tag 'linux-user-for-8.1-pull-request' of https://github.com/vivier/qemu...Richard Henderson2023-05-174-42/+176
|\ \ | |/ |/|
| * linux-user: fix getgroups/setgroups allocationsMichael Tokarev2023-05-171-31/+68
| * linux-user: Fix mips fp64 executables loadingDaniil Kovalev2023-05-171-1/+4
| * linux-user: Don't require PROT_READ for mincoreThomas Weißschuh2023-05-171-1/+1
| * linux-user: Add new flag VERIFY_NONEThomas Weißschuh2023-05-171-0/+1
| * linux-user/main: Use list_cpus() instead of cpu_list()Thomas Huth2023-05-171-4/+1
| * linux-user: Add open_tree() syscallThomas Weißschuh2023-05-171-0/+33
| * linux-user: Add move_mount() syscallThomas Weißschuh2023-05-171-0/+33
| * linux-user: report ENOTTY for unknown ioctlsThomas Weißschuh2023-05-171-3/+3
| * linux-user: Emulate /proc/cpuinfo output for riscvAfonso Bordado2023-05-171-2/+32
* | cpu: expose qemu_cpu_list_lock for lock-guard useJamie Iles2023-05-111-6/+7
* | disas: Remove target_ulong from the interfaceRichard Henderson2023-05-111-2/+3
* | Merge tag 'pull-loongarch-20230506' of https://gitlab.com/gaosong/qemu into s...Richard Henderson2023-05-061-2/+2
|\ \
| * | target/loongarch: Add LSX data type VRegSong Gao2023-05-061-2/+2
* | | ppc: spapr: cleanup cr get/set with helpers.Harsh Prateek Bora2023-05-052-10/+3
|/ /
* | linux-user: Add '-one-insn-per-tb' option equivalent to '-singlestep'Peter Maydell2023-05-021-3/+6
* | accel/tcg: Use one_insn_per_tb global instead of old singlestep globalPeter Maydell2023-05-021-1/+0
* | make one-insn-per-tb an accel optionPeter Maydell2023-05-021-2/+6
|/