Re: [libvirt] [PATCH 1/2] cpu-max: Implement cpu-max attribute into capabilities XML output

2013-04-17 Thread Michal Novotny
On 04/17/2013 11:25 AM, Daniel P. Berrange wrote: > On Wed, Apr 17, 2013 at 03:21:04AM +0200, Michal Novotny wrote: >> Implement the cpu-max attribute into virConnectGetCapabilities() API >> output to allow caller to check maximum number of CPUs to be set for >> specified machine type. >> >> Signe

Re: [libvirt] [PATCH 1/2] cpu-max: Implement cpu-max attribute into capabilities XML output

2013-04-17 Thread Daniel P. Berrange
On Wed, Apr 17, 2013 at 03:21:04AM +0200, Michal Novotny wrote: > Implement the cpu-max attribute into virConnectGetCapabilities() API > output to allow caller to check maximum number of CPUs to be set for > specified machine type. > > Signed-off-by: Michal Novotny > --- > docs/schemas/capabilit

[libvirt] [PATCH 1/2] cpu-max: Implement cpu-max attribute into capabilities XML output

2013-04-16 Thread Michal Novotny
Implement the cpu-max attribute into virConnectGetCapabilities() API output to allow caller to check maximum number of CPUs to be set for specified machine type. Signed-off-by: Michal Novotny --- docs/schemas/capability.rng | 5 + src/conf/capabilities.c | 4 src/conf/capabiliti