Re: [libvirt] [PATCH 3/6] Add vol-create-upload, vol-upload and vol-download commands to virsh

2011-03-22 Thread Daniel P. Berrange
On Mon, Mar 21, 2011 at 03:23:24PM -0600, Eric Blake wrote: On 03/18/2011 10:36 AM, Daniel P. Berrange wrote: * tools/virsh.c: Add vol-create-upload, vol-upload and vol-download commands Another stale commit message. s/vol-create-upload, // +static int +cmdVolUpload (vshControl

Re: [libvirt] [PATCH 3/6] Add vol-create-upload, vol-upload and vol-download commands to virsh

2011-03-21 Thread Eric Blake
On 03/18/2011 10:36 AM, Daniel P. Berrange wrote: * tools/virsh.c: Add vol-create-upload, vol-upload and vol-download commands Another stale commit message. s/vol-create-upload, // +static int +cmdVolUpload (vshControl *ctl, const vshCmd *cmd) +{ +const char *file = NULL; +

[libvirt] [PATCH 3/6] Add vol-create-upload, vol-upload and vol-download commands to virsh

2011-03-18 Thread Daniel P. Berrange
* tools/virsh.c: Add vol-create-upload, vol-upload and vol-download commands --- tools/virsh.c | 218 + 1 files changed, 218 insertions(+), 0 deletions(-) diff --git a/tools/virsh.c b/tools/virsh.c index 50ca50f..e30d39c 100644 ---