qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 6/7] Add pc-bios as a git submodule


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH 6/7] Add pc-bios as a git submodule
Date: Wed, 29 Jul 2009 17:13:51 -0500
User-agent: Thunderbird 2.0.0.21 (X11/20090320)

Jordan Justen wrote:
On Wed, Jul 29, 2009 at 11:45 AM, Anthony Liguori<address@hidden> wrote:
This will allow us to build pc-bios on demand

Signed-off-by: Anthony Liguori <address@hidden>
---
 .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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]