Re: [libvirt] [PATCH v2 2/3] qemu: check the kvm host cpu max limits in virConnectGetDomainCapabilities

2016-06-24 Thread Andrea Bolognani
On Fri, 2016-06-24 at 20:34 +0530, Shivaprasad G Bhat wrote: > The qemu limit and host limit both should be considered for > the domain vcpu max limits. >  > Signed-off-by: Shivaprasad G Bhat > --- >  src/qemu/qemu_capabilities.c |   11 --- >  

[libvirt] [PATCH v2 2/3] qemu: check the kvm host cpu max limits in virConnectGetDomainCapabilities

2016-06-24 Thread Shivaprasad G Bhat
The qemu limit and host limit both should be considered for the domain vcpu max limits. Signed-off-by: Shivaprasad G Bhat --- src/qemu/qemu_capabilities.c | 11 --- src/qemu/qemu_capabilities.h |3 ++- src/qemu/qemu_driver.c |2 +-