Re: [Qemu-discuss] qemu-system_x86_64 CPU pinning

2016-02-02 Thread Rapelly, Varun
Hi Ravi, Yet to test the patch. Will let you know the result. From: Bhattiprolu RaviKumar [mailto:ravikumar.bhattipr...@gmail.com] Sent: Tuesday, February 02, 2016 12:42 PM To: alex3kov Cc: Rapelly, Varun ; qemu-discuss@nongnu.org Subject: Re: [Qemu-discuss] qemu-system_x86_64 CPU pinning Alex

Re: [Qemu-discuss] qemu-system_x86_64 CPU pinning

2016-02-01 Thread Bhattiprolu RaviKumar
Alex, Varun, Did the patch work for you? If you have done any improvements, can you please share the same? regards, Ravi On Thu, Jan 21, 2016 at 10:18 PM, Bhattiprolu RaviKumar < ravikumar.bhattipr...@gmail.com> wrote: > All, > > Attached is the patch over qemu-2.4.1. I have tested this on C

Re: [Qemu-discuss] qemu-system_x86_64 CPU pinning

2016-01-21 Thread Alex
On 21/01/16 19:48, Bhattiprolu RaviKumar wrote: All, Attached is the patch over qemu-2.4.1. I have tested this on Centos7.1 with CentOS VMs using KVM. I am not sure how it effects other platforms. It adds a new parameter "-vcpu" to command line. The usage example is " -vcpu 0,affinity=20" (p

Re: [Qemu-discuss] qemu-system_x86_64 CPU pinning

2016-01-21 Thread Bhattiprolu RaviKumar
All, Attached is the patch over qemu-2.4.1. I have tested this on Centos7.1 with CentOS VMs using KVM. I am not sure how it effects other platforms. It adds a new parameter "-vcpu" to command line. The usage example is " -vcpu 0,affinity=20" (pin VCPU 0 to CPU ID 20). Please see if it helps you

Re: [Qemu-discuss] qemu-system_x86_64 CPU pinning

2016-01-21 Thread alex3kov
I'm interested in that as well. Would you mind proposing your patch upstream? On Thu, 21 Jan 2016 13:09:28 +0400 Bhattiprolu RaviKumar wrote Varun, I also have a similar requirement. I had patched the code over qemu 2.4.1 to add extra opti

Re: [Qemu-discuss] qemu-system_x86_64 CPU pinning

2016-01-21 Thread Rapelly, Varun
Hi Ravi, Thanks for the response. Please share the patch, will try with that. From: Bhattiprolu RaviKumar [mailto:ravikumar.bhattipr...@gmail.com] Sent: Thursday, January 21, 2016 2:39 PM To: Rapelly, Varun ; qemu-discuss@nongnu.org Subject: [Qemu-discuss] qemu-system_x86_64 CPU pinning Varun,