[libvirt] [PATCH 0/5] Refactor save image opening and add restore hook

Peter Krempa pkrempa at redhat.com
Wed Sep 17 15:18:34 UTC 2014


This series refactors (splits) the save image open function into separate chunks
and introduces a filter-hook that is called when restoring a save image.

Peter Krempa (5):
  qemu: save image: Split out user provided XML checker
  qemu: save image: Add possibility to return XML stored in the image
  qemu: save image: Split out new definition check/update
  qemu: save image: Split out checks done only when editing the save img
  qemu: hook: Provide hook when restoring a domain save image

 docs/hooks.html.in     |  11 +++
 src/qemu/qemu_driver.c | 261 ++++++++++++++++++++++++++++++++++---------------
 src/util/virhook.c     |   3 +-
 src/util/virhook.h     |   1 +
 4 files changed, 195 insertions(+), 81 deletions(-)

-- 
2.1.0




More information about the libvir-list mailing list