All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 0/6] Block jobs patches for 2024-04-29
@ 2024-04-29 11:51 Vladimir Sementsov-Ogievskiy
  2024-04-29 11:51 ` [PULL 1/6] blockcommit: Reopen base image as RO after abort Vladimir Sementsov-Ogievskiy
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Vladimir Sementsov-Ogievskiy @ 2024-04-29 11:51 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-block, vsementsov

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



^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2024-04-30  9:23 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-29 11:51 [PULL 0/6] Block jobs patches for 2024-04-29 Vladimir Sementsov-Ogievskiy
2024-04-29 11:51 ` [PULL 1/6] blockcommit: Reopen base image as RO after abort Vladimir Sementsov-Ogievskiy
2024-04-29 11:51 ` [PULL 2/6] block/copy-before-write: fix permission Vladimir Sementsov-Ogievskiy
2024-04-29 11:51 ` [PULL 3/6] block/copy-before-write: support unligned snapshot-discard Vladimir Sementsov-Ogievskiy
2024-04-29 11:51 ` [PULL 4/6] block/copy-before-write: create block_copy bitmap in filter node Vladimir Sementsov-Ogievskiy
2024-04-29 11:51 ` [PULL 5/6] qapi: blockdev-backup: add discard-source parameter Vladimir Sementsov-Ogievskiy
2024-04-29 11:51 ` [PULL 6/6] iotests: add backup-discard-source Vladimir Sementsov-Ogievskiy
2024-04-29 14:18   ` Richard Henderson
2024-04-29 18:39     ` Vladimir Sementsov-Ogievskiy
2024-04-30  9:13       ` Kevin Wolf
2024-04-30  9:22         ` Vladimir Sementsov-Ogievskiy
2024-04-29 11:53 ` [PULL 0/6] Block jobs patches for 2024-04-29 Vladimir Sementsov-Ogievskiy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.