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

2012-11-15 Thread Eric Blake
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. > > Si

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

2012-11-13 Thread Viktor Mihajlovski
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 --- V2 Changes: Implemented E