Age | Commit message (Expand) | Author |
2022-07-12 | block: Implement blk_pwrite_zeroes() using generated_co_wrapper | Alberto Faria |
2022-07-12 | block: Add blk_co_pwrite_compressed() | Alberto Faria |
2022-07-12 | block: Change blk_pwrite_compressed() param order | Alberto Faria |
2022-07-12 | block: Export blk_pwritev_part() in block-backend-io.h | Alberto Faria |
2022-07-12 | block: Add blk_[co_]preadv_part() | Alberto Faria |
2022-07-12 | block: Add blk_{preadv,pwritev}() | Alberto Faria |
2022-07-12 | block: Implement blk_{pread,pwrite}() using generated_co_wrapper | Alberto Faria |
2022-07-12 | block: Make blk_co_pwrite() take a const buffer | Alberto Faria |
2022-07-12 | block: Make 'bytes' param of blk_{pread,pwrite}() an int64_t | Alberto Faria |
2022-07-12 | block: Change blk_{pread,pwrite}() param order | Alberto Faria |
2022-07-12 | block: Add a 'flags' param to blk_pread() | Alberto Faria |
2022-07-12 | block: Make blk_{pread,pwrite}() return 0 on success | Alberto Faria |
2022-07-12 | tests/qemu-iotests: skip 108 when FUSE is not loaded | John Snow |
2022-07-12 | tests/qemu-iotests: hotfix for 307, 223 output | John Snow |
2022-07-12 | block/qcow2: Use bdrv_pwrite_sync() in qcow2_mark_dirty() | Alberto Faria |
2022-07-12 | block: Use bdrv_co_pwrite_sync() when caller is coroutine_fn | Alberto Faria |
2022-07-12 | block: Add bdrv_co_pwrite_sync() | Alberto Faria |
2022-07-12 | block: Implement bdrv_{pread,pwrite,pwrite_zeroes}() using generated_co_wrapper | Alberto Faria |
2022-07-12 | block: Make 'bytes' param of bdrv_co_{pread,pwrite,preadv,pwritev}() an int64_t | Alberto Faria |
2022-07-12 | block: Make bdrv_co_pwrite() take a const buffer | Alberto Faria |
2022-07-12 | crypto: Make block callbacks return 0 on success | Alberto Faria |
2022-07-12 | block: Make bdrv_{pread,pwrite}() return 0 on success | Alberto Faria |
2022-07-12 | block: Change bdrv_{pread,pwrite,pwrite_sync}() param order | Alberto Faria |
2022-07-12 | block: Add a 'flags' param to bdrv_{pread,pwrite,pwrite_sync}() | Alberto Faria |
2022-07-12 | iotests/copy-before-write: specify required_fmts | Vladimir Sementsov-Ogievskiy |
2022-07-12 | iotests: fix copy-before-write for macOS and FreeBSD | Vladimir Sementsov-Ogievskiy |
2022-07-12 | gitlab-ci/cirrus: Update freebsd to python 3.9 packages | Richard Henderson |
2022-07-12 | Merge tag 'pull-tcg-20220712' of https://gitlab.com/rth7680/qemu into staging | Richard Henderson |
2022-07-12 | accel/tcg: Fix unaligned stores to s390x low-address-protected lowcore | Ilya Leoshkevich |
2022-07-12 | tcg: Fix returned type in alloc_code_gen_buffer_splitwx_memfd() | Shaobo Song |
2022-07-11 | Merge tag 'pull-target-arm-20220711' of https://git.linaro.org/people/pmaydel... | Richard Henderson |
2022-07-11 | linux-user/aarch64: Add SME related hwcap entries | Richard Henderson |
2022-07-11 | target/arm: Enable SME for user-only | Richard Henderson |
2022-07-11 | target/arm: Only set ZEN in reset if SVE present | Richard Henderson |
2022-07-11 | linux-user/aarch64: Implement PR_SME_GET_VL, PR_SME_SET_VL | Richard Henderson |
2022-07-11 | linux-user: Rename sve prctls | Richard Henderson |
2022-07-11 | linux-user/aarch64: Implement SME signal handling | Richard Henderson |
2022-07-11 | linux-user/aarch64: Move sve record checks into restore | Richard Henderson |
2022-07-11 | linux-user/aarch64: Verify extra record lock succeeded | Richard Henderson |
2022-07-11 | linux-user/aarch64: Do not allow duplicate or short sve records | Richard Henderson |
2022-07-11 | linux-user/aarch64: Tidy target_restore_sigframe error return | Richard Henderson |
2022-07-11 | linux-user/aarch64: Add SM bit to SVE signal context | Richard Henderson |
2022-07-11 | linux-user/aarch64: Reset PSTATE.SM on syscalls | Richard Henderson |
2022-07-11 | linux-user/aarch64: Clear tpidr2_el0 if CLONE_SETTLS | Richard Henderson |
2022-07-11 | target/arm: Enable SME for -cpu max | Richard Henderson |
2022-07-11 | target/arm: Reset streaming sve state on exception boundaries | Richard Henderson |
2022-07-11 | target/arm: Implement SCLAMP, UCLAMP | Richard Henderson |
2022-07-11 | target/arm: Implement REVD | Richard Henderson |
2022-07-11 | target/arm: Implement PSEL | Richard Henderson |
2022-07-11 | target/arm: Implement SME integer outer product | Richard Henderson |