aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)AuthorFilesLines
2023-10-30linux-user: Replace bprm->fd with bprm->src.fdRichard Henderson3-8/+6
2023-10-30linux-user: Use ImageSource in load_symbolsRichard Henderson1-36/+45
2023-10-30linux-user: Use ImageSource in load_elf_imageRichard Henderson1-79/+49
2023-10-30linux-user: Do not clobber bprm_buf swapping ehdrRichard Henderson1-11/+14
2023-10-30linux-user: Tidy loader_execRichard Henderson1-19/+19
2023-10-30linux-user: Introduce imgsrc_read, imgsrc_read_allocRichard Henderson2-9/+142
2023-10-30linux-user: Fix guest signal remapping after adjusting SIGABRTRichard Henderson1-5/+4
2023-10-25target/sparc: Remove sparcv7 cpu featuresRichard Henderson1-5/+1
2023-10-18linux-user: Remap guest SIGABRTRichard Henderson1-7/+35
2023-10-18linux-user: Detect and report host SIGILL, SIGFPE, SIGTRAPRichard Henderson1-1/+43
2023-10-18linux-user: Split out host_sig{segv,bus}_handlerRichard Henderson1-60/+85
2023-10-18linux-user: Simplify signal_initRichard Henderson1-20/+22
2023-10-18linux-user: Map unsupported signals to an out-of-bounds valueRichard Henderson1-34/+38
2023-10-18linux-user: Only register handlers for core_dump_signal by defaultRichard Henderson1-29/+14
2023-10-18linux-user: Detect and report host crashesHelge Deller1-6/+63
2023-10-18linux-user: Exit not abort in die_with_backtraceRichard Henderson1-1/+1
2023-10-18linux-user: Split out die_with_signalRichard Henderson1-24/+28
2023-10-18linux-user: Propagate failure in mmap_reserve_or_unmap back to target_munmapRichard Henderson1-13/+17
2023-10-18linux-user/elfload: Enable LSX/LASX in HWCAP for LoongArchJiajie Chen1-0/+8
2023-10-18linux-user/sh4: Fix crashes on signal deliveryMikulas Patocka1-0/+8
2023-10-18linux-user/mips: fix abort on integer overflowMikulas Patocka1-1/+3
2023-10-18linux-user: Fixes for zero_bssRichard Henderson1-13/+40
2023-10-06linux-user/syscall.c: clean up local variable shadowing in xattr syscallsLaurent Vivier1-4/+4
2023-10-06linux-user/syscall.c: clean up local variable shadowing in TARGET_NR_getcpuLaurent Vivier1-3/+3
2023-10-06linux-user/syscall.c: clean up local variable shadowing in do_ioctl_dm()Laurent Vivier1-11/+11
2023-10-06linux-user/mmap.c: clean up local variable shadowingLaurent Vivier1-3/+3
2023-10-06linux-user/flatload: clean up local variable shadowingLaurent Vivier1-4/+4
2023-10-04build: Remove --enable-gprofRichard Henderson2-11/+0
2023-10-04linux-user/hppa: Fix struct target_sigcontext layoutRichard Henderson1-1/+1
2023-10-04tcg: Split out tcg init functions to tcg/startup.hRichard Henderson2-2/+2
2023-10-04tcg: Remove argument to tcg_prologue_initRichard Henderson1-1/+1
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson4-13/+12
2023-09-29linux-user/strace: Clean up local variable shadowingPhilippe Mathieu-Daudé1-1/+0
2023-09-21target/arm: Enable FEAT_MOPS for CPU 'max'Peter Maydell1-0/+1
2023-09-21target/arm: Implement FEAT_HBCPeter Maydell1-0/+1
2023-09-21linux-user/elfload.c: Report previously missing arm32 hwcapsPeter Maydell1-0/+12
2023-09-21linux-user/elfload.c: Add missing arm and arm64 hwcap valuesPeter Maydell1-0/+44
2023-09-21linux-user/elfload.c: Correct SME feature names reported in cpuinfoPeter Maydell1-7/+7
2023-09-20Merge tag 'pull-loongarch-20230920' of https://gitlab.com/gaosong/qemu into s...Stefan Hajnoczi1-0/+1
2023-09-20target/loongarch: Add LASX data supportSong Gao1-0/+1
2023-09-19linux-user/hppa: lock both words of function descriptorMikulas Patocka1-2/+3
2023-09-19linux-user/hppa: clear the PSW 'N' bit when delivering signalsMikulas Patocka1-0/+1
2023-09-11linux-user/riscv: Add new extensions to hwprobeRobbin Ehn1-1/+13
2023-09-11linux-user/riscv: Use abi type for target_ucontextLIU Zhiwei1-2/+2
2023-09-06Merge tag 'pull-lu-20230901' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi27-429/+818
2023-09-01linux-user: Track shm regions with an interval treeRichard Henderson1-28/+53
2023-09-01linux-user: Fix shmdtRichard Henderson1-3/+14
2023-09-01linux-user: Use WITH_MMAP_LOCK_GUARD in target_{shmat,shmdt}Richard Henderson1-52/+46
2023-09-01linux-user: Move shmat and shmdt implementations to mmap.cRichard Henderson3-139/+146
2023-09-01linux-user: Remove ELF_START_MMAP and image_info.start_mmapRichard Henderson2-39/+0