From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mkv1L-0002ss-8u for qemu-devel@nongnu.org; Tue, 08 Sep 2009 03:21:43 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mkv1G-0002sd-K4 for qemu-devel@nongnu.org; Tue, 08 Sep 2009 03:21:42 -0400 Received: from [199.232.76.173] (port=54053 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mkv1G-0002sa-F3 for qemu-devel@nongnu.org; Tue, 08 Sep 2009 03:21:38 -0400 Received: from mx20.gnu.org ([199.232.41.8]:2431) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Mkv1G-0005l4-3k for qemu-devel@nongnu.org; Tue, 08 Sep 2009 03:21:38 -0400 Received: from mx1.redhat.com ([209.132.183.28]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mkv1F-0006PZ-8W for qemu-devel@nongnu.org; Tue, 08 Sep 2009 03:21:37 -0400 Message-ID: <4AA605FC.1030500@redhat.com> Date: Tue, 08 Sep 2009 09:21:32 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <200909041515.n84FFwDS025473@d01av02.pok.ibm.com> In-Reply-To: <200909041515.n84FFwDS025473@d01av02.pok.ibm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [Qemu-commits] [COMMIT c34ebfd] Bring pcbios, seabios, and vgabios into the tree as git submodules. Right now, List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: "qemu-devel@nongnu.org" On 09/04/09 17:19, Anthony Liguori wrote: > From: Anthony Liguori > > they aren't integrated into the build but we can do that incrementally. > > Signed-off-by: Anthony Liguori > > diff --git a/.gitmodules b/.gitmodules > new file mode 100644 > index 0000000..71494ea > --- /dev/null > +++ b/.gitmodules > @@ -0,0 +1,9 @@ > +[submodule "roms/vgabios"] > + path = roms/vgabios > + url = ../vgabios.git > +[submodule "roms/seabios"] > + path = roms/seabios > + url = ../seabios.git > +[submodule "roms/pcbios"] > + path = roms/pcbios > + url = ../pcbios.git Hmm. /me thinks that isn't going to work as long as the master repository is savanna not qemu.org ... cheers, Gerd