[libvirt] [PATCH v2 0/9] test: Mock snapshot APIs and misc improvements

Cole Robinson crobinso at redhat.com
Fri Aug 30 16:03:42 UTC 2013


This series implements snapshot and managed save APIs for the test driver,
and adds some misc improvements, like specifying domain state in the passed
in driver XML.

v2:
    Use a separate XML namespace for the custom XML additions
    Add snapshot REDEFINE support, sharing the generic logic with qemu

Cole Robinson (9):
  test: Allow specifying object runstate in driver XML
  test: Allow specifying object transient state in driver XML
  test: Wire up managed save APIs
  test: Implement readonly snapshot APIs
  test: Implement snapshot create/delete/revert APIs
  qemu: snapshots: Simplify REDEFINE flag check
  qemu: snapshot: Break out redefine preparation to shared function
  test: snapshot: Add REDEFINE support
  test: Allow specifying domainsnapshot XML

 src/conf/domain_conf.c   |    3 +-
 src/conf/snapshot_conf.c |  150 ++++++
 src/conf/snapshot_conf.h |    7 +
 src/libvirt_private.syms |    1 +
 src/qemu/qemu_driver.c   |  145 +-----
 src/test/test_driver.c   | 1236 +++++++++++++++++++++++++++++++++++++++++++++-
 tests/virshtest.c        |    2 +-
 7 files changed, 1399 insertions(+), 145 deletions(-)

-- 
1.8.3.1




More information about the libvir-list mailing list