2022-07-12 | Alberto Faria | block: Add blk_co_truncate() Reviewed-by: Hanna Reitz <hreitz@redhat.com> Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-07-12 | Alberto Faria | block: Add blk_co_ioctl() Reviewed-by: Hanna Reitz <hreitz@redhat.com> Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-07-12 | Alberto Faria | block: Implement blk_flush() using generated_co_wrapper Reviewed-by: Hanna Reitz <hreitz@redhat.com> Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-07-12 | Alberto Faria | block: Implement blk_pdiscard() using generated_co_wrapper Reviewed-by: Hanna Reitz <hreitz@redhat.com> Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-07-12 | Alberto Faria | block: Implement blk_pwrite_zeroes() using generated_co_wrapper Reviewed-by: Hanna Reitz <hreitz@redhat.com> Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-07-12 | Alberto Faria | block: Add blk_co_pwrite_compressed() Reviewed-by: Hanna Reitz <hreitz@redhat.com> Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-07-12 | Alberto Faria | block: Change blk_pwrite_compressed() param order Reviewed-by: Hanna Reitz <hreitz@redhat.com> Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-07-12 | Alberto Faria | block: Export blk_pwritev_part() in block-backend-io.h Reviewed-by: Hanna Reitz <hreitz@redhat.com> Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-07-12 | Alberto Faria | block: Add blk_[co_]preadv_part() Reviewed-by: Hanna Reitz <hreitz@redhat.com> Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-07-12 | Alberto Faria | block: Add blk_{preadv,pwritev}() Reviewed-by: Hanna Reitz <hreitz@redhat.com> Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-07-12 | Alberto Faria | block: Implement blk_{pread,pwrite}() using generated_co_wrapper Reviewed-by: Hanna Reitz <hreitz@redhat.com> Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-07-12 | Alberto Faria | block: Make blk_co_pwrite() take a const buffer Reviewed-by: Hanna Reitz <hreitz@redhat.com> Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-07-12 | Alberto Faria | block: Make 'bytes' param of blk_{pread,pwrite}() an... Reviewed-by: Hanna Reitz <hreitz@redhat.com> Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-07-12 | Alberto Faria | block: Change blk_{pread,pwrite}() param order Reviewed-by: Hanna Reitz <hreitz@redhat.com> Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-07-12 | Alberto Faria | block: Add a 'flags' param to blk_pread() Reviewed-by: Hanna Reitz <hreitz@redhat.com> Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-07-12 | Alberto Faria | block: Make blk_{pread,pwrite}() return 0 on success Reviewed-by: Hanna Reitz <hreitz@redhat.com> Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-07-12 | John Snow | tests/qemu-iotests: skip 108 when FUSE is not loaded Reviewed-by: Hanna Reitz <hreitz@redhat.com> Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-07-12 | John Snow | tests/qemu-iotests: hotfix for 307, 223 output Reviewed-by: Hanna Reitz <hreitz@redhat.com> Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-07-12 | Alberto Faria | block/qcow2: Use bdrv_pwrite_sync() in qcow2_mark_dirty() Reviewed-by: Hanna Reitz <hreitz@redhat.com> Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-07-12 | Alberto Faria | block: Use bdrv_co_pwrite_sync() when caller is coroutine_fn Reviewed-by: Hanna Reitz <hreitz@redhat.com> Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-07-12 | Alberto Faria | block: Add bdrv_co_pwrite_sync() Reviewed-by: Hanna Reitz <hreitz@redhat.com> Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-07-12 | Alberto Faria | block: Implement bdrv_{pread,pwrite,pwrite_zeroes}... Reviewed-by: Hanna Reitz <hreitz@redhat.com> Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-07-12 | Alberto Faria | block: Make 'bytes' param of bdrv_co_{pread,pwrite... Reviewed-by: Hanna Reitz <hreitz@redhat.com> Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-07-12 | Alberto Faria | block: Make bdrv_co_pwrite() take a const buffer Reviewed-by: Hanna Reitz <hreitz@redhat.com> Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-07-12 | Alberto Faria | crypto: Make block callbacks return 0 on success Reviewed-by: Hanna Reitz <hreitz@redhat.com> Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-07-12 | Alberto Faria | block: Make bdrv_{pread,pwrite}() return 0 on success Reviewed-by: Hanna Reitz <hreitz@redhat.com> Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-07-12 | Alberto Faria | block: Change bdrv_{pread,pwrite,pwrite_sync}() param... Reviewed-by: Hanna Reitz <hreitz@redhat.com> Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-07-12 | Alberto Faria | block: Add a 'flags' param to bdrv_{pread,pwrite,pwrite_sync}() Reviewed-by: Hanna Reitz <hreitz@redhat.com> Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-04-25 | Hanna Reitz | iotests/108: Fix when missing user_allow_other Signed-off-by: Hanna Reitz <hreitz@redhat.com> Message-Id: <20220421142435.569600-1-hreitz@redhat.com> |
commitcommitdifftree |
2022-04-25 | John Snow | iotests: make qemu_io_log() check return codes by default Reviewed-by: Hanna Reitz <hreitz@redhat.com> Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-04-25 | John Snow | iotests: remove qemu_io_silent() and qemu_io_silent_check(). Reviewed-by: Hanna Reitz <hreitz@redhat.com> Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-04-25 | John Snow | iotests: remove qemu_io_pipe_and_status() Reviewed-by: Hanna Reitz <hreitz@redhat.com> Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-04-25 | John Snow | iotests/image-fleecing: switch to qemu_io() Reviewed-by: Hanna Reitz <hreitz@redhat.com> Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-04-25 | John Snow | iotests/migration-permissions: use assertRaises() for... Reviewed-by: Hanna Reitz <hreitz@redhat.com> Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-04-25 | John Snow | iotests: rebase qemu_io() on top of qemu_tool() Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-04-25 | John Snow | iotests: create generic qemu_tool() function Reviewed-by: Hanna Reitz <hreitz@redhat.com> Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-04-25 | John Snow | iotests/040: Fix TestCommitWithFilters test Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-04-25 | John Snow | iotests/040: Don't check image pattern on zero-length... Reviewed-by: Hanna Reitz <hreitz@redhat.com> Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-04-25 | John Snow | iotests: Don't check qemu_io() output for specific... Reviewed-by: Hanna Reitz <hreitz@redhat.com> Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-04-25 | John Snow | iotests/163: Fix broken qemu-io invocation Reviewed-by: Hanna Reitz <hreitz@redhat.com> Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-04-25 | John Snow | iotests: replace calls to log(qemu_io(...)) with qemu_io_log() Reviewed-by: Hanna Reitz <hreitz@redhat.com> Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-04-25 | Denis V. Lunev | block: add 'force' parameter to 'blockdev-change-medium... CC: Hanna Reitz <hreitz@redhat.com> Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-04-20 | Hanna Reitz | qcow2: Add errp to rebuild_refcount_structure() Signed-off-by: Hanna Reitz <hreitz@redhat.com> Message-Id: <20220405134652.19278-4-hreitz@redhat.com> |
commitcommitdifftree |
2022-04-20 | Hanna Reitz | iotests/108: Test new refcount rebuild algorithm Signed-off-by: Hanna Reitz <hreitz@redhat.com> Message-Id: <20220405134652.19278-3-hreitz@redhat.com> |
commitcommitdifftree |
2022-04-20 | Hanna Reitz | qcow2: Improve refcount structure rebuilding Signed-off-by: Hanna Reitz <hreitz@redhat.com> Message-Id: <20220405134652.19278-2-hreitz@redhat.com> |
commitcommitdifftree |
2022-04-20 | Hanna Reitz | iotests/303: Check for zstd support Signed-off-by: Hanna Reitz <hreitz@redhat.com> Message-Id: <20220323105522.53660-4-hreitz@redhat.com> |
commitcommitdifftree |
2022-04-20 | Hanna Reitz | iotests/065: Check for zstd support Signed-off-by: Hanna Reitz <hreitz@redhat.com> Message-Id: <20220323105522.53660-3-hreitz@redhat.com> |
commitcommitdifftree |
2022-04-20 | Hanna Reitz | iotests.py: Add supports_qcow2_zstd_compression() Signed-off-by: Hanna Reitz <hreitz@redhat.com> Message-Id: <20220323105522.53660-2-hreitz@redhat.com> |
commitcommitdifftree |
2022-04-20 | Thomas Huth | tests/qemu-iotests: Move the bash and sanitizer checks... Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-04-20 | Thomas Huth | tests/qemu-iotests/meson.build: Improve the indentation Reviewed-by: Hanna Reitz <hreitz@redhat.com> Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-03-29 | Hanna Reitz | iotests: Fix status checks Signed-off-by: Hanna Reitz <hreitz@redhat.com> Message-Id: <20220324180221.24508-1-hreitz@redhat.com> |
commitcommitdifftree |
2022-03-29 | Hanna Reitz | block/stream: Drain subtree around graph change Signed-off-by: Hanna Reitz <hreitz@redhat.com> Message-Id: <20220324140907.17192-1-hreitz@redhat.com> |
commitcommitdifftree |
2022-03-29 | Hanna Reitz | main-loop: Disable GLOBAL_STATE_CODE() assertions Signed-off-by: Hanna Reitz <hreitz@redhat.com> Message-Id: <20220329093545.52114-1-hreitz@redhat.com> |
commitcommitdifftree |
2022-03-29 | John Snow | iotests: update test owner contact information Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-03-22 | Hanna Reitz | iotests/207: Filter host fingerprint Signed-off-by: Hanna Reitz <hreitz@redhat.com> Message-Id: <20220318125304.66131-3-hreitz@redhat.com> |
commitcommitdifftree |
2022-03-22 | Hanna Reitz | iotests.py: Filters for VM.run_job() Signed-off-by: Hanna Reitz <hreitz@redhat.com> Message-Id: <20220318125304.66131-2-hreitz@redhat.com> |
commitcommitdifftree |
2022-03-22 | John Snow | iotests: make qemu_img_log and img_info_log raise on... Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-03-22 | John Snow | iotests: remove qemu_img_pipe_and_status() Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-03-22 | John Snow | iotests: replace qemu_img_log('create', ...) calls Reviewed-by: Hanna Reitz <hreitz@redhat.com> Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-03-22 | John Snow | iotests: use qemu_img() in has_working_luks() Reviewed-by: Hanna Reitz <hreitz@redhat.com> Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-03-22 | John Snow | iotests: remove remaining calls to qemu_img_pipe() Reviewed-by: Hanna Reitz <hreitz@redhat.com> Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-03-22 | John Snow | iotests/149: Remove qemu_img_pipe() call Reviewed-by: Hanna Reitz <hreitz@redhat.com> Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-03-22 | John Snow | iotests: replace unchecked calls to qemu_img_pipe() Reviewed-by: Hanna Reitz <hreitz@redhat.com> Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-03-22 | John Snow | iotests: change supports_quorum to use qemu_img Reviewed-by: Hanna Reitz <hreitz@redhat.com> Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-03-22 | John Snow | iotests: add qemu_img_map() function Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-03-22 | John Snow | iotests/remove-bitmap-from-backing: use qemu_img_info() Reviewed-by: Hanna Reitz <hreitz@redhat.com> Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-03-22 | John Snow | iotests: add qemu_img_info() Reviewed-by: Hanna Reitz <hreitz@redhat.com> Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-03-22 | John Snow | iotests: use qemu_img_json() when applicable Reviewed-by: Hanna Reitz <hreitz@redhat.com> Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-03-22 | John Snow | iotests: add qemu_img_json() Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-03-22 | John Snow | iotests: fortify compare_images() against crashes Reviewed-by: Hanna Reitz <hreitz@redhat.com> Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-03-22 | John Snow | iotests: make qemu_img raise on non-zero rc by default Reviewed-by: Hanna Reitz <hreitz@redhat.com> Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-03-22 | John Snow | iotests: Remove explicit checks for qemu_img() == 0 Reviewed-by: Hanna Reitz <hreitz@redhat.com> Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-03-22 | John Snow | python/utils: add VerboseProcessError Reviewed-by: Hanna Reitz <hreitz@redhat.com> Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-03-22 | John Snow | python/utils: add add_visual_margin() text decoration... Acked-by: Hanna Reitz <hreitz@redhat.com> Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-03-22 | Thomas Huth | tests/qemu-iotests/testrunner: Supply a test plan in... Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-03-22 | Thomas Huth | tests: Do not treat the iotests as separate meson test... Tested-by: Hanna Reitz <hreitz@redhat.com> Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-03-22 | Thomas Huth | tests/qemu-iotests: Use GNU sed in two more spots where... Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-03-22 | Stefano Garzarella | block/rbd: fix write zeroes with growing images Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-03-22 | laokz | tests: add (riscv virt) machine mapping to testenv Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-03-07 | Vladimir Sementsov... | iotests/image-fleecing: test push backup with fleecing Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-03-07 | Vladimir Sementsov... | iotests/image-fleecing: add test case with bitmap Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-03-07 | Vladimir Sementsov... | iotests.py: add qemu_io_pipe_and_status() Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-03-07 | Vladimir Sementsov... | iotests/image-fleecing: add test-case for fleecing... Reviewed-by: Hanna Reitz <hreitz@redhat.com> Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-03-07 | Vladimir Sementsov... | block: copy-before-write: realize snapshot-access API Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-03-07 | Vladimir Sementsov... | block: introduce snapshot-access block driver Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-03-07 | Vladimir Sementsov... | block/io: introduce block driver snapshot-access API Reviewed-by: Hanna Reitz <hreitz@redhat.com> Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-03-07 | Vladimir Sementsov... | block/reqlist: add reqlist_wait_all() Reviewed-by: Hanna Reitz <hreitz@redhat.com> Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-03-07 | Vladimir Sementsov... | block/dirty-bitmap: introduce bdrv_dirty_bitmap_status() Reviewed-by: Hanna Reitz <hreitz@redhat.com> Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-03-07 | Vladimir Sementsov... | block/reqlist: reqlist_find_conflict(): use ranges_overlap() Reviewed-by: Hanna Reitz <hreitz@redhat.com> Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-03-07 | Vladimir Sementsov... | block: intoduce reqlist Reviewed-by: Hanna Reitz <hreitz@redhat.com> Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-03-07 | Vladimir Sementsov... | block/block-copy: add block_copy_reset() Reviewed-by: Hanna Reitz <hreitz@redhat.com> Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-03-07 | Vladimir Sementsov... | block/copy-before-write: add bitmap open parameter Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-03-07 | Vladimir Sementsov... | block/block-copy: block_copy_state_new(): add bitmap... Reviewed-by: Hanna Reitz <hreitz@redhat.com> Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-03-07 | Vladimir Sementsov... | block/dirty-bitmap: bdrv_merge_dirty_bitmap(): add... Reviewed-by: Hanna Reitz <hreitz@redhat.com> Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-03-07 | Vladimir Sementsov... | block/block-copy: move copy_bitmap initialization to... Reviewed-by: Hanna Reitz <hreitz@redhat.com> Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-03-07 | Hanna Reitz | iotests: Write test output to TEST_DIR Signed-off-by: Hanna Reitz <hreitz@redhat.com> Message-Id: <20220221172909.762858-1-hreitz@redhat.com> |
commitcommitdifftree |
2022-03-07 | Thomas Huth | tests/qemu-iotests/testrunner: Quote "case not run... Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-03-07 | Thomas Huth | tests/qemu-iotests/040: Skip TestCommitWithFilters... Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-03-07 | Vladimir Sementsov... | block: fix preallocate filter: don't do unaligned preallocat... Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
2022-03-07 | Peter Maydell | block/curl.c: Check error return from curl_easy_setopt() Reviewed-by: Hanna Reitz <hreitz@redhat.com> Signed-off-by: Hanna Reitz <hreitz@redhat.com> |
commitcommitdifftree |
next |