All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] qcow2: Allow resize of images with internal snapshots
@ 2020-04-23 22:17 Eric Blake
  2020-04-23 22:17 ` [PATCH v2 1/3] block: Add blk_new_with_bs() helper Eric Blake
                   ` (5 more replies)
  0 siblings, 6 replies; 15+ messages in thread
From: Eric Blake @ 2020-04-23 22:17 UTC (permalink / raw)
  To: qemu-devel; +Cc: kwolf, qemu-block, mreitz

In v2:
- new patch 1 [Max]
- split off and reword unrelated change into patch 3 [Max]
- improve the test: grep for items of interest, check $? [Max]
- improve commit message explaining partial failure [Max]

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                 |  8 +++----
 block/parallels.c              |  7 +++---
 block/qcow.c                   |  7 +++---
 block/qcow2-snapshot.c         | 20 ++++++++++++----
 block/qcow2.c                  | 42 +++++++++++++++++++++++-----------
 block/qed.c                    |  7 +++---
 block/sheepdog.c               |  9 ++++----
 block/vdi.c                    |  7 +++---
 block/vhdx.c                   |  7 +++---
 block/vmdk.c                   |  9 ++++----
 block/vpc.c                    |  7 +++---
 blockdev.c                     |  8 +++----
 blockjob.c                     |  7 ++----
 tests/qemu-iotests/061         | 35 ++++++++++++++++++++++++++++
 tests/qemu-iotests/061.out     | 28 +++++++++++++++++++++++
 17 files changed, 167 insertions(+), 66 deletions(-)

-- 
2.26.2



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

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

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-23 22:17 [PATCH v2 0/3] qcow2: Allow resize of images with internal snapshots Eric Blake
2020-04-23 22:17 ` [PATCH v2 1/3] block: Add blk_new_with_bs() helper Eric Blake
2020-04-24  9:53   ` Max Reitz
2020-04-24  9:56     ` Max Reitz
2020-04-24 10:02       ` Max Reitz
2020-04-24 14:18         ` Eric Blake
2020-04-24 14:25           ` Max Reitz
2020-04-24 12:23   ` Stefan Hajnoczi
2020-04-23 22:17 ` [PATCH v2 2/3] qcow2: Allow resize of images with internal snapshots Eric Blake
2020-04-24 10:40   ` Max Reitz
2020-04-23 22:17 ` [PATCH v2 3/3] qcow2: Tweak comment about bitmaps vs. resize Eric Blake
2020-04-24 10:41   ` Max Reitz
2020-04-23 22:28 ` [PATCH v2 0/3] qcow2: Allow resize of images with internal snapshots no-reply
2020-04-23 22:32 ` no-reply
2020-04-23 22:35 ` no-reply

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.