summaryrefslogtreecommitdiff
path: root/linux-user
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Revert "linux-user/arm: Take more care allocating commpage"Richard Henderson2023-04-041-27/+10
* linux-user/mips: Use P5600 as default CPU to run NaN2008 ELF binariesPhilippe Mathieu-Daudé2023-03-301-0/+3
* linux-user/sparc: Don't use 16-bit UIDs on SPARC V9Philippe Mathieu-Daudé2023-03-301-1/+1
* linux-user/arm: Take more care allocating commpageRichard Henderson2023-03-281-10/+27
* include/exec: Change reserved_va semantics to last byteRichard Henderson2023-03-284-24/+23
* linux-user: Pass last not end to probe_guest_baseRichard Henderson2023-03-283-19/+19
* accel/tcg: Pass last not end to page_reset_target_dataRichard Henderson2023-03-281-1/+1
* accel/tcg: Pass last not end to page_set_flagsRichard Henderson2023-03-283-15/+16
* linux-user: Diagnose misaligned -R sizeRichard Henderson2023-03-281-0/+6
* *: Add missing includes of qemu/plugin.hRichard Henderson2023-03-222-0/+2
* *: Add missing includes of qemu/error-report.hRichard Henderson2023-03-221-0/+1
* Merge tag 'linux-user-for-8.0-pull-request' of https://gitlab.com/laurent_viv...Peter Maydell2023-03-1216-138/+518
|\
| * linux-user: fix bug about incorrect base addresss of gdt on i386 and x86_64fanwj@mail.ustc.edu.cn2023-03-102-0/+17
| * linux-user/sparc: Handle tag overflow trapsRichard Henderson2023-03-103-1/+9
| * linux-user/sparc: Handle floating-point exceptionsRichard Henderson2023-03-101-0/+22
| * linux-user/sparc: Handle unimplemented flush trapRichard Henderson2023-03-101-0/+3
| * linux-user/sparc: Handle coprocessor disabled trapRichard Henderson2023-03-101-0/+4
| * linux-user/sparc: Handle privilidged action trapRichard Henderson2023-03-101-0/+6
| * linux-user/sparc: Handle priviledged opcode trapRichard Henderson2023-03-101-0/+3
| * linux-user/sparc: Handle getcc, setcc, getpsr trapsRichard Henderson2023-03-101-3/+59
| * linux-user/sparc: Handle division by zero trapsRichard Henderson2023-03-101-0/+5
| * linux-user/sparc: Handle software breakpoint trapRichard Henderson2023-03-101-3/+5
| * linux-user/sparc: Fix sparc64_{get, set}_context trapsRichard Henderson2023-03-102-28/+29
| * linux-user/sparc: Tidy window spill/fill trapsRichard Henderson2023-03-101-10/+13
| * linux-user/sparc: Use TT_TRAP for flush windowsRichard Henderson2023-03-101-4/+3
| * linux-user/sparc: Tidy syscall error returnRichard Henderson2023-03-101-10/+5
| * linux-user/sparc: Tidy syscall trapRichard Henderson2023-03-101-7/+7
| * linux-user: Emulate CLONE_PIDFD flag in clone()Helge Deller2023-03-102-1/+35
| * linux-user: Add translation for argument of msync()Helge Deller2023-03-105-2/+33
| * linux-user: handle netlink flag NLA_F_NESTEDMathis Marion2023-03-101-2/+2
| * linux-user: fix sockaddr_in6 endiannessMathis Marion2023-03-101-0/+5
| * linux-user: Add strace for prlimit64() syscallHelge Deller2023-03-102-1/+90