[libvirt] [libvirt-glib] [PATCH 0/2] Add API to fetch the snapshots of a GVirDomain

Timm Bäder mail at baedert.org
Mon Jun 23 15:29:09 UTC 2014


The following two patches add gvir_domain_fetch_snapshots which uses
virDomainListAllSnapshots to fetch snapshots from the virDomain
(using the given GVirDomainSnapshotListFlags) and
gvir_domain_get_snapshots which returns a GList of containing all of
the snapshots last fetched.

Timm Bäder (2):
  libvirt-gobject-domain: Add _fetch_snapshots
  libvirt-gobject-domain: Add _get_snapshots

 libvirt-gobject/libvirt-gobject-domain.c | 80 ++++++++++++++++++++++++++++++++
 libvirt-gobject/libvirt-gobject-domain.h | 40 ++++++++++++++++
 libvirt-gobject/libvirt-gobject.sym      |  3 ++
 3 files changed, 123 insertions(+)

-- 
2.0.0




More information about the libvir-list mailing list