[libvirt] [PATCH 0/7] Fix domain state handling when reverting snapshots in PMSUSPENDED state

Peter Krempa pkrempa at redhat.com
Fri Jul 18 16:11:50 UTC 2014


Unfortunately qemu behaves strangely so it probably can't be fully verified :/

Peter Krempa (7):
  event: Add transition reason for PMSUSPENDED state from snapshot ops
  lib: Add reason for a domain reaching the PMSUSPENDED state
  qemu: snapshot: Convert if-else switch to switch statement
  qemu: snapshot: Reject revertion from clearly bad states
  qemu: snapshot: Add helper to generate lifecycle events
  qemu: snapshot: Refactor event creation when reverting snapshots
  qemu: snapshot: Correctly revert snapshots in PMSUSPENDED state

 examples/object-events/event-test.c |   3 +
 include/libvirt/libvirt.h.in        |   6 +
 src/conf/domain_conf.c              |   3 +-
 src/qemu/qemu_driver.c              | 301 +++++++++++++++++++++++++-----------
 tools/virsh-domain-monitor.c        |   3 +-
 tools/virsh-domain.c                |   3 +-
 6 files changed, 228 insertions(+), 91 deletions(-)

-- 
2.0.0




More information about the libvir-list mailing list