From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:57187) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q9SaK-0003TH-PQ for qemu-devel@nongnu.org; Mon, 11 Apr 2011 21:40:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q9Mu8-0003c7-Ro for qemu-devel@nongnu.org; Mon, 11 Apr 2011 15:36:10 -0400 Received: from mx1.redhat.com ([209.132.183.28]:20039) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q9Mu8-0003bl-Ih for qemu-devel@nongnu.org; Mon, 11 Apr 2011 15:36:08 -0400 From: Alex Williamson Date: Mon, 11 Apr 2011 13:36:03 -0600 Message-ID: <20110411193558.21414.34839.stgit@s20.home> In-Reply-To: <20110411192841.21414.46756.stgit@s20.home> References: <20110411192841.21414.46756.stgit@s20.home> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PATCH v2 1/3] Add ipxe submodule List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: anthony@codemonkey.ws, qemu-devel@nongnu.org Cc: alex.williamson@redhat.com, mcb30@ipxe.org, stefanha@linux.vnet.ibm.com Signed-off-by: Alex Williamson --- .gitmodules | 3 +++ roms/ipxe | 1 + 2 files changed, 4 insertions(+), 0 deletions(-) create mode 160000 roms/ipxe diff --git a/.gitmodules b/.gitmodules index 44fdd1a..7884471 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "roms/SLOF"] path = roms/SLOF url = git://git.qemu.org/SLOF.git +[submodule "roms/ipxe"] + path = roms/ipxe + url = git://git.qemu.org/ipxe.git diff --git a/roms/ipxe b/roms/ipxe new file mode 160000 index 0000000..7aee315 --- /dev/null +++ b/roms/ipxe @@ -0,0 +1 @@ +Subproject commit 7aee315f61aaf1be6d2fff26339f28a1137231a5