From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MDHrF-00064P-6u for qemu-devel@nongnu.org; Sun, 07 Jun 2009 08:52:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MDHrB-00062n-1X for qemu-devel@nongnu.org; Sun, 07 Jun 2009 08:52:16 -0400 Received: from [199.232.76.173] (port=41694 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MDHrA-00062i-Ol for qemu-devel@nongnu.org; Sun, 07 Jun 2009 08:52:12 -0400 Received: from mx2.redhat.com ([66.187.237.31]:58896) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MDHrA-0004RX-9c for qemu-devel@nongnu.org; Sun, 07 Jun 2009 08:52:12 -0400 Date: Sun, 7 Jun 2009 15:52:07 +0300 From: Gleb Natapov Subject: Re: [Qemu-devel] Re: POLL: Why do you use kqemu? Message-ID: <20090607125207.GG29048@redhat.com> References: <4A2B7F5E.8050807@web.de> <4A2B8787.5080603@web.de> <20090607112325.GD29048@redhat.com> <4A2BA708.4070004@redhat.com> <4A2BB5FE.3000301@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4A2BB5FE.3000301@redhat.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: Blue Swirl , Andreas =?utf-8?Q?F=C3=A4rber?= , Jan Kiszka , "qemu-devel@nongnu.org" On Sun, Jun 07, 2009 at 03:43:42PM +0300, Avi Kivity wrote: > 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 Is this step mandatory or can I link to existing kernel source instead? > (wait) > $ ./configure > $ make sync > $ make > > -- > Do not meddle in the internals of kernels, for they are subtle and quick to panic. -- Gleb.