index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux-user
Age
Commit message (
Expand
)
Author
2023-07-10
linux-user: elfload: Add more initial s390x PSW bits
Ilya Leoshkevich
2023-07-08
linux-user: Improve strace output of pread64() and pwrite64()
Helge Deller
2023-07-08
linux-user: Fix accept4(SOCK_NONBLOCK) syscall
Helge Deller
2023-07-08
linux-user: Fix fcntl() and fcntl64() to return O_LARGEFILE for 32-bit targets
Helge Deller
2023-07-03
linux-user: Emulate /proc/self/smaps
Ilya Leoshkevich
2023-07-03
linux-user: Add "safe" parameter to do_guest_openat()
Ilya Leoshkevich
2023-07-03
linux-user: Expose do_guest_openat() and do_guest_readlink()
Ilya Leoshkevich
2023-07-01
linux-user: Avoid mmap of the last byte of the reserved_va
Richard Henderson
2023-06-29
target/i386: emulate 64-bit ring 0 for linux-user if LM feature is set
Paolo Bonzini
2023-06-26
target/i386: implement SYSCALL/SYSRET in 32-bit emulators
Paolo Bonzini
2023-06-13
linux-user, bsd-user: Preserve incoming order of environment variables in the...
Andreas Schwab
2023-06-10
linux-user: elfload: Specify -R is an option for qemu-user binaries
Andrew Jeffery
2023-06-10
linux-user: elfload: s/min_mmap_addr/mmap_min_addr/
Andrew Jeffery
2023-06-10
linux-user: Return EINVAL for getgroups() with negative gidsetsize
Peter Maydell
2023-06-09
linux-user: add comments for TARGET_NR_[gs]etgroups{,32}
Michael Tokarev
2023-06-05
linux-user: Emulate /proc/cpuinfo on s390x
Ilya Leoshkevich
2023-06-05
linux-user/elfload: Introduce elf_hwcap_str() on s390x
Ilya Leoshkevich
2023-06-05
linux-user/elfload: Expose get_elf_hwcap() on s390x
Ilya Leoshkevich
2023-06-05
linux-user/s390x: Fix single-stepping SVC
Ilya Leoshkevich
2023-05-18
Merge tag 'pull-hex-20230518-1' of https://github.com/quic/qemu into staging
Richard Henderson
2023-05-18
Hexagon (linux-user/hexagon): handle breakpoints
Matheus Tavares Bernardino
2023-05-18
Hexagon: append eflags to unknown cpu model string
Matheus Tavares Bernardino
2023-05-18
Hexagon (target/hexagon) Add support for v68/v69/v71/v73
Taylor Simpson
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
[next]