Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1764898AbXINFWR (ORCPT ); Fri, 14 Sep 2007 01:22:17 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752388AbXINFWG (ORCPT ); Fri, 14 Sep 2007 01:22:06 -0400 Received: from ozlabs.org ([203.10.76.45]:36252 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753139AbXINFWF (ORCPT ); Fri, 14 Sep 2007 01:22:05 -0400 Subject: [PATCH 3/3] Time to make CONFIG_PARAVIRT non-experimental. From: Rusty Russell To: lkml - Kernel Mailing List Cc: virtualization , Jeremy Fitzhardinge , Zachary Amsden , Chris Wright , Avi Kivity , Anthony Liguori In-Reply-To: <1189747124.7262.36.camel@localhost.localdomain> References: <1189747054.7262.34.camel@localhost.localdomain> <1189747124.7262.36.camel@localhost.localdomain> Content-Type: text/plain Date: Fri, 14 Sep 2007 15:21:20 +1000 Message-Id: <1189747280.7262.39.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1154 Lines: 34 It's pretty widely used, and the distributions will turn it on. Signed-off-by: Rusty Russell diff -r b546335d7e75 arch/i386/Kconfig --- a/arch/i386/Kconfig Fri Sep 14 13:24:49 2007 +1000 +++ b/arch/i386/Kconfig Fri Sep 14 13:27:13 2007 +1000 @@ -215,8 +215,8 @@ endchoice endchoice menuconfig PARAVIRT - bool "Paravirtualized guest support (EXPERIMENTAL)" - depends on EXPERIMENTAL + bool "Paravirtualized guest support" + default y depends on !(X86_VISWS || X86_VOYAGER) help Paravirtualization is a way of running multiple instances of @@ -224,7 +224,7 @@ menuconfig PARAVIRT changes the kernel so it can modify itself when it is run under a hypervisor, improving performance significantly. However, when run without a hypervisor the kernel is - theoretically slower. If in doubt, say N. + theoretically slower. If in doubt, say Y. if PARAVIRT - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/