[libvirt PATCH 0/3] qemu: block: basic implementation of deletion of external snapshots

Pavel Mores posted 3 patches 4 years ago
Failed in applying to current master (apply log)
There is a newer version of this series
src/qemu/qemu_driver.c | 295 +++++++++++++++++++++++++++++++++--------
1 file changed, 241 insertions(+), 54 deletions(-)
[libvirt PATCH 0/3] qemu: block: basic implementation of deletion of external snapshots
Posted by Pavel Mores 4 years ago
Deleting external snapshots has been unimplemented so far.  This series aims
to enable limited functionality in that direction, handling just the common
cases for now.  The intention is to subsequently build upon this to eventually
cover the more complex/exotic cases as well.

Please refer to the commit message of the final commit for a detailed
description of features and limitations of this change.

Pavel Mores (3):
  qemu: block: factor implementation out of qemuDomainBlockCommit()
  qemu: block: factor implementation out of qemuDomainBlockJobAbort()
  qemu: block: external snapshot-delete implementation for
    straightforward cases

 src/qemu/qemu_driver.c | 295 +++++++++++++++++++++++++++++++++--------
 1 file changed, 241 insertions(+), 54 deletions(-)

-- 
2.24.1