aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-02-01iotests: specify some unsupported_imgopts for python iotestsVladimir Sementsov-Ogievskiy15-15/+30
2022-02-01iotests.py: implement unsupported_imgoptsVladimir Sementsov-Ogievskiy1-1/+14
2022-02-01iotests.py: img_info_log(): rename imgopts argumentVladimir Sementsov-Ogievskiy2-6/+7
2022-02-01iotests/MRCE: Write data to sourceHanna Reitz1-1/+6
2022-02-01tests/qemu-iotests: Fix 051 for binaries without 'lsi53c895a'Thomas Huth1-0/+4
2022-02-01linux-user/syscall: Translate TARGET_RLIMIT_RTTIMESerge Belyshev2-0/+3
2022-02-01linux-user: Move generic TARGET_RLIMIT* definitions to generic/target_resource.hSerge Belyshev22-52/+117
2022-01-31Merge remote-tracking branch 'remotes/bsdimp/tags/bsd-user-arm-2022q1-pull-re...Peter Maydell22-114/+1490
2022-01-31Merge remote-tracking branch 'remotes/legoater/tags/pull-ppc-20220130' into s...Peter Maydell21-355/+761
2022-01-30bsd-user/freebsd/target_os_ucontext.h: Prefer env as arg name for CPUArchStat...Warner Losh1-3/+3
2022-01-30bsd-user: Rename arg name for target_cpu_reset to envWarner Losh3-5/+5
2022-01-30MAINTAINERS: Add tests/vm/*bsd to the list to get reviews onWarner Losh1-0/+1
2022-01-30bsd-user/signal.c: do_sigaltstackWarner Losh1-5/+67
2022-01-30bsd-user/signal.c: implement do_sigactionWarner Losh2-0/+104
2022-01-30bsd-user/signal.c: implement do_sigreturnWarner Losh2-1/+57
2022-01-30Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2022-01-28' into st...Peter Maydell5-3/+151
2022-01-29Merge remote-tracking branch 'remotes/quintela-gitlab/tags/migration-20220128...Peter Maydell38-469/+351
2022-01-28iotests/block-status-cache: New testHanna Reitz2-0/+144
2022-01-28bsd-user/signal.c: process_pending_signalsWarner Losh1-1/+55
2022-01-28bsd-user/signal.c: tswap_siginfoWarner Losh1-0/+53
2022-01-28bsd-user/signal.c: handle_pending_signalWarner Losh2-0/+94
2022-01-28bsd-user/signal.c: setup_frameWarner Losh3-1/+90
2022-01-28bsd-user/signal.c: sigset manipulation routines.Warner Losh2-0/+76
2022-01-28bsd-user/signal.c: Fill in queue_signalWarner Losh2-1/+17
2022-01-28bsd-user/signal.c: Implement dump_core_and_abortWarner Losh2-0/+77
2022-01-28bsd-user/strace.c: print_taken_signalWarner Losh2-0/+107
2022-01-28bsd-user/signal.c: Implement host_signal_handlerWarner Losh1-0/+105
2022-01-28bsd-user/signal.c: Implement rewind_if_in_safe_syscallWarner Losh2-1/+14
2022-01-28bsd-user/signal.c: host_to_target_siginfo_noswapWarner Losh1-0/+113
2022-01-28bsd-user: Add trace events for bsd-userWarner Losh4-1/+17
2022-01-28bsd-user: Add host signals to the buildWarner Losh2-0/+2
2022-01-28block/io: Update BSC only if want_zero is trueHanna Reitz1-1/+5
2022-01-28bsd-user/host/x86_64/host-signal.h: Implement host_signal_*Warner Losh1-0/+37
2022-01-28bsd-user/host/i386/host-signal.h: Implement host_signal_*Warner Losh1-0/+37
2022-01-28bsd-user/host/arm/host-signal.h: Implement host_signal_*Warner Losh1-0/+35
2022-01-28bsd-user/signal.c: Add si_type argument to queue_signalWarner Losh2-3/+28
2022-01-28bsd-user/signal.c: Implement signal_init()Warner Losh2-0/+74
2022-01-28bsd-user/signal.c: implement abstract target / host signal translationWarner Losh2-0/+18
2022-01-28bsd-user/arm/target_arch_cpu.h: Implement data faultsWarner Losh1-10/+35
2022-01-28bsd-user/arm/target_arch_cpu.h: Use force_sig_fault for EXCP_UDEFWarner Losh1-12/+13
2022-01-28bsd-user/arm/target_arch_cpu.h: Correct code pointerWarner Losh1-1/+1
2022-01-28bsd-user/arm/arget_arch_cpu.h: Move EXCP_DEBUG and EXCP_BKPT togetherWarner Losh1-20/+2
2022-01-28bsd-user/signal.c: implement cpu_loop_exit_sigbusWarner Losh1-3/+9
2022-01-28bsd-user/signal.c: Implement cpu_loop_exit_sigsegvWarner Losh1-3/+12
2022-01-28bsd-user/signal-common.h: Move signal functions prototypes to hereWarner Losh5-8/+9
2022-01-28bsd-user/signal.c: implement force_sig_faultWarner Losh2-0/+32
2022-01-28bsd-user/arm/target_arch_cpu.h: Move EXCP_ATOMIC to match linux-userWarner Losh1-3/+3
2022-01-28bsd-user: Bring in docs from linux-user for signal_pendingWarner Losh1-1/+8
2022-01-28bsd-user: Remove vestiges of signal queueing codeWarner Losh2-20/+2
2022-01-28bsd-user/arm/signal.c: get_mcontext should zero vfp dataWarner Losh1-0/+9