aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)Author
2023-05-18Merge tag 'pull-hex-20230518-1' of https://github.com/quic/qemu into stagingRichard Henderson
2023-05-18Hexagon (linux-user/hexagon): handle breakpointsMatheus Tavares Bernardino
2023-05-18Hexagon: append eflags to unknown cpu model stringMatheus Tavares Bernardino
2023-05-18Hexagon (target/hexagon) Add support for v68/v69/v71/v73Taylor Simpson
2023-05-17Merge tag 'linux-user-for-8.1-pull-request' of https://github.com/vivier/qemu...Richard Henderson
2023-05-17linux-user: fix getgroups/setgroups allocationsMichael Tokarev
2023-05-17linux-user: Fix mips fp64 executables loadingDaniil Kovalev
2023-05-17linux-user: Don't require PROT_READ for mincoreThomas Weißschuh
2023-05-17linux-user: Add new flag VERIFY_NONEThomas Weißschuh
2023-05-17linux-user/main: Use list_cpus() instead of cpu_list()Thomas Huth
2023-05-17linux-user: Add open_tree() syscallThomas Weißschuh
2023-05-17linux-user: Add move_mount() syscallThomas Weißschuh
2023-05-17linux-user: report ENOTTY for unknown ioctlsThomas Weißschuh
2023-05-17linux-user: Emulate /proc/cpuinfo output for riscvAfonso Bordado
2023-05-11cpu: expose qemu_cpu_list_lock for lock-guard useJamie Iles
2023-05-11disas: Remove target_ulong from the interfaceRichard Henderson
2023-05-06Merge tag 'pull-loongarch-20230506' of https://gitlab.com/gaosong/qemu into s...Richard Henderson
2023-05-06target/loongarch: Add LSX data type VRegSong Gao
2023-05-05ppc: spapr: cleanup cr get/set with helpers.Harsh Prateek Bora
2023-05-02linux-user: Add '-one-insn-per-tb' option equivalent to '-singlestep'Peter Maydell
2023-05-02accel/tcg: Use one_insn_per_tb global instead of old singlestep globalPeter Maydell
2023-05-02make one-insn-per-tb an accel optionPeter Maydell
2023-04-04Revert "linux-user/arm: Take more care allocating commpage"Richard Henderson
2023-03-30linux-user/mips: Use P5600 as default CPU to run NaN2008 ELF binariesPhilippe Mathieu-Daudé
2023-03-30linux-user/sparc: Don't use 16-bit UIDs on SPARC V9Philippe Mathieu-Daudé
2023-03-28linux-user/arm: Take more care allocating commpageRichard Henderson
2023-03-28include/exec: Change reserved_va semantics to last byteRichard Henderson
2023-03-28linux-user: Pass last not end to probe_guest_baseRichard Henderson
2023-03-28accel/tcg: Pass last not end to page_reset_target_dataRichard Henderson
2023-03-28accel/tcg: Pass last not end to page_set_flagsRichard Henderson
2023-03-28linux-user: Diagnose misaligned -R sizeRichard Henderson
2023-03-22*: Add missing includes of qemu/plugin.hRichard Henderson
2023-03-22*: Add missing includes of qemu/error-report.hRichard Henderson
2023-03-12Merge tag 'linux-user-for-8.0-pull-request' of https://gitlab.com/laurent_viv...Peter Maydell
2023-03-10linux-user: fix bug about incorrect base addresss of gdt on i386 and x86_64fanwj@mail.ustc.edu.cn
2023-03-10linux-user/sparc: Handle tag overflow trapsRichard Henderson
2023-03-10linux-user/sparc: Handle floating-point exceptionsRichard Henderson
2023-03-10linux-user/sparc: Handle unimplemented flush trapRichard Henderson
2023-03-10linux-user/sparc: Handle coprocessor disabled trapRichard Henderson
2023-03-10linux-user/sparc: Handle privilidged action trapRichard Henderson
2023-03-10linux-user/sparc: Handle priviledged opcode trapRichard Henderson
2023-03-10linux-user/sparc: Handle getcc, setcc, getpsr trapsRichard Henderson
2023-03-10linux-user/sparc: Handle division by zero trapsRichard Henderson
2023-03-10linux-user/sparc: Handle software breakpoint trapRichard Henderson
2023-03-10linux-user/sparc: Fix sparc64_{get, set}_context trapsRichard Henderson
2023-03-10linux-user/sparc: Tidy window spill/fill trapsRichard Henderson
2023-03-10linux-user/sparc: Use TT_TRAP for flush windowsRichard Henderson
2023-03-10linux-user/sparc: Tidy syscall error returnRichard Henderson
2023-03-10linux-user/sparc: Tidy syscall trapRichard Henderson
2023-03-10linux-user: Emulate CLONE_PIDFD flag in clone()Helge Deller