From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: [PATCH V10 13/14] x86/xen: remove depends on CONFIG_EXPERIMENTAL Date: Thu, 12 Dec 2013 21:10:20 -0500 Message-ID: <1386900621-27528-14-git-send-email-konrad.wilk@oracle.com> References: <1386900621-27528-1-git-send-email-konrad.wilk@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta4.messagelabs.com ([85.158.143.247]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1VrIDO-0002ea-Kc for xen-devel@lists.xenproject.org; Fri, 13 Dec 2013 02:10:54 +0000 Received: by mail-qe0-f41.google.com with SMTP id gh4so1112299qeb.14 for ; Thu, 12 Dec 2013 18:10:51 -0800 (PST) In-Reply-To: <1386900621-27528-1-git-send-email-konrad.wilk@oracle.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xenproject.org, linux-kernel@vger.kernel.org, george.dunlap@eu.citrix.com, ian.jackson@eu.citrix.com, mukesh.rathor@oracle.com, tim@xen.org, jbeulich@suse.com, boris.ostrovsky@oracle.com, david.vrabel@citrix.com Cc: Kees Cook , Stefano Stabellini List-Id: xen-devel@lists.xenproject.org From: Kees Cook The CONFIG_EXPERIMENTAL config item has not carried much meaning for a while now and is almost always enabled by default. As agreed during the Linux kernel summit, remove it from any "depends on" lines in Kconfigs. Signed-off-by: Kees Cook Cc: Stefano Stabellini Cc: Mukesh Rathor Cc: Konrad Rzeszutek Wilk Signed-off-by: Konrad Rzeszutek Wilk --- arch/x86/xen/Kconfig | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/arch/x86/xen/Kconfig b/arch/x86/xen/Kconfig index 4d890c3..47316b9 100644 --- a/arch/x86/xen/Kconfig +++ b/arch/x86/xen/Kconfig @@ -52,12 +52,10 @@ config XEN_DEBUG_FS Enabling this option may incur a significant performance overhead. config XEN_X86_PVH - bool "Support for running as a PVH guest (EXPERIMENTAL)" - depends on X86_64 && XEN && EXPERIMENTAL + bool "Support for running as a PVH guest" + depends on X86_64 && XEN default n help This option enables support for running as a PVH guest (PV guest using hardware extensions) under a suitably capable hypervisor. - This option is EXPERIMENTAL because the hypervisor interfaces - which it uses is not yet considered stable therefore backwards and - forwards compatibility is not yet guaranteed. If unsure, say N. + If unsure, say N. -- 1.7.7.6