Re: [libvirt] [PATCHv2 11/13] list: provide RPC call for snapshots

2012-06-19 Thread Eric Blake
On 06/18/2012 09:00 AM, Eric Blake wrote: > On 06/18/2012 08:48 AM, Peter Krempa wrote: >> On 06/15/12 06:18, Eric Blake wrote: >>> The generator doesn't handle lists of virDomainSnapshotPtr, so >>> this commit requires a bit more work than some RPC additions. >>> > >>> +struct remote_domain_snaps

Re: [libvirt] [PATCHv2 11/13] list: provide RPC call for snapshots

2012-06-18 Thread Eric Blake
On 06/18/2012 08:48 AM, Peter Krempa wrote: > On 06/15/12 06:18, Eric Blake wrote: >> The generator doesn't handle lists of virDomainSnapshotPtr, so >> this commit requires a bit more work than some RPC additions. >> >> +struct remote_domain_snapshot_list_all_children_ret { >> +remote_nonnull_

Re: [libvirt] [PATCHv2 11/13] list: provide RPC call for snapshots

2012-06-18 Thread Peter Krempa
On 06/15/12 06:18, Eric Blake wrote: The generator doesn't handle lists of virDomainSnapshotPtr, so this commit requires a bit more work than some RPC additions. * src/remote/remote_protocol.x (REMOTE_PROC_DOMAIN_LIST_ALL_SNAPSHOTS) (REMOTE_PROC_DOMAIN_SNAPSHOT_LIST_ALL_CHILDREN): New RPC calls,

[libvirt] [PATCHv2 11/13] list: provide RPC call for snapshots

2012-06-14 Thread Eric Blake
The generator doesn't handle lists of virDomainSnapshotPtr, so this commit requires a bit more work than some RPC additions. * src/remote/remote_protocol.x (REMOTE_PROC_DOMAIN_LIST_ALL_SNAPSHOTS) (REMOTE_PROC_DOMAIN_SNAPSHOT_LIST_ALL_CHILDREN): New RPC calls, with corresponding structs. * daemon/r