From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [PATCH 1/2] kvm-kmod: Use the main development tree of kvm as Linux submodule Date: Thu, 22 Oct 2009 17:15:06 +0200 Message-ID: <4AE076FA.3090205@redhat.com> References: <1256040699-27468-1-git-send-email-wolfgang.mauerer@siemens.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org, jan.kiszka@siemens.com To: wolfgang.mauerer@siemens.com Return-path: Received: from mx1.redhat.com ([209.132.183.28]:8466 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756501AbZJVPPG (ORCPT ); Thu, 22 Oct 2009 11:15:06 -0400 In-Reply-To: <1256040699-27468-1-git-send-email-wolfgang.mauerer@siemens.com> Sender: kvm-owner@vger.kernel.org List-ID: On 10/20/2009 02:11 PM, wolfgang.mauerer@siemens.com wrote: > From: Wolfgang Mauerer > > Most people won't have the sources installed in the path > that is the current default setting. > > --- a/.gitmodules > +++ b/.gitmodules > @@ -1,3 +1,3 @@ > [submodule "linux-2.6"] > path = linux-2.6 > - url = ../kvm.git > + url = git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm.git > '../kvm.git' is interpreted relative to the origin url, which is usually git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm-kmod.git, so it all works out (including when kvm-kmod.git was cloned using the http protocol, or from a mirror). What exactly are you trying to fix? -- error compiling committee.c: too many arguments to function