From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1424647AbcBQXjm (ORCPT ); Wed, 17 Feb 2016 18:39:42 -0500 Received: from mail.skyhub.de ([78.46.96.112]:40051 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1423790AbcBQXjl (ORCPT ); Wed, 17 Feb 2016 18:39:41 -0500 Date: Thu, 18 Feb 2016 00:39:34 +0100 From: Borislav Petkov To: Boris Ostrovsky Cc: Andy Lutomirski , "Luis R. Rodriguez" , Konrad Rzeszutek Wilk , Andrew Cooper , David Vrabel , Juergen Gross , Michael Brown , Thomas Gleixner , Andrey Ryabinin , Joerg Roedel , Robert Moore , Mauro Carvalho Chehab , "Rafael J. Wysocki" , Xen Devel , "H. Peter Anvin" , Rusty Russell , Jan Beulich , Lv Zheng , "linux-kernel@vger.kernel.org" , long.wanglong@huawei.com, Fengguang Wu , qiuxishi@huawei.com, Andrey Ryabinin , david.e.box@intel.com, X86 ML , Ingo Molnar Subject: Re: [PATCH v2 3/3] paravirt: rename paravirt_enabled to paravirt_legacy Message-ID: <20160217233934.GA25766@pd.tnic> References: <20160206085930.GF25240@wotan.suse.de> <56B8B4D8.7050208@oracle.com> <20160209070629.GK25240@wotan.suse.de> <20160217204954.GO2023@pd.tnic> <56C4E474.2070206@oracle.com> <20160217220304.GP2023@pd.tnic> <56C4F69B.4020705@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <56C4F69B.4020705@oracle.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Feb 17, 2016 at 05:39:23PM -0500, Boris Ostrovsky wrote: > Hmm. I think you are right --- I was following wrong branch of the 'if' > statement. We are always going straight to note_page(). Yap. The is_hypervisor_range() - without the "!" - does note_page(). > Then yes, we should be able to remove paravirt_enabled(). Sorry for > the noise. I'll do a formal patch tomorrow. Thanks. -- Regards/Gruss, Boris. ECO tip #101: Trim your mails when you reply.