[libvirt] [PATCH v3 0/4] qemu: block: implement optional removal of committed snapshot images

Pavel Mores posted 4 patches 4 years, 5 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20191121100047.17747-1-pmores@redhat.com
There is a newer version of this series
src/qemu/qemu_blockjob.c                      | 43 ++++++++++++++++++-
src/qemu/qemu_blockjob.h                      |  4 +-
src/qemu/qemu_domain.c                        |  6 ++-
src/qemu/qemu_domain.h                        |  6 +++
src/qemu/qemu_driver.c                        |  5 ++-
.../blockjob-blockdev-in.xml                  |  1 +
6 files changed, 60 insertions(+), 5 deletions(-)
[libvirt] [PATCH v3 0/4] qemu: block: implement optional removal of committed snapshot images
Posted by Pavel Mores 4 years, 5 months ago
v3 aims to incorporate Peter's feedback to v2, mainly:
- patch 1 was split into two - the delete flag propagation stays in patch 1,
  the actual enabling the feature was moved to what's now patch 4
- patch 2 was modified to handle NFS and to use g_strerror() instead of
  strerror_r()
- the former patch 4 was squashed into patch 3.

Pavel Mores (4):
  qemu: block: propagate the delete flag to where it can actually be
    used
  qemu: block: use the delete flag to delete snapshot images if
    requested
  qemu: block: store the delete flag in libvirtd's status XML
  qemu: block: enable the snapshot image deletion feature

 src/qemu/qemu_blockjob.c                      | 43 ++++++++++++++++++-
 src/qemu/qemu_blockjob.h                      |  4 +-
 src/qemu/qemu_domain.c                        |  6 ++-
 src/qemu/qemu_domain.h                        |  6 +++
 src/qemu/qemu_driver.c                        |  5 ++-
 .../blockjob-blockdev-in.xml                  |  1 +
 6 files changed, 60 insertions(+), 5 deletions(-)

-- 
2.21.0

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list