From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 06 Jul 2016 18:18:27 +0800 From: xinhui MIME-Version: 1.0 Subject: Re: [PATCH v2 2/4] powerpc/spinlock: support vcpu preempted check References: <1467124991-13164-1-git-send-email-xinhui.pan@linux.vnet.ibm.com> <1467124991-13164-3-git-send-email-xinhui.pan@linux.vnet.ibm.com> <577C8FE3.3010208@linux.vnet.ibm.com> <20160706075814.GF30921@twins.programming.kicks-ass.net> In-Reply-To: Content-Type: text/plain; charset="utf-8"; format="flowed" Message-Id: <577CDAF3.4030401@linux.vnet.ibm.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , List-Archive: To: Wanpeng Li , Peter Zijlstra Cc: "linux-kernel@vger.kernel.org" , linuxppc-dev@lists.ozlabs.org, virtualization@lists.linux-foundation.org, linux-s390 , Ingo Molnar , mpe@ellerman.id.au, Paul Mackerras , benh@kernel.crashing.org, Paul McKenney , Waiman Long , will.deacon@arm.com, boqun.feng@gmail.com, Davidlohr Bueso , schwidefsky@de.ibm.com, Paolo Bonzini , kvm List-ID: Content-Transfer-Encoding: 8bit On 2016年07月06日 16:32, Wanpeng Li wrote: > 2016-07-06 15:58 GMT+08:00 Peter Zijlstra : >> On Wed, Jul 06, 2016 at 02:46:34PM +0800, Wanpeng Li wrote: >>>> SO it's easy for ppc to implement such interface. Note that yield_count is >>>> set by powerVM/KVM. >>>> and only pSeries can run a guest for now. :) >>>> >>>> I also review x86 related code, looks like we need add one hyer-call to get >>>> such vcpu preemption info? >>> >>> There is no such stuff to record lock holder in x86 kvm, maybe we >>> don't need to depend on PLE handler algorithm to guess it if we can >>> know lock holder vCPU directly. >> >> x86/kvm has vcpu->preempted to indicate if a vcpu is currently preempted >> or not. I'm just not sure if that is visible to the guest or how to make >> it so. > > Yeah, I miss it. I can be the volunteer to do it if there is any idea, > ping Paolo. :) > glad to know that. :) > Regards, > Wanpeng Li >