From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: RFC: xen config changes v4 Date: Fri, 27 Feb 2015 12:48:56 +0000 Message-ID: <1425041336.14641.178.camel@citrix.com> References: <20150226015305.GE8749@wotan.suse.de> <54EEA847.6070505@suse.com> <54EEF0A7.6060804@citrix.com> <20150226172925.GL8749@wotan.suse.de> <54F00A36.1060608@suse.com> <54F03F2D.8050209@suse.com> <54F05550.2030106@suse.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1YRKLm-000883-N0 for xen-devel@lists.xenproject.org; Fri, 27 Feb 2015 12:49:02 +0000 In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Stefano Stabellini Cc: Juergen Gross , "Luis R. Rodriguez" , David Vrabel , Jan Beulich , xen-devel@lists.xenproject.org, Boris Ostrovsky List-Id: xen-devel@lists.xenproject.org On Fri, 2015-02-27 at 12:24 +0000, Stefano Stabellini wrote: > > Using PV frontends is completely orthogonal to other PV enhancements > > like PARAVIRT_CLOCK, HVMOP_pagetable_dying or PV IPIs. So why do you > > object enabling the PV frontends for those kernels? > > I am for it. I would like to avoid two user visible XEN enablement > options (XEN_FRONTEND vs. XEN_PVHVM) for x86_64 and PAE HVM guests to > avoid configurations with just XEN_FRONTEND, that can be considered a > performance regression compared to what we have now (on x86_64 and PAE). Probably some suitable select/depends could be used to allow this configuration only for non-PAE/x86_32 and x86_64 configurations? Ian.