Re: [PATCHv3 3/4] python: Use virNodeGetCPUMap where possible

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 11/13/2012 05:54 AM, Viktor Mihajlovski wrote:
> Modified the places where virNodeGetInfo was used for the purpose
> of obtaining the maximum node CPU number. Transparently falling
> back to virNodeGetInfo in case of failure.
> Wrote a utility function getPyNodeCPUCount for that purpose.
> 
> Signed-off-by: Viktor Mihajlovski <mihajlov@xxxxxxxxxxxxxxxxxx>
> ---
> V2 Changes:
> Implemented Eric Blake's suggestion to remove code bloat 
> introduced by first patch version.
> New helper function getPyNodeCPUCount is now used to calculate
> the number of node CPUs.
> 
>  python/libvirt-override.c | 87 ++++++++++++++++++++++++++++-------------------
>  1 file changed, 52 insertions(+), 35 deletions(-)
> 

> @@ -1599,23 +1620,19 @@ libvirt_virDomainGetVcpuPinInfo(PyObject *self ATTRIBUTE_UNUSED,
>                                  PyObject *args) {

>  
> -    LIBVIRT_BEGIN_ALLOW_THREADS;
> -    i_retval = virNodeGetInfo(virDomainGetConnect(domain), &nodeinfo);
> -    LIBVIRT_END_ALLOW_THREADS;
> -    if (i_retval < 0)
> -        return VIR_PY_NONE;
> +    if ((cpunum = getPyNodeCPUCount(virDomainGetConnect(domain))) < 0)
> +        return VIR_PY_INT_FAIL;

Oops - unintentional type change, due to too much copy-n-paste.

ACK with that fixed, and pushed.

-- 
Eric Blake   eblake@xxxxxxxxxx    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature

--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list

[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]