From mboxrd@z Thu Jan 1 00:00:00 1970 From: walt Subject: Re: KVM-82 failed to compile Date: Fri, 02 Jan 2009 13:09:39 -0800 Message-ID: References: <495D24C2.4030204@schrodinger.com> <20090102082927.GA26068@sajinet.com.pe> <495E5472.8060402@schrodinger.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit To: kvm@vger.kernel.org Return-path: Received: from main.gmane.org ([80.91.229.2]:34203 "EHLO ciao.gmane.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756943AbZABVJw (ORCPT ); Fri, 2 Jan 2009 16:09:52 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LIrHB-0006Kg-O4 for kvm@vger.kernel.org; Fri, 02 Jan 2009 21:09:49 +0000 Received: from adsl-69-234-212-7.dsl.irvnca.pacbell.net ([69.234.212.7]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 02 Jan 2009 21:09:49 +0000 Received: from w41ter by adsl-69-234-212-7.dsl.irvnca.pacbell.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 02 Jan 2009 21:09:49 +0000 In-Reply-To: <495E5472.8060402@schrodinger.com> Sender: kvm-owner@vger.kernel.org List-ID: Simon Gao wrote: > Carlo Marcelo Arenas Belon wrote: >> has your kernel configuration (/usr/src/linux/.config) the following >> enabled? >> >> CONFIG_MMU_NOTIFIER=y >> >> > I did not see the config parameter in my .config file, only has: > > CONFIG_MMU=y > # CONFIG_IOMMU_HELPER is not set > > Is there other parameter to enable to see the option? Do 'make menuconfig' and select the second item from the bottom: Virtualization-->Kernel-based Virtualization (KVM) support.