Re: [libvirt] [PATCH] qemu: Remove maximum cpu limit when setting processor count using the API

2013-04-05 Thread Peter Krempa
On 04/05/13 11:21, Daniel P. Berrange wrote: On Fri, Apr 05, 2013 at 11:13:17AM +0200, Peter Krempa wrote: On 04/05/13 10:37, Daniel P. Berrange wrote: On Fri, Apr 05, 2013 at 12:11:31AM +0200, Peter Krempa wrote: When setting processor count for a domain using the API libvirt enforced a maxim

Re: [libvirt] [PATCH] qemu: Remove maximum cpu limit when setting processor count using the API

2013-04-05 Thread Daniel P. Berrange
On Fri, Apr 05, 2013 at 11:13:17AM +0200, Peter Krempa wrote: > On 04/05/13 10:37, Daniel P. Berrange wrote: > >On Fri, Apr 05, 2013 at 12:11:31AM +0200, Peter Krempa wrote: > >>When setting processor count for a domain using the API libvirt enforced > >>a maximum processor count, while it isn't en

Re: [libvirt] [PATCH] qemu: Remove maximum cpu limit when setting processor count using the API

2013-04-05 Thread Peter Krempa
On 04/05/13 10:37, Daniel P. Berrange wrote: On Fri, Apr 05, 2013 at 12:11:31AM +0200, Peter Krempa wrote: When setting processor count for a domain using the API libvirt enforced a maximum processor count, while it isn't enforced when taking the XML path. This patch removes the check to match

Re: [libvirt] [PATCH] qemu: Remove maximum cpu limit when setting processor count using the API

2013-04-05 Thread Daniel P. Berrange
On Fri, Apr 05, 2013 at 12:11:31AM +0200, Peter Krempa wrote: > When setting processor count for a domain using the API libvirt enforced > a maximum processor count, while it isn't enforced when taking the XML path. > > This patch removes the check to match the API. Do you mean s/API/XML/ here ?

[libvirt] [PATCH] qemu: Remove maximum cpu limit when setting processor count using the API

2013-04-04 Thread Peter Krempa
When setting processor count for a domain using the API libvirt enforced a maximum processor count, while it isn't enforced when taking the XML path. This patch removes the check to match the API. --- src/qemu/qemu_driver.c | 24 +++- 1 file changed, 3 insertions(+), 21 deleti