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-10-06
linux-user/syscall.c: clean up local variable shadowing in xattr syscalls
Laurent Vivier
2023-10-06
linux-user/syscall.c: clean up local variable shadowing in TARGET_NR_getcpu
Laurent Vivier
2023-10-06
linux-user/syscall.c: clean up local variable shadowing in do_ioctl_dm()
Laurent Vivier
2023-10-06
linux-user/mmap.c: clean up local variable shadowing
Laurent Vivier
2023-10-06
linux-user/flatload: clean up local variable shadowing
Laurent Vivier
2023-10-04
build: Remove --enable-gprof
Richard Henderson
2023-10-04
linux-user/hppa: Fix struct target_sigcontext layout
Richard Henderson
2023-10-04
tcg: Split out tcg init functions to tcg/startup.h
Richard Henderson
2023-10-04
tcg: Remove argument to tcg_prologue_init
Richard Henderson
2023-10-04
accel/tcg: Replace CPUState.env_ptr with cpu_env()
Richard Henderson
2023-09-29
linux-user/strace: Clean up local variable shadowing
Philippe Mathieu-Daudé
2023-09-21
target/arm: Enable FEAT_MOPS for CPU 'max'
Peter Maydell
2023-09-21
target/arm: Implement FEAT_HBC
Peter Maydell
2023-09-21
linux-user/elfload.c: Report previously missing arm32 hwcaps
Peter Maydell
2023-09-21
linux-user/elfload.c: Add missing arm and arm64 hwcap values
Peter Maydell
2023-09-21
linux-user/elfload.c: Correct SME feature names reported in cpuinfo
Peter Maydell
2023-09-20
Merge tag 'pull-loongarch-20230920' of https://gitlab.com/gaosong/qemu into s...
Stefan Hajnoczi
2023-09-20
target/loongarch: Add LASX data support
Song Gao
2023-09-19
linux-user/hppa: lock both words of function descriptor
Mikulas Patocka
2023-09-19
linux-user/hppa: clear the PSW 'N' bit when delivering signals
Mikulas Patocka
2023-09-11
linux-user/riscv: Add new extensions to hwprobe
Robbin Ehn
2023-09-11
linux-user/riscv: Use abi type for target_ucontext
LIU Zhiwei
2023-09-06
Merge tag 'pull-lu-20230901' of https://gitlab.com/rth7680/qemu into staging
Stefan Hajnoczi
2023-09-01
linux-user: Track shm regions with an interval tree
Richard Henderson
2023-09-01
linux-user: Fix shmdt
Richard Henderson
2023-09-01
linux-user: Use WITH_MMAP_LOCK_GUARD in target_{shmat,shmdt}
Richard Henderson
2023-09-01
linux-user: Move shmat and shmdt implementations to mmap.c
Richard Henderson
2023-09-01
linux-user: Remove ELF_START_MMAP and image_info.start_mmap
Richard Henderson
2023-09-01
linux-user: Emulate the Anonymous: keyword in /proc/self/smaps
Ilya Leoshkevich
2023-09-01
linux-user: Show heap address in /proc/pid/maps
Richard Henderson
2023-09-01
linux-user: Adjust brk for load_bias
Richard Henderson
2023-09-01
linux-user: Use walk_memory_regions for open_self_maps
Richard Henderson
2023-09-01
util/selfmap: Use dev_t and ino_t in MapInfo
Richard Henderson
2023-09-01
linux-user: Emulate /proc/cpuinfo for Alpha
Helge Deller
2023-09-01
linux-user: Emulate /proc/cpuinfo on aarch64 and arm
Helge Deller
2023-09-01
linux-user: Split out cpu/target_proc.h
Richard Henderson
2023-08-31
accel/tcg: spelling fixes
Michael Tokarev
2023-08-23
linux-user/elfload: Enable vxe2 on s390x
Ilya Leoshkevich
2023-08-09
linux-user: Fix openat() emulation to correctly detect accesses to /proc
Helge Deller
2023-08-09
linux-user: Use ARRAY_SIZE with bitmask_transtbl
Richard Henderson
2023-08-09
linux-user: Split out do_mmap
Richard Henderson
2023-08-08
Merge tag 'pull-lu-20230808' of https://gitlab.com/rth7680/qemu into staging
Richard Henderson
2023-08-08
linux-user: Rewrite non-fixed probe_guest_base
Richard Henderson
2023-08-08
linux-user: Rewrite fixed probe_guest_base
Richard Henderson
2023-08-08
linux-user: Consolidate guest bounds check in probe_guest_base
Richard Henderson
2023-08-08
linux-user: Remove duplicate CPU_LOG_PAGE from probe_guest_base
Richard Henderson
2023-08-08
util/selfmap: Rewrite using qemu/interval-tree.h
Richard Henderson
2023-08-08
linux-user: Use zero_bss for PT_LOAD with no file contents too
Richard Henderson
2023-08-08
linux-user: Do not adjust zero_bss for host page size
Richard Henderson
2023-08-08
linux-user: Do not adjust image mapping for host page size
Richard Henderson
[next]