[libvirt] [PATCH 0/2] snapshot: add getName API

Eric Blake eblake at redhat.com
Thu Sep 8 12:21:09 UTC 2011


I know I've missed the 0.9.5 RC1 freeze, but think that this
new API is worth adding, if only because I noticed that
'virsh snapshot-create dom --no-metadata' currently creates
a snapshot with a generated name but then fails in attempting
to express that name to the user.

Eric Blake (2):
  snapshot: new APIs for inspecting snapshot object
  snapshot: use new API for less work

 include/libvirt/libvirt.h.in |    4 ++
 src/libvirt.c                |   73 ++++++++++++++++++++++++++++++++++++++++++
 src/libvirt_public.syms      |    5 ++-
 tools/virsh.c                |   41 +++++------------------
 4 files changed, 90 insertions(+), 33 deletions(-)

-- 
1.7.4.4




More information about the libvir-list mailing list