From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M5iIg-0006cn-6B for qemu-devel@nongnu.org; Sun, 17 May 2009 11:29:18 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M5iIb-0006XS-F0 for qemu-devel@nongnu.org; Sun, 17 May 2009 11:29:17 -0400 Received: from [199.232.76.173] (port=42891 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M5iIb-0006XF-B8 for qemu-devel@nongnu.org; Sun, 17 May 2009 11:29:13 -0400 Received: from e33.co.us.ibm.com ([32.97.110.151]:42079) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1M5iIa-0005XZ-Vo for qemu-devel@nongnu.org; Sun, 17 May 2009 11:29:13 -0400 Received: from d03relay02.boulder.ibm.com (d03relay02.boulder.ibm.com [9.17.195.227]) by e33.co.us.ibm.com (8.13.1/8.13.1) with ESMTP id n4HFRKXb009288 for ; Sun, 17 May 2009 09:27:20 -0600 Received: from d03av03.boulder.ibm.com (d03av03.boulder.ibm.com [9.17.195.169]) by d03relay02.boulder.ibm.com (8.13.8/8.13.8/NCO v9.2) with ESMTP id n4HFTAiG233582 for ; Sun, 17 May 2009 09:29:10 -0600 Received: from d03av03.boulder.ibm.com (loopback [127.0.0.1]) by d03av03.boulder.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id n4HFT9Nj027304 for ; Sun, 17 May 2009 09:29:10 -0600 From: Anthony Liguori Date: Sun, 17 May 2009 10:28:58 -0500 Message-Id: <1242574141-18488-2-git-send-email-aliguori@us.ibm.com> In-Reply-To: <1242574141-18488-1-git-send-email-aliguori@us.ibm.com> References: <1242574141-18488-1-git-send-email-aliguori@us.ibm.com> Subject: [Qemu-devel] [PATCH 1/4] Add GPL bios as a submodule List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Glauber Costa , Anthony Liguori , Alex Graf , Avi Kivity , Dustin Kirkland Signed-off-by: Anthony Liguori --- .gitmodules | 3 +++ roms/gplbios | 1 + 2 files changed, 4 insertions(+), 0 deletions(-) create mode 100644 .gitmodules create mode 160000 roms/gplbios diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..9bdf196 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "roms/gplbios"] + path = roms/gplbios + url = git://repo.or.cz/gplbios/qemu.git diff --git a/roms/gplbios b/roms/gplbios new file mode 160000 index 0000000..ff509b4 --- /dev/null +++ b/roms/gplbios @@ -0,0 +1 @@ +Subproject commit ff509b44010d161e8202ee4c0b6f3ca463672bca -- 1.6.2.5