From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ryan Harper Subject: Re: kvm-kmod.git Date: Mon, 1 Jun 2009 13:47:08 -0500 Message-ID: <20090601184708.GE6411@us.ibm.com> References: <49F5A5DD.4090504@redhat.com> <20090428102030.GB24494@redhat.com> <49F6D96C.1060809@redhat.com> <20090428103409.GC24494@redhat.com> <49F6E026.9020409@redhat.com> <20090601165336.GA6411@us.ibm.com> <4A240961.4060303@redhat.com> <20090601181559.GC6411@us.ibm.com> <4A241BCB.8090505@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Ryan Harper , "Michael S. Tsirkin" , KVM list To: Avi Kivity Return-path: Received: from e5.ny.us.ibm.com ([32.97.182.145]:55097 "EHLO e5.ny.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751346AbZFASrI (ORCPT ); Mon, 1 Jun 2009 14:47:08 -0400 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [9.56.227.236]) by e5.ny.us.ibm.com (8.13.1/8.13.1) with ESMTP id n51IfS35028139 for ; Mon, 1 Jun 2009 14:41:28 -0400 Received: from d01av01.pok.ibm.com (d01av01.pok.ibm.com [9.56.224.215]) by d01relay04.pok.ibm.com (8.13.8/8.13.8/NCO v9.2) with ESMTP id n51IlANY223494 for ; Mon, 1 Jun 2009 14:47:10 -0400 Received: from d01av01.pok.ibm.com (loopback [127.0.0.1]) by d01av01.pok.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id n51Il9ok003839 for ; Mon, 1 Jun 2009 14:47:10 -0400 Content-Disposition: inline In-Reply-To: <4A241BCB.8090505@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: * Avi Kivity [2009-06-01 13:20]: > Ryan Harper wrote: > >% cd kvm > >% git checkout -f 2.6.29-stable origins/maint/2.6.29 > >% cd ../kvm-kmod.git > >% ./configure > >% make LINUX=../kvm sync > >./sync -v kvm-devel -l ../kvm > >Traceback (most recent call last): > > File "./sync", line 207, in > > source_sync(arch) > > File "./sync", line 200, in source_sync > > hack(T, arch, i) > > File "./sync", line 123, in hack > > _hack(T + '/' + file, arch) > > File "./sync", line 114, in _hack > > data = file(fname).read() > >IOError: [Errno 2] No such file or directory: 'source/timer.c' > >make: *** [sync] Error 1 > > > > > >only branch master seems to work with kvm-kmod > > > > > > Well there are differences in the source trees, so they need different > hacking. There is a branch for 2.6.30 in kvm-kmod.git, but 2.6.29 is > slightly different and doesn't have a branch. You can just remove the > offending files from ./sync, there's a good chance it will work. Yeah, updating sync and x86/Kbuild to not include source files/objects works -- though it would be nice to have something to indicate the version we synced, right now all modules that are built this way, dmesg reports: loaded kvm module (kvm-devel) -- Ryan Harper Software Engineer; Linux Technology Center IBM Corp., Austin, Tx ryanh@us.ibm.com