Re: [libvirt] [PATCH] virsh: Improve error when trying to change vm's cpu count 0

2012-06-22 Thread Peter Krempa
On 06/22/12 09:25, Martin Kletzander wrote: On 06/21/2012 06:36 PM, Peter Krempa wrote: This patch adds a check for the count of processors the user requests for the guest machine so that invalid values produce a more helpful error message. --- tools/virsh.c |2 +- 1 files changed, 1 inse

Re: [libvirt] [PATCH] virsh: Improve error when trying to change vm's cpu count 0

2012-06-22 Thread Martin Kletzander
On 06/21/2012 06:36 PM, Peter Krempa wrote: > This patch adds a check for the count of processors the user requests > for the guest machine so that invalid values produce a more helpful > error message. > --- > tools/virsh.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff -

[libvirt] [PATCH] virsh: Improve error when trying to change vm's cpu count 0

2012-06-21 Thread Peter Krempa
This patch adds a check for the count of processors the user requests for the guest machine so that invalid values produce a more helpful error message. --- tools/virsh.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tools/virsh.c b/tools/virsh.c index 55cbe2b..2ec84cd