From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MDIGt-0002GL-VR for qemu-devel@nongnu.org; Sun, 07 Jun 2009 09:18:47 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MDIGp-000229-0i for qemu-devel@nongnu.org; Sun, 07 Jun 2009 09:18:47 -0400 Received: from [199.232.76.173] (port=32939 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MDIGo-00021r-Se for qemu-devel@nongnu.org; Sun, 07 Jun 2009 09:18:42 -0400 Received: from mail-bw0-f223.google.com ([209.85.218.223]:53903) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MDIGo-0000vv-Ic for qemu-devel@nongnu.org; Sun, 07 Jun 2009 09:18:42 -0400 Received: by bwz23 with SMTP id 23so2104371bwz.34 for ; Sun, 07 Jun 2009 06:18:41 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <4A2BB5FE.3000301@redhat.com> References: <4A2A92FE.2010700@redhat.com> <4A2B7F5E.8050807@web.de> <4A2B8787.5080603@web.de> <20090607112325.GD29048@redhat.com> <4A2BA708.4070004@redhat.com> <4A2BB5FE.3000301@redhat.com> Date: Sun, 7 Jun 2009 16:18:41 +0300 Message-ID: Subject: Re: [Qemu-devel] Re: POLL: Why do you use kqemu? From: Blue Swirl Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: =?UTF-8?Q?Andreas_F=C3=A4rber?= , Jan Kiszka , "qemu-devel@nongnu.org" , Gleb Natapov On 6/7/09, 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 > (wait) > $ ./configure > $ make sync > $ make Ok, now I got the module installed and after I copied stuff under include to /usr/local/include, QEMU detects KVM successfully. I found a bug in configure, if there are targets that can't use KVM, it is disabled for all targets.