From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MDHj9-0003a1-JH for qemu-devel@nongnu.org; Sun, 07 Jun 2009 08:43:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MDHj4-0003Ys-5a for qemu-devel@nongnu.org; Sun, 07 Jun 2009 08:43:54 -0400 Received: from [199.232.76.173] (port=42111 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MDHj3-0003Yp-Vn for qemu-devel@nongnu.org; Sun, 07 Jun 2009 08:43:50 -0400 Received: from mx2.redhat.com ([66.187.237.31]:56312) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MDHj3-0003EX-Fh for qemu-devel@nongnu.org; Sun, 07 Jun 2009 08:43:49 -0400 Message-ID: <4A2BB5FE.3000301@redhat.com> Date: Sun, 07 Jun 2009 15:43:42 +0300 From: Avi Kivity MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: POLL: Why do you use kqemu? References: <4A2A92FE.2010700@redhat.com> <4A2B6DD8.3090104@web.de> <4A2B7F5E.8050807@web.de> <4A2B8787.5080603@web.de> <20090607112325.GD29048@redhat.com> <4A2BA708.4070004@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= , Jan Kiszka , "qemu-devel@nongnu.org" , Gleb Natapov Blue Swirl wrote: >> What are you building, exactly? Did you load the tarball from sourceforge, >> or kvm-kmod from git? >> > > git clone git://git.kernel.org/pub/scm/virt/kvm/kvm-kmod.git > That doesn't include the sources - it's only a kit that backports the sources so they can run on older kernels. Either download a tarball, or do $ cd kvm-kmod $ git submodule update --init (wait) $ ./configure $ make sync $ make -- Do not meddle in the internals of kernels, for they are subtle and quick to panic.