aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)AuthorFilesLines
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
2023-03-22*: Add missing includes of qemu/error-report.hRichard Henderson1-0/+1
2023-03-12Merge tag 'linux-user-for-8.0-pull-request' of https://gitlab.com/laurent_viv...Peter Maydell16-138/+518
2023-03-10linux-user: fix bug about incorrect base addresss of gdt on i386 and x86_64fanwj@mail.ustc.edu.cn2-0/+17
2023-03-10linux-user/sparc: Handle tag overflow trapsRichard Henderson3-1/+9
2023-03-10linux-user/sparc: Handle floating-point exceptionsRichard Henderson1-0/+22
2023-03-10linux-user/sparc: Handle unimplemented flush trapRichard Henderson1-0/+3
2023-03-10linux-user/sparc: Handle coprocessor disabled trapRichard Henderson1-0/+4
2023-03-10linux-user/sparc: Handle privilidged action trapRichard Henderson1-0/+6
2023-03-10linux-user/sparc: Handle priviledged opcode trapRichard Henderson1-0/+3
2023-03-10linux-user/sparc: Handle getcc, setcc, getpsr trapsRichard Henderson1-3/+59
2023-03-10linux-user/sparc: Handle division by zero trapsRichard Henderson1-0/+5
2023-03-10linux-user/sparc: Handle software breakpoint trapRichard Henderson1-3/+5
2023-03-10linux-user/sparc: Fix sparc64_{get, set}_context trapsRichard Henderson2-28/+29
2023-03-10linux-user/sparc: Tidy window spill/fill trapsRichard Henderson1-10/+13
2023-03-10linux-user/sparc: Use TT_TRAP for flush windowsRichard Henderson1-4/+3
2023-03-10linux-user/sparc: Tidy syscall error returnRichard Henderson1-10/+5
2023-03-10linux-user/sparc: Tidy syscall trapRichard Henderson1-7/+7
2023-03-10linux-user: Emulate CLONE_PIDFD flag in clone()Helge Deller2-1/+35