From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [PATCH]KVM: kvm/ia64: select ANON_INODES PREEMPT_NOTIFIERS, once Date: Mon, 25 Aug 2008 13:15:10 +0300 Message-ID: <48B2862E.6060607@qumranet.com> References: <42DFA526FC41B1429CE7279EF83C6BDC01845A71@pdsmsx415.ccr.corp.intel.com> <48B27544.7090004@qumranet.com> <42DFA526FC41B1429CE7279EF83C6BDC01845F38@pdsmsx415.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm-ia64@vger.kernel.org, kvm@vger.kernel.org To: "Zhang, Xiantao" Return-path: Received: from il.qumranet.com ([212.179.150.194]:21593 "EHLO il.qumranet.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753449AbYHYKPL (ORCPT ); Mon, 25 Aug 2008 06:15:11 -0400 In-Reply-To: <42DFA526FC41B1429CE7279EF83C6BDC01845F38@pdsmsx415.ccr.corp.intel.com> Sender: kvm-owner@vger.kernel.org List-ID: Zhang, Xiantao wrote: > Avi Kivity wrote: > >> Zhang, Xiantao wrote: >> >>> From 2c14c54eed790553fddbcb3970f0967a4aa79dca Mon Sep 17 00:00:00 >>> 2001 From: Xiantao Zhang >>> Date: Sat, 23 Aug 2008 10:21:06 +0800 >>> Subject: [PATCH] KVM: kvm/ia64: select ANON_INODES >>> PREEMPT_NOTIFIERS, once virtualization configured. >>> >>> Once virtulization configured, make PREEMPT_NOTIFIERS, ANON_INODES >>> selected by default. >>> >>> >> What is the motivation for this? Don't things work as is >> > > You know, kvm depends on these two configrations. If user doesn't > configure KVM when building host kernel, then PREEMPT_NOTIFIERS and > ANON_INODES shouldn't be selected . In this case, once user wants to > exercise KVM later, he has to replace the host kernel again. To some > high-end servers, it maybe infeasible to replace kernel and get a > restart. So I want to get them selected once users doesn't disable > virtulization explictly. But it also means the user will have these features enabled needlessly. Right now when KVM is the only option under the virtualization menu, this may be okay, but if other features are added, this is not acceptable. Really, if users want KVM, they should enable it in their kernel configuration. -- error compiling committee.c: too many arguments to function