From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933061Ab2GLIM4 (ORCPT ); Thu, 12 Jul 2012 04:12:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36328 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757049Ab2GLIMv (ORCPT ); Thu, 12 Jul 2012 04:12:51 -0400 Message-ID: <4FFE86EC.7090001@redhat.com> Date: Thu, 12 Jul 2012 11:12:28 +0300 From: Avi Kivity User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120605 Thunderbird/13.0 MIME-Version: 1.0 To: Benjamin Herrenschmidt CC: Christian Borntraeger , Raghavendra K T , "H. Peter Anvin" , Thomas Gleixner , Marcelo Tosatti , Ingo Molnar , Rik van Riel , S390 , Carsten Otte , KVM , chegu vinod , "Andrew M. Theurer" , LKML , X86 , Gleb Natapov , linux390@de.ibm.com, Srivatsa Vaddagiri , Joerg Roedel , Christian Ehrhardt , Alexander Graf , Paul Mackerras Subject: Re: [PATCH RFC 0/2] kvm: Improving directed yield in PLE handler References: <20120709062012.24030.37154.sendpatchset@codeblue> <4FFA8E5E.3070108@de.ibm.com> <4FFD422B.9060008@redhat.com> <4FFD52CD.7040403@de.ibm.com> <4FFD5DA3.3010001@redhat.com> <1342059459.18850.46.camel@pasglop> In-Reply-To: <1342059459.18850.46.camel@pasglop> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 07/12/2012 05:17 AM, Benjamin Herrenschmidt wrote: >> ARM doesn't have an instruction for cpu_relax(), so it can't intercept >> it. Given ppc's dislike of overcommit, and the way it implements >> cpu_relax() by adjusting hw thread priority, I'm guessing it doesn't >> intercept those either, but I'm copying the ppc people in case I'm >> wrong. So it's s390 and x86. > > No but our spinlocks call __spin_yield() (or __rw_yield) which does > some paravirt tricks already. > > We check if the holder is currently running, and if not, we call the > H_CONFER hypercall which can be used to "give" our time slice to the > holder. > > Our implementation of H_CONFER in KVM is currently a nop though. Okay, so you can join the party. See yield_to() and kvm_vcpu_on_spin(). -- error compiling committee.c: too many arguments to function