[libvirt] [PATCH 0/2] Fix reverting of external snapshots with custom XML

Peter Krempa pkrempa at redhat.com
Mon Sep 16 12:36:01 UTC 2013


The external snapshot code mistakenly used non-"migratable" XMLs
in the save image which caused problems with restoring them
via the workaround way of doing virDomainRestore().

This series adds workaround to add compatibility with older snapshots
and fixes the problem in the snapshot code.

Unfortunately, this is not testable with unit tests. I'll try to
do a autotest virt-test test case for this particular issue.

Peter Krempa (2):
  qemu: Fix checking of ABI stability when restoring external
    checkpoints
  qemu: Use "migratable" XML definition when doing external checkpoints

 src/qemu/qemu_driver.c | 24 ++++++++++++++++++++----
 1 file changed, 20 insertions(+), 4 deletions(-)

-- 
1.8.3.2




More information about the libvir-list mailing list