Age | Commit message (Expand) | Author |
2021-10-18 | bsd-user/target_os_elf.h: Remove fallback ELF_HWCAP and reorder | Warner Losh |
2021-10-18 | bsd-user: move TARGET_MC_GET_CLEAR_RET to target_os_signal.h | Warner Losh |
2021-10-18 | bsd-user/errno_defs.h: Add internal error numbers | Stacey Son |
2021-10-18 | bsd-user: export get_errno and is_error from syscall.c | Warner Losh |
2021-10-18 | bsd-user: TARGET_RESET define is unused, remove it | Warner Losh |
2021-10-18 | bsd-user/strace.list: Remove support for FreeBSD versions older than 12.0 | Warner Losh |
2021-10-18 | bsd-user/target_os-user.h: Remove support for FreeBSD older than 12.0 | Warner Losh |
2021-10-18 | meson: *-user: only descend into *-user when configured | Warner Losh |
2021-10-18 | bsd-user/mmap.c: assert that target_mprotect cannot fail | Warner Losh |
2021-10-18 | bsd-user/mmap.c: Implement MAP_EXCL, required by jemalloc in head | Kyle Evans |
2021-10-18 | bsd-user/mmap.c: Don't mmap fd == -1 independently from MAP_ANON flag | Warner Losh |
2021-10-18 | bsd-user/mmap.c: Convert to qemu_log logging for mmap debugging | Warner Losh |
2021-10-17 | bsd-user/mmap.c: mmap prefer MAP_ANON for BSD | Warner Losh |
2021-10-17 | bsd-user/mmap.c: mmap return ENOMEM on overflow | Warner Losh |
2021-10-17 | bsd-user/mmap.c: MAP_ symbols are defined, so no need for ifdefs | Warner Losh |
2021-10-17 | bsd-user/mmap.c: check pread's return value to fix warnings with _FORTIFY_SOURCE | Mikaël Urankar |
2021-10-17 | bsd-user/mmap.c: Always zero MAP_ANONYMOUS memory in mmap_frag() | Mikaël Urankar |
2021-10-16 | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20211016' into staging | Richard Henderson |
2021-10-15 | Revert "cpu: Move cpu_common_props to hw/core/cpu.c" | Richard Henderson |
2021-10-15 | target/xtensa: Drop check for singlestep_enabled | Richard Henderson |
2021-10-15 | target/tricore: Drop check for singlestep_enabled | Richard Henderson |
2021-10-15 | target/sh4: Drop check for singlestep_enabled | Richard Henderson |
2021-10-15 | target/s390x: Drop check for singlestep_enabled | Richard Henderson |
2021-10-15 | target/rx: Drop checks for singlestep_enabled | Richard Henderson |
2021-10-15 | target/riscv: Remove exit_tb and lookup_and_goto_ptr | Richard Henderson |
2021-10-15 | target/riscv: Remove dead code after exception | Richard Henderson |
2021-10-15 | target/ppc: Drop exit checks for singlestep_enabled | Richard Henderson |
2021-10-15 | target/openrisc: Drop checks for singlestep_enabled | Richard Henderson |
2021-10-15 | target/mips: Drop exit checks for singlestep_enabled | Richard Henderson |
2021-10-15 | target/mips: Fix single stepping | Richard Henderson |
2021-10-15 | target/microblaze: Drop checks for singlestep_enabled | Richard Henderson |
2021-10-15 | target/microblaze: Check CF_NO_GOTO_TB for DISAS_JUMP | Richard Henderson |
2021-10-15 | target/m68k: Drop checks for singlestep_enabled | Richard Henderson |
2021-10-15 | target/i386: Drop check for singlestep_enabled | Richard Henderson |
2021-10-15 | target/i386: Check CF_NO_GOTO_TB for dc->jmp_opt | Richard Henderson |
2021-10-15 | target/hppa: Drop checks for singlestep_enabled | Richard Henderson |
2021-10-15 | target/arm: Drop checks for singlestep_enabled | Richard Henderson |
2021-10-15 | target/hexagon: Drop checks for singlestep_enabled | Richard Henderson |
2021-10-15 | target/cris: Drop checks for singlestep_enabled | Richard Henderson |
2021-10-15 | target/avr: Drop checks for singlestep_enabled | Richard Henderson |
2021-10-15 | target/alpha: Drop checks for singlestep_enabled | Richard Henderson |
2021-10-15 | accel/tcg: Handle gdb singlestep in cpu_tb_exec | Richard Henderson |
2021-10-15 | Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2021-10-15' into st... | Richard Henderson |
2021-10-15 | block-backend: update blk_co_pwrite() and blk_co_pread() wrappers | Vladimir Sementsov-Ogievskiy |
2021-10-15 | block-backend: fix blk_co_flush prototype to mention coroutine_fn | Vladimir Sementsov-Ogievskiy |
2021-10-15 | block-backend: drop INT_MAX restriction from blk_check_byte_request() | Vladimir Sementsov-Ogievskiy |
2021-10-15 | block-backend: blk_pread, blk_pwrite: rename count parameter to bytes | Vladimir Sementsov-Ogievskiy |
2021-10-15 | block-backend: convert blk_aio_ functions to int64_t bytes paramter | Vladimir Sementsov-Ogievskiy |
2021-10-15 | block-backend: convert blk_co_copy_range to int64_t bytes | Vladimir Sementsov-Ogievskiy |
2021-10-15 | block-backend: convert blk_foo wrappers to use int64_t bytes parameter | Vladimir Sementsov-Ogievskiy |