From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cam Macdonell Subject: Re: kvm-kmod.git Date: Mon, 27 Apr 2009 11:18:01 -0600 Message-ID: <49F5E8C9.4090200@cs.ualberta.ca> References: <49F5A5DD.4090504@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: KVM list To: Avi Kivity Return-path: Received: from fleet.cs.ualberta.ca ([129.128.22.22]:60210 "EHLO fleet.cs.ualberta.ca" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754002AbZD0RSL (ORCPT ); Mon, 27 Apr 2009 13:18:11 -0400 Received: from fleet.cs.ualberta.ca (localhost.localdomain [127.0.0.1]) by fleet-spampd (Postfix) with ESMTP id E73952800D for ; Mon, 27 Apr 2009 11:18:01 -0600 (MDT) In-Reply-To: <49F5A5DD.4090504@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: Avi Kivity wrote: > This is a small git repository for the kvm external module kit. It > includes a submodule link to the kernel tree, so when you check out the > repository, it also checks out a kernel tree for a specific revision. > This way the various scripts and the kernel source are always synchronized. > > $ git clone git://git.kernel.org/pub/scm/virt/kvm/kvm-kmod.git > $ git submodule init > $ git submodule update > $ ./configure > $ make sync > $ make > > Todo: > > - add maint branches > - automatic 'make sync'? perhaps replace by symlimks? > - add release script Configure spits out an error about include/asm not existing. I think that make sync has to be run before configure to create the include directory and copy asm-x86 inside so that "ln -sf asm-"$karch" include/asm" will work. Cam