aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-18bsd-user/strace.list: Remove support for FreeBSD versions older than 12.0Warner Losh
2021-10-18bsd-user/target_os-user.h: Remove support for FreeBSD older than 12.0Warner Losh
2021-10-18meson: *-user: only descend into *-user when configuredWarner Losh
2021-10-18bsd-user/mmap.c: assert that target_mprotect cannot failWarner Losh
2021-10-18bsd-user/mmap.c: Implement MAP_EXCL, required by jemalloc in headKyle Evans
2021-10-18bsd-user/mmap.c: Don't mmap fd == -1 independently from MAP_ANON flagWarner Losh
2021-10-18bsd-user/mmap.c: Convert to qemu_log logging for mmap debuggingWarner Losh
2021-10-17bsd-user/mmap.c: mmap prefer MAP_ANON for BSDWarner Losh
2021-10-17bsd-user/mmap.c: mmap return ENOMEM on overflowWarner Losh
2021-10-17bsd-user/mmap.c: MAP_ symbols are defined, so no need for ifdefsWarner Losh
2021-10-17bsd-user/mmap.c: check pread's return value to fix warnings with _FORTIFY_SOURCEMikaël Urankar
2021-10-17bsd-user/mmap.c: Always zero MAP_ANONYMOUS memory in mmap_frag()Mikaël Urankar
2021-10-16Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20211016' into stagingRichard Henderson
2021-10-15Revert "cpu: Move cpu_common_props to hw/core/cpu.c"Richard Henderson
2021-10-15target/xtensa: Drop check for singlestep_enabledRichard Henderson
2021-10-15target/tricore: Drop check for singlestep_enabledRichard Henderson
2021-10-15target/sh4: Drop check for singlestep_enabledRichard Henderson
2021-10-15target/s390x: Drop check for singlestep_enabledRichard Henderson
2021-10-15target/rx: Drop checks for singlestep_enabledRichard Henderson
2021-10-15target/riscv: Remove exit_tb and lookup_and_goto_ptrRichard Henderson
2021-10-15target/riscv: Remove dead code after exceptionRichard Henderson
2021-10-15target/ppc: Drop exit checks for singlestep_enabledRichard Henderson
2021-10-15target/openrisc: Drop checks for singlestep_enabledRichard Henderson
2021-10-15target/mips: Drop exit checks for singlestep_enabledRichard Henderson
2021-10-15target/mips: Fix single steppingRichard Henderson
2021-10-15target/microblaze: Drop checks for singlestep_enabledRichard Henderson
2021-10-15target/microblaze: Check CF_NO_GOTO_TB for DISAS_JUMPRichard Henderson
2021-10-15target/m68k: Drop checks for singlestep_enabledRichard Henderson
2021-10-15target/i386: Drop check for singlestep_enabledRichard Henderson
2021-10-15target/i386: Check CF_NO_GOTO_TB for dc->jmp_optRichard Henderson
2021-10-15target/hppa: Drop checks for singlestep_enabledRichard Henderson
2021-10-15target/arm: Drop checks for singlestep_enabledRichard Henderson
2021-10-15target/hexagon: Drop checks for singlestep_enabledRichard Henderson
2021-10-15target/cris: Drop checks for singlestep_enabledRichard Henderson
2021-10-15target/avr: Drop checks for singlestep_enabledRichard Henderson
2021-10-15target/alpha: Drop checks for singlestep_enabledRichard Henderson
2021-10-15accel/tcg: Handle gdb singlestep in cpu_tb_execRichard Henderson
2021-10-15Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2021-10-15' into st...Richard Henderson
2021-10-15block-backend: update blk_co_pwrite() and blk_co_pread() wrappersVladimir Sementsov-Ogievskiy
2021-10-15block-backend: fix blk_co_flush prototype to mention coroutine_fnVladimir Sementsov-Ogievskiy
2021-10-15block-backend: drop INT_MAX restriction from blk_check_byte_request()Vladimir Sementsov-Ogievskiy
2021-10-15block-backend: blk_pread, blk_pwrite: rename count parameter to bytesVladimir Sementsov-Ogievskiy
2021-10-15block-backend: convert blk_aio_ functions to int64_t bytes paramterVladimir Sementsov-Ogievskiy
2021-10-15block-backend: convert blk_co_copy_range to int64_t bytesVladimir Sementsov-Ogievskiy
2021-10-15block-backend: convert blk_foo wrappers to use int64_t bytes parameterVladimir Sementsov-Ogievskiy
2021-10-15block-backend: drop blk_prw, use block-coroutine-wrapperVladimir Sementsov-Ogievskiy
2021-10-15block-coroutine-wrapper.py: support BlockBackend first argumentVladimir Sementsov-Ogievskiy
2021-10-15block-backend: rename _do_ helper functions to _co_do_Vladimir Sementsov-Ogievskiy
2021-10-15block-backend: convert blk_co_pdiscard to int64_t bytesVladimir Sementsov-Ogievskiy
2021-10-15block-backend: convert blk_co_pwritev_part to int64_t bytesVladimir Sementsov-Ogievskiy