[libvirt] [PATCH 0/4] add more snapshot-list filters

Eric Blake eblake at redhat.com
Tue Nov 13 19:09:39 UTC 2012


Depends on this patch being applied first:
https://www.redhat.com/archives/libvir-list/2012-November/msg00598.html

Adds the ability for virsh to filter on whether a snapshot was
offline, online, or disk-only; and whether it was internal or external.

Eric Blake (4):
  snapshot: add two more filter sets to API
  snapshot: add virsh back-compat support for new filters
  snapshot: expose location through virsh snapshot-info
  snapshot: implement new filter sets

 include/libvirt/libvirt.h.in |  19 +++++
 src/conf/snapshot_conf.c     |  30 ++++++-
 src/conf/snapshot_conf.h     |  13 ++-
 src/libvirt.c                |  60 ++++++++++++++
 tools/virsh-snapshot.c       | 187 +++++++++++++++++++++++++++++++++++++------
 tools/virsh.pod              |  17 +++-
 6 files changed, 298 insertions(+), 28 deletions(-)

-- 
1.7.11.7




More information about the libvir-list mailing list