From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757731Ab2C0HiJ (ORCPT ); Tue, 27 Mar 2012 03:38:09 -0400 Received: from e23smtp08.au.ibm.com ([202.81.31.141]:52606 "EHLO e23smtp08.au.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752999Ab2C0HiG (ORCPT ); Tue, 27 Mar 2012 03:38:06 -0400 Message-ID: <4F716E31.3000803@linux.vnet.ibm.com> Date: Tue, 27 Mar 2012 13:07:21 +0530 From: Raghavendra K T Organization: IBM User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.1) Gecko/20120216 Thunderbird/10.0.1 MIME-Version: 1.0 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 Subject: Re: [PATCH RFC V6 0/11] Paravirtualized ticketlocks References: <20120321102041.473.61069.sendpatchset@codeblue.in.ibm.com> <4F707C5F.1000905@redhat.com> In-Reply-To: <4F707C5F.1000905@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit x-cbid: 12032621-5140-0000-0000-000000F53F48 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.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