Re: [libvirt] [PATCHv3 4/4] virsh: Use virNodeGetCPUMap if possible

2012-11-16 Thread Viktor Mihajlovski
On 11/15/2012 05:06 PM, Eric Blake wrote: ACK with that fixed, and pushed. Thanks! -- Mit freundlichen Grüßen/Kind Regards Viktor Mihajlovski IBM Deutschland Research & Development GmbH Vorsitzender des Aufsichtsrats: Martin Jetter Geschäftsführung: Dirk Wittkopp Sitz der Gesellschaft:

Re: [libvirt] [PATCHv3 4/4] virsh: Use virNodeGetCPUMap if 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 utility function vshNodeGetCPUCount to compute node CPU > numb

[libvirt] [PATCHv3 4/4] virsh: Use virNodeGetCPUMap if 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 utility function vshNodeGetCPUCount to compute node CPU number. Signed-off-by: Viktor Mihajlovski --- V2 Changes: Impl