Re: [libvirt-users] pinVcpu not working

2013-07-27 Thread Peeyush Gupta
t: Saturday, 27 July 2013 2:13 PM Subject: Re: [libvirt-users] pinVcpu not working Hi Peeyush, If we want to pin vcpu1 of a domain to CPUs 3 and 4, we need to pass: dom.pinVcpu(1, (False, False, False, True, True, False[and so on, til number of logical CPUs of host])) Can you please

Re: [libvirt-users] pinVcpu not working

2013-07-27 Thread Saurabh Deochake
Hi Peeyush, If we want to pin vcpu1 of a domain to CPUs 3 and 4, we need to pass: dom.pinVcpu(1, (False, False, False, True, True, False[and so on, til number of logical CPUs of host])) Can you please check this? Regards, Saurabh Deochake [NTT DATA] On Fri, Jul 19, 2013 at 11:45 AM, Peey