From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [ANNOUNCE] kvm-73 release Date: Fri, 22 Aug 2008 21:13:43 +0300 Message-ID: <48AF01D7.2050804@qumranet.com> References: <48AC327A.60809@qumranet.com> <48AE9BEB.1070607@lfarkas.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: "kvm-devel@lists.sourceforge.net" To: Farkas Levente Return-path: Received: from il.qumranet.com ([212.179.150.194]:47235 "EHLO il.qumranet.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753361AbYHVSNo (ORCPT ); Fri, 22 Aug 2008 14:13:44 -0400 In-Reply-To: <48AE9BEB.1070607@lfarkas.org> Sender: kvm-owner@vger.kernel.org List-ID: Farkas Levente wrote: > what is the current recommended way to build kernel module for kvm? > until now it was a simple > make KDIR=... > in the linux dir, but it's no longer working. first of all now is > required to run configure for kernel module too, second the above make > now get into an infinite recursive loop. > anyway it's be useful a few lines of INSTALL file for both userspace and > kernel module config, build and install procedure. > cd kvm-73 ./configure make sudo make install -- Do not meddle in the internals of kernels, for they are subtle and quick to panic.