[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 0/6] Block jobs patches for 2024-04-29
From: |
Vladimir Sementsov-Ogievskiy |
Subject: |
[PULL 0/6] Block jobs patches for 2024-04-29 |
Date: |
Mon, 29 Apr 2024 14:51:51 +0300 |
The following changes since commit fd87be1dada5672f877e03c2ca8504458292c479:
Merge tag 'accel-20240426' of https://github.com/philmd/qemu into staging
(2024-04-26 15:28:13 -0700)
are available in the Git repository at:
https://gitlab.com/vsementsov/qemu.git tags/pull-block-jobs-2024-04-29
for you to fetch changes up to 2ca7608c6b8d57fd6347b11af12a0f035263efef:
iotests: add backup-discard-source (2024-04-29 13:35:30 +0300)
----------------------------------------------------------------
Block jobs patches for 2024-04-29
- backup: discard-source parameter
- blockcommit: Reopen base image as RO after abort
----------------------------------------------------------------
Alexander Ivanov (1):
blockcommit: Reopen base image as RO after abort
Vladimir Sementsov-Ogievskiy (5):
block/copy-before-write: fix permission
block/copy-before-write: support unligned snapshot-discard
block/copy-before-write: create block_copy bitmap in filter node
qapi: blockdev-backup: add discard-source parameter
iotests: add backup-discard-source
block/backup.c | 5 +-
block/block-copy.c | 12 +-
block/copy-before-write.c | 39 +++++--
block/copy-before-write.h | 1 +
block/mirror.c | 11 +-
block/replication.c | 4 +-
blockdev.c | 2 +-
include/block/block-common.h | 2 +
include/block/block-copy.h | 2 +
include/block/block_int-global-state.h | 2 +-
qapi/block-core.json | 4 +
tests/qemu-iotests/257.out | 112 +++++++++---------
tests/qemu-iotests/tests/backup-discard-source | 152
+++++++++++++++++++++++++
tests/qemu-iotests/tests/backup-discard-source.out | 5 +
14 files changed, 281 insertions(+), 72 deletions(-)
create mode 100755 tests/qemu-iotests/tests/backup-discard-source
create mode 100644 tests/qemu-iotests/tests/backup-discard-source.out
Alexander Ivanov (1):
blockcommit: Reopen base image as RO after abort
Vladimir Sementsov-Ogievskiy (5):
block/copy-before-write: fix permission
block/copy-before-write: support unligned snapshot-discard
block/copy-before-write: create block_copy bitmap in filter node
qapi: blockdev-backup: add discard-source parameter
iotests: add backup-discard-source
block/backup.c | 5 +-
block/block-copy.c | 12 +-
block/copy-before-write.c | 39 ++++-
block/copy-before-write.h | 1 +
block/mirror.c | 11 +-
block/replication.c | 4 +-
blockdev.c | 2 +-
include/block/block-common.h | 2 +
include/block/block-copy.h | 2 +
include/block/block_int-global-state.h | 2 +-
qapi/block-core.json | 4 +
tests/qemu-iotests/257.out | 112 ++++++-------
.../qemu-iotests/tests/backup-discard-source | 152 ++++++++++++++++++
.../tests/backup-discard-source.out | 5 +
14 files changed, 281 insertions(+), 72 deletions(-)
create mode 100755 tests/qemu-iotests/tests/backup-discard-source
create mode 100644 tests/qemu-iotests/tests/backup-discard-source.out
--
2.34.1
- [PULL 0/6] Block jobs patches for 2024-04-29,
Vladimir Sementsov-Ogievskiy <=
[PULL 4/6] block/copy-before-write: create block_copy bitmap in filter node, Vladimir Sementsov-Ogievskiy, 2024/04/29
[PULL 5/6] qapi: blockdev-backup: add discard-source parameter, Vladimir Sementsov-Ogievskiy, 2024/04/29
[PULL 2/6] block/copy-before-write: fix permission, Vladimir Sementsov-Ogievskiy, 2024/04/29