From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Zijlstra Subject: Re: [PATCH][retry 3] Add support for Pause Filtering to AMD SVM Date: Wed, 20 May 2009 10:42:34 +0200 Message-ID: <1242808954.26820.556.camel@twins> References: <200905050909.58583.mark.langsdorf@amd.com> <200905071000.14038.mark.langsdorf@amd.com> <200905081203.55484.mark.langsdorf@amd.com> <200905191356.37071.mark.langsdorf@amd.com> <1242806386.26820.549.camel@twins> <4A13C199.5020400@redhat.com> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Cc: Mark Langsdorf , Joerg Roedel , kvm@vger.kernel.org, linux-kernel@vger.kernel.org To: Avi Kivity Return-path: Received: from casper.infradead.org ([85.118.1.10]:36640 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753500AbZETImd (ORCPT ); Wed, 20 May 2009 04:42:33 -0400 In-Reply-To: <4A13C199.5020400@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Wed, 2009-05-20 at 11:38 +0300, Avi Kivity wrote: > Peter Zijlstra wrote: > > That said, I still thoroughly dislike this whole approach. > > > > Can you explain why? We have a thread that has detected that it's > spinning. Keeping on spinning is a waste of cpu time. Why not let > something else use the cpu? Because its a polling interface. I much prefer it if we were to get a wakeup notification when the vcpu holding the lock releases it.