From mboxrd@z Thu Jan 1 00:00:00 1970 From: Raghavendra K T Subject: Re: [PATCH RFC V6 0/11] Paravirtualized ticketlocks Date: Tue, 27 Mar 2012 13:07:21 +0530 Message-ID: <4F716E31.3000803@linux.vnet.ibm.com> References: <20120321102041.473.61069.sendpatchset@codeblue.in.ibm.com> <4F707C5F.1000905@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4F707C5F.1000905@redhat.com> Sender: linux-kernel-owner@vger.kernel.org To: Avi Kivity , "H. Peter Anvin" , Ingo Molnar Cc: Linus Torvalds , Peter Zijlstra , the arch/x86 maintainers , LKML , Marcelo Tosatti , KVM , Andi Kleen , Xen Devel , Konrad Rzeszutek Wilk , Virtualization , Jeremy Fitzhardinge , Stephan Diestelhorst , Srivatsa Vaddagiri , Stefano Stabellini , Attilio Rao List-Id: xen-devel@lists.xenproject.org On 03/26/2012 07:55 PM, Avi Kivity wrote: > On 03/21/2012 12:20 PM, Raghavendra K T wrote: >> From: Jeremy Fitzhardinge [...] >> >> This series provides a Xen implementation, but it should be >> straightforward to add a KVM implementation as well. >> > > Looks like a good baseline on which to build the KVM implementation. We > might need some handshake to prevent interference on the host side with > the PLE code. > Avi, Thanks for reviewing. True, it is sort of equivalent to PLE on non PLE machine. Ingo, Peter, Can you please let us know if this series can be considered for next merge window? OR do you still have some concerns that needs addressing. I shall rebase patches to 3.3 and resend. (main difference would be UNINLINE_SPIN_UNLOCK and jump label changes to use static_key_true/false() usage instead of static_branch.) Thanks, Raghu