aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-12block: Implement blk_pwrite_zeroes() using generated_co_wrapperAlberto Faria
2022-07-12block: Add blk_co_pwrite_compressed()Alberto Faria
2022-07-12block: Change blk_pwrite_compressed() param orderAlberto Faria
2022-07-12block: Export blk_pwritev_part() in block-backend-io.hAlberto Faria
2022-07-12block: Add blk_[co_]preadv_part()Alberto Faria
2022-07-12block: Add blk_{preadv,pwritev}()Alberto Faria
2022-07-12block: Implement blk_{pread,pwrite}() using generated_co_wrapperAlberto Faria
2022-07-12block: Make blk_co_pwrite() take a const bufferAlberto Faria
2022-07-12block: Make 'bytes' param of blk_{pread,pwrite}() an int64_tAlberto Faria
2022-07-12block: Change blk_{pread,pwrite}() param orderAlberto Faria
2022-07-12block: Add a 'flags' param to blk_pread()Alberto Faria
2022-07-12block: Make blk_{pread,pwrite}() return 0 on successAlberto Faria
2022-07-12tests/qemu-iotests: skip 108 when FUSE is not loadedJohn Snow
2022-07-12tests/qemu-iotests: hotfix for 307, 223 outputJohn Snow
2022-07-12block/qcow2: Use bdrv_pwrite_sync() in qcow2_mark_dirty()Alberto Faria
2022-07-12block: Use bdrv_co_pwrite_sync() when caller is coroutine_fnAlberto Faria
2022-07-12block: Add bdrv_co_pwrite_sync()Alberto Faria
2022-07-12block: Implement bdrv_{pread,pwrite,pwrite_zeroes}() using generated_co_wrapperAlberto Faria
2022-07-12block: Make 'bytes' param of bdrv_co_{pread,pwrite,preadv,pwritev}() an int64_tAlberto Faria
2022-07-12block: Make bdrv_co_pwrite() take a const bufferAlberto Faria
2022-07-12crypto: Make block callbacks return 0 on successAlberto Faria
2022-07-12block: Make bdrv_{pread,pwrite}() return 0 on successAlberto Faria
2022-07-12block: Change bdrv_{pread,pwrite,pwrite_sync}() param orderAlberto Faria
2022-07-12block: Add a 'flags' param to bdrv_{pread,pwrite,pwrite_sync}()Alberto Faria
2022-07-12iotests/copy-before-write: specify required_fmtsVladimir Sementsov-Ogievskiy
2022-07-12iotests: fix copy-before-write for macOS and FreeBSDVladimir Sementsov-Ogievskiy
2022-07-12gitlab-ci/cirrus: Update freebsd to python 3.9 packagesRichard Henderson
2022-07-12Merge tag 'pull-tcg-20220712' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson
2022-07-12accel/tcg: Fix unaligned stores to s390x low-address-protected lowcoreIlya Leoshkevich
2022-07-12tcg: Fix returned type in alloc_code_gen_buffer_splitwx_memfd()Shaobo Song
2022-07-11Merge tag 'pull-target-arm-20220711' of https://git.linaro.org/people/pmaydel...Richard Henderson
2022-07-11linux-user/aarch64: Add SME related hwcap entriesRichard Henderson
2022-07-11target/arm: Enable SME for user-onlyRichard Henderson
2022-07-11target/arm: Only set ZEN in reset if SVE presentRichard Henderson
2022-07-11linux-user/aarch64: Implement PR_SME_GET_VL, PR_SME_SET_VLRichard Henderson
2022-07-11linux-user: Rename sve prctlsRichard Henderson
2022-07-11linux-user/aarch64: Implement SME signal handlingRichard Henderson
2022-07-11linux-user/aarch64: Move sve record checks into restoreRichard Henderson
2022-07-11linux-user/aarch64: Verify extra record lock succeededRichard Henderson
2022-07-11linux-user/aarch64: Do not allow duplicate or short sve recordsRichard Henderson
2022-07-11linux-user/aarch64: Tidy target_restore_sigframe error returnRichard Henderson
2022-07-11linux-user/aarch64: Add SM bit to SVE signal contextRichard Henderson
2022-07-11linux-user/aarch64: Reset PSTATE.SM on syscallsRichard Henderson
2022-07-11linux-user/aarch64: Clear tpidr2_el0 if CLONE_SETTLSRichard Henderson
2022-07-11target/arm: Enable SME for -cpu maxRichard Henderson
2022-07-11target/arm: Reset streaming sve state on exception boundariesRichard Henderson
2022-07-11target/arm: Implement SCLAMP, UCLAMPRichard Henderson
2022-07-11target/arm: Implement REVDRichard Henderson
2022-07-11target/arm: Implement PSELRichard Henderson
2022-07-11target/arm: Implement SME integer outer productRichard Henderson