Re: [libvirt] [PATCHv2] virsh: Report error when taking a snapshot with empty --memspec argument

2012-11-23 Thread Peter Krempa
On 11/23/12 13:47, Martin Kletzander wrote: On 11/22/2012 02:41 PM, Peter Krempa wrote: When the value of memspec was empty taking of a snapshot failed without reporting an error. --- tools/virsh-snapshot.c | 14 -- 1 file changed, 8 insertions(+), 6 deletions(-) ... I've mis

Re: [libvirt] [PATCHv2] virsh: Report error when taking a snapshot with empty --memspec argument

2012-11-23 Thread Martin Kletzander
On 11/22/2012 02:41 PM, Peter Krempa wrote: > When the value of memspec was empty taking of a snapshot failed without > reporting an error. > --- > tools/virsh-snapshot.c | 14 -- > 1 file changed, 8 insertions(+), 6 deletions(-) > > diff --git a/tools/virsh-snapshot.c b/tools/virsh-s

[libvirt] [PATCHv2] virsh: Report error when taking a snapshot with empty --memspec argument

2012-11-22 Thread Peter Krempa
When the value of memspec was empty taking of a snapshot failed without reporting an error. --- tools/virsh-snapshot.c | 14 -- 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/tools/virsh-snapshot.c b/tools/virsh-snapshot.c index 398730c..8ec6456 100644 --- a/tools/virsh-