qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] qcow2: Allow resize of images with internal snapshots
@ 2020-04-24 19:09 Eric Blake
  2020-04-24 19:09 ` [PATCH v3 1/3] block: Add blk_new_with_bs() helper Eric Blake
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Eric Blake @ 2020-04-24 19:09 UTC (permalink / raw)
  To: qemu-devel; +Cc: stefanha, qemu-block, mreitz

In v3:
- patch 1: fix error returns [patchew, Max], R-b dropped
- patch 2,3: unchanged, so add R-b

Eric Blake (3):
  block: Add blk_new_with_bs() helper
  qcow2: Allow resize of images with internal snapshots
  qcow2: Tweak comment about bitmaps vs. resize

 include/sysemu/block-backend.h |  2 ++
 block/block-backend.c          | 23 +++++++++++++++++
 block/crypto.c                 | 10 +++-----
 block/parallels.c              |  8 +++---
 block/qcow.c                   |  8 +++---
 block/qcow2-snapshot.c         | 20 ++++++++++++---
 block/qcow2.c                  | 45 +++++++++++++++++++++++-----------
 block/qed.c                    |  9 +++----
 block/sheepdog.c               | 11 ++++-----
 block/vdi.c                    |  8 +++---
 block/vhdx.c                   |  9 +++----
 block/vmdk.c                   |  9 +++----
 block/vpc.c                    |  8 +++---
 blockdev.c                     |  8 +++---
 blockjob.c                     |  7 ++----
 tests/qemu-iotests/061         | 35 ++++++++++++++++++++++++++
 tests/qemu-iotests/061.out     | 28 +++++++++++++++++++++
 17 files changed, 177 insertions(+), 71 deletions(-)

-- 
2.26.2



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

end of thread, other threads:[~2020-04-28 18:26 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-24 19:09 [PATCH v3 0/3] qcow2: Allow resize of images with internal snapshots Eric Blake
2020-04-24 19:09 ` [PATCH v3 1/3] block: Add blk_new_with_bs() helper Eric Blake
2020-04-27 10:00   ` Max Reitz
2020-04-27 14:03     ` Eric Blake
2020-04-28  6:34       ` Max Reitz
2020-04-28 12:47         ` Eric Blake
2020-04-24 19:09 ` [PATCH v3 2/3] qcow2: Allow resize of images with internal snapshots Eric Blake
2020-04-24 19:09 ` [PATCH v3 3/3] qcow2: Tweak comment about bitmaps vs. resize Eric Blake
2020-04-28 12:59 ` [PATCH v3 0/3] qcow2: Allow resize of images with internal snapshots Max Reitz
2020-04-28 18:24   ` Eric Blake

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).