From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MWHPN-0004Ts-Tn for qemu-devel@nongnu.org; Wed, 29 Jul 2009 18:14:01 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MWHPJ-0004Pv-0v for qemu-devel@nongnu.org; Wed, 29 Jul 2009 18:14:01 -0400 Received: from [199.232.76.173] (port=39367 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MWHPH-0004Ph-TZ for qemu-devel@nongnu.org; Wed, 29 Jul 2009 18:13:56 -0400 Received: from e34.co.us.ibm.com ([32.97.110.152]:43461) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MWHPH-0005Ge-KZ for qemu-devel@nongnu.org; Wed, 29 Jul 2009 18:13:55 -0400 Received: from d03relay04.boulder.ibm.com (d03relay04.boulder.ibm.com [9.17.195.106]) by e34.co.us.ibm.com (8.14.3/8.13.1) with ESMTP id n6TMAEr1023157 for ; Wed, 29 Jul 2009 16:10:14 -0600 Received: from d03av02.boulder.ibm.com (d03av02.boulder.ibm.com [9.17.195.168]) by d03relay04.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id n6TMDrqV226554 for ; Wed, 29 Jul 2009 16:13:53 -0600 Received: from d03av02.boulder.ibm.com (loopback [127.0.0.1]) by d03av02.boulder.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id n6TMDqci012066 for ; Wed, 29 Jul 2009 16:13:53 -0600 Message-ID: <4A70C99F.1020609@us.ibm.com> Date: Wed, 29 Jul 2009 17:13:51 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 6/7] Add pc-bios as a git submodule References: <1248893159-18785-1-git-send-email-aliguori@us.ibm.com> <1248893159-18785-6-git-send-email-aliguori@us.ibm.com> <2a50f7880907291510i44d111cfi97cc4313eeeae34e@mail.gmail.com> In-Reply-To: <2a50f7880907291510i44d111cfi97cc4313eeeae34e@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jordan Justen Cc: Alex Graf , qemu-devel@nongnu.org, Avi Kivity Jordan Justen wrote: > On Wed, Jul 29, 2009 at 11:45 AM, Anthony Liguori wrote: > >> This will allow us to build pc-bios on demand >> >> Signed-off-by: Anthony Liguori >> --- >> .gitmodules | 3 +++ >> Makefile | 5 +++-- >> configure | 43 +++++++++++++++++++++++++++++++++++++++++-- >> roms/pc-bios | 1 + >> 4 files changed, 48 insertions(+), 4 deletions(-) >> create mode 100644 .gitmodules >> create mode 160000 roms/pc-bios >> >> diff --git a/.gitmodules b/.gitmodules >> new file mode 100644 >> index 0000000..7ff5bb4 >> --- /dev/null >> +++ b/.gitmodules >> @@ -0,0 +1,3 @@ >> +[submodule "roms/pc-bios"] >> + path = roms/pc-bios >> + url = git://git.qemu.org/pcbios.git >> > > Will this cause hassles for those without git protocol access? > For example, at work I pull qemu via the http url to go through > the proxy server. > When this gets committed, the url will be ../pcbios.git and we'll move to git.qemu.org being the host for qemu.git too. I just wanted to post these patches to get some feedback first. So if you do an http pull through a proxy, it'll Just Work. -- Regards, Anthony Liguori