Re: [libvirt] [PATCH -v2 1/1] esx: Make esxDomainGetVcpusFlags check flags

2018-08-29 Thread John Ferlan
On 08/15/2018 05:35 AM, Marcos Paulo de Souza wrote: > Before this patch, esxDomainGetVcpusFlags was not checking the flags > argument. Current, get and set vcpus was failing in ESX since it was > checking for "maxSupportedVcpus", and this configuration can be ommited > by ESXi[1]. Now, if VIR_D

[libvirt] [PATCH -v2 1/1] esx: Make esxDomainGetVcpusFlags check flags

2018-08-15 Thread Marcos Paulo de Souza
Before this patch, esxDomainGetVcpusFlags was not checking the flags argument. Current, get and set vcpus was failing in ESX since it was checking for "maxSupportedVcpus", and this configuration can be ommited by ESXi[1]. Now, if VIR_DOMAIN_VCPU_MAXIMUM is specified in flags argument esxDomainGetVc