I liked 'nodedev-list --tree' so much that I wanted the same
for 'snapshot-list domain --tree'.
Eric Blake (5):
snapshot: new virDomainSnapshotGetParent API
snapshot: remote protocol for getparent
snapshot: refactor virsh snapshot parent computation
snapshot: add virsh snapshot-list --tree
snapshot: implement getparent in qemu
include/libvirt/libvirt.h.in | 4 +
src/driver.h | 5 ++
src/libvirt.c | 44 +++++++++++++
src/libvirt_public.syms | 5 ++
src/qemu/qemu_driver.c | 46 +++++++++++++
src/remote/remote_driver.c | 1 +
src/remote/remote_protocol.x | 12 +++-
src/remote_protocol-structs | 8 ++
src/rpc/gendispatch.pl | 4 +-
tools/virsh.c | 147 ++++++++++++++++++++++++++++++++++--------
tools/virsh.pod | 14 ++--
11 files changed, 254 insertions(+), 36 deletions(-)
--
1.7.4.4