Age | Commit message (Expand) | Author |
2023-05-17 | Merge tag 'linux-user-for-8.1-pull-request' of https://github.com/vivier/qemu... | Richard Henderson |
2023-05-17 | linux-user: fix getgroups/setgroups allocations | Michael Tokarev |
2023-05-17 | linux-user: Fix mips fp64 executables loading | Daniil Kovalev |
2023-05-17 | linux-user: Don't require PROT_READ for mincore | Thomas Weißschuh |
2023-05-17 | linux-user: Add new flag VERIFY_NONE | Thomas Weißschuh |
2023-05-17 | linux-user/main: Use list_cpus() instead of cpu_list() | Thomas Huth |
2023-05-17 | linux-user: Add open_tree() syscall | Thomas Weißschuh |
2023-05-17 | linux-user: Add move_mount() syscall | Thomas Weißschuh |
2023-05-17 | linux-user: report ENOTTY for unknown ioctls | Thomas Weißschuh |
2023-05-17 | linux-user: Emulate /proc/cpuinfo output for riscv | Afonso Bordado |
2023-05-11 | cpu: expose qemu_cpu_list_lock for lock-guard use | Jamie Iles |
2023-05-11 | disas: Remove target_ulong from the interface | Richard Henderson |
2023-05-06 | Merge tag 'pull-loongarch-20230506' of https://gitlab.com/gaosong/qemu into s... | Richard Henderson |
2023-05-06 | target/loongarch: Add LSX data type VReg | Song Gao |
2023-05-05 | ppc: spapr: cleanup cr get/set with helpers. | Harsh Prateek Bora |
2023-05-02 | linux-user: Add '-one-insn-per-tb' option equivalent to '-singlestep' | Peter Maydell |
2023-05-02 | accel/tcg: Use one_insn_per_tb global instead of old singlestep global | Peter Maydell |
2023-05-02 | make one-insn-per-tb an accel option | Peter Maydell |
2023-04-04 | Revert "linux-user/arm: Take more care allocating commpage" | Richard Henderson |
2023-03-30 | linux-user/mips: Use P5600 as default CPU to run NaN2008 ELF binaries | Philippe Mathieu-Daudé |
2023-03-30 | linux-user/sparc: Don't use 16-bit UIDs on SPARC V9 | Philippe Mathieu-Daudé |
2023-03-28 | linux-user/arm: Take more care allocating commpage | Richard Henderson |
2023-03-28 | include/exec: Change reserved_va semantics to last byte | Richard Henderson |
2023-03-28 | linux-user: Pass last not end to probe_guest_base | Richard Henderson |
2023-03-28 | accel/tcg: Pass last not end to page_reset_target_data | Richard Henderson |
2023-03-28 | accel/tcg: Pass last not end to page_set_flags | Richard Henderson |
2023-03-28 | linux-user: Diagnose misaligned -R size | Richard Henderson |
2023-03-22 | *: Add missing includes of qemu/plugin.h | Richard Henderson |
2023-03-22 | *: Add missing includes of qemu/error-report.h | Richard Henderson |
2023-03-12 | Merge tag 'linux-user-for-8.0-pull-request' of https://gitlab.com/laurent_viv... | Peter Maydell |
2023-03-10 | linux-user: fix bug about incorrect base addresss of gdt on i386 and x86_64 | fanwj@mail.ustc.edu.cn |
2023-03-10 | linux-user/sparc: Handle tag overflow traps | Richard Henderson |
2023-03-10 | linux-user/sparc: Handle floating-point exceptions | Richard Henderson |
2023-03-10 | linux-user/sparc: Handle unimplemented flush trap | Richard Henderson |
2023-03-10 | linux-user/sparc: Handle coprocessor disabled trap | Richard Henderson |
2023-03-10 | linux-user/sparc: Handle privilidged action trap | Richard Henderson |
2023-03-10 | linux-user/sparc: Handle priviledged opcode trap | Richard Henderson |
2023-03-10 | linux-user/sparc: Handle getcc, setcc, getpsr traps | Richard Henderson |
2023-03-10 | linux-user/sparc: Handle division by zero traps | Richard Henderson |
2023-03-10 | linux-user/sparc: Handle software breakpoint trap | Richard Henderson |
2023-03-10 | linux-user/sparc: Fix sparc64_{get, set}_context traps | Richard Henderson |
2023-03-10 | linux-user/sparc: Tidy window spill/fill traps | Richard Henderson |
2023-03-10 | linux-user/sparc: Use TT_TRAP for flush windows | Richard Henderson |
2023-03-10 | linux-user/sparc: Tidy syscall error return | Richard Henderson |
2023-03-10 | linux-user/sparc: Tidy syscall trap | Richard Henderson |
2023-03-10 | linux-user: Emulate CLONE_PIDFD flag in clone() | Helge Deller |
2023-03-10 | linux-user: Add translation for argument of msync() | Helge Deller |
2023-03-10 | linux-user: handle netlink flag NLA_F_NESTED | Mathis Marion |
2023-03-10 | linux-user: fix sockaddr_in6 endianness | Mathis Marion |
2023-03-10 | linux-user: Add strace for prlimit64() syscall | Helge Deller |