Re: [libvirt] [PATCHv2 10/7] snapshot: implement snapshot children listing in esx

2011-10-10 Thread Eric Blake
On 10/05/2011 02:07 AM, Matthias Bolte wrote: 2011/10/3 Eric Blakeebl...@redhat.com: It was fairly trivial to return snapshot listing based on a point in the hierarchy, rather than starting at all roots. * src/esx/esx_driver.c (esxDomainSnapshotNumChildren)

Re: [libvirt] [PATCHv2 10/7] snapshot: implement snapshot children listing in esx

2011-10-05 Thread Matthias Bolte
2011/10/3 Eric Blake ebl...@redhat.com: It was fairly trivial to return snapshot listing based on a point in the hierarchy, rather than starting at all roots. * src/esx/esx_driver.c (esxDomainSnapshotNumChildren) (esxDomainSnapshotListChildrenNames): New functions. ---  src/esx/esx_driver.c

[libvirt] [PATCHv2 10/7] snapshot: implement snapshot children listing in esx

2011-10-03 Thread Eric Blake
It was fairly trivial to return snapshot listing based on a point in the hierarchy, rather than starting at all roots. * src/esx/esx_driver.c (esxDomainSnapshotNumChildren) (esxDomainSnapshotListChildrenNames): New functions. --- src/esx/esx_driver.c | 99