[libvirt] [PATCH] virsh: error out on non-numeric timeout values

2013-03-26 Thread Ján Tomko
Some block commands and migrate ignored incorrect values. Bug: https://bugzilla.redhat.com/show_bug.cgi?id=927495 --- tools/virsh-domain.c | 48 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/tools/virsh-domain.c

Re: [libvirt] [PATCH] virsh: error out on non-numeric timeout values

2013-03-26 Thread Eric Blake
On 03/26/2013 09:44 AM, Ján Tomko wrote: Some block commands and migrate ignored incorrect values. Bug: https://bugzilla.redhat.com/show_bug.cgi?id=927495 --- tools/virsh-domain.c | 48 1 file changed, 24 insertions(+), 24 deletions(-) ACK.

Re: [libvirt] [PATCH] virsh: error out on non-numeric timeout values

2013-03-26 Thread Ján Tomko
On 03/26/2013 05:18 PM, Eric Blake wrote: On 03/26/2013 09:44 AM, Ján Tomko wrote: Some block commands and migrate ignored incorrect values. Bug: https://bugzilla.redhat.com/show_bug.cgi?id=927495 --- tools/virsh-domain.c | 48 1 file