[libvirt] [PATCH 0/4] Fix segfault while redefining snapshots and allow redefinition of external snapshots

Peter Krempa pkrempa at redhat.com
Thu Jan 3 13:38:43 UTC 2013


This series fixes two issues while redefining snapshots:

1) Segfault when disk alignment of the new snapshot failed (patch 3)

2) Failure to redefine external snapshots. A check was missing to align disks for external snapshots. (patch 4)

Peter Krempa (4):
  snapshot: conf: Make virDomainSnapshotIsExternal more reusable
  snapshot: qemu: Separate logic blocks with newlines
  snapshot: qemu: Fix segfault and vanishing snapshots when redefining
  snapshot: qemu: Allow redefinition of external snapshots

 src/conf/snapshot_conf.c | 14 ++++++++----
 src/conf/snapshot_conf.h |  1 +
 src/libvirt_private.syms |  1 +
 src/qemu/qemu_driver.c   | 57 +++++++++++++++++++++++++++++++++++-------------
 4 files changed, 54 insertions(+), 19 deletions(-)

-- 
1.8.0.2




More information about the libvir-list mailing list