From patchwork Mon Apr 11 19:36:03 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alex Williamson X-Patchwork-Id: 90696 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (unknown [140.186.70.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 40F1CB6F19 for ; Tue, 12 Apr 2011 13:38:51 +1000 (EST) Received: from localhost ([::1]:50796 helo=lists2.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q9URE-0008Tj-2Q for incoming@patchwork.ozlabs.org; Mon, 11 Apr 2011 23:38:48 -0400 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 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p3BJa4iF004881 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 11 Apr 2011 15:36:04 -0400 Received: from s20.home (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p3BJa33k011389; Mon, 11 Apr 2011 15:36:03 -0400 From: Alex Williamson To: anthony@codemonkey.ws, qemu-devel@nongnu.org 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> User-Agent: StGIT/0.14.3 MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.132.183.28 Cc: alex.williamson@redhat.com, mcb30@ipxe.org, stefanha@linux.vnet.ibm.com Subject: [Qemu-devel] [PATCH v2 1/3] Add ipxe submodule X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org 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