From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756970Ab2BGVS3 (ORCPT ); Tue, 7 Feb 2012 16:18:29 -0500 Received: from mx1.redhat.com ([209.132.183.28]:53177 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756953Ab2BGVS1 (ORCPT ); Tue, 7 Feb 2012 16:18:27 -0500 Date: Tue, 7 Feb 2012 19:15:46 -0200 From: Marcelo Tosatti To: Raghavendra K T Cc: Anthony Liguori , KVM , "H. Peter Anvin" , Thomas Gleixner , X86 , Ingo Molnar , Avi Kivity , LKML , Srivatsa Vaddagiri , Gleb Natapov Subject: Re: [PATCH 1/1] kvm : vmx : Remove yield_on_hlt Message-ID: <20120207211546.GA23022@amt.cnet> References: <20120207174919.3848.99779.sendpatchset@oc5400248562.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120207174919.3848.99779.sendpatchset@oc5400248562.ibm.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Feb 07, 2012 at 11:19:20PM +0530, Raghavendra K T wrote: > yield_on_hlt was introduced for CPU bandwidth capping. now it is redundant > with CFS hardlimit. > > yield_on_hlt also complicates the scenario in paravirtual environment, that > needs to trap halt. for e.g. paravirtualized ticket spinlocks. > > Changelog: > Remove the support for yield_on_hlt. > > Signed-off-by: Raghavendra K T Applied, thanks.