From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M5jt6-00041V-06 for qemu-devel@nongnu.org; Sun, 17 May 2009 13:11:00 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M5jt1-000414-EQ for qemu-devel@nongnu.org; Sun, 17 May 2009 13:10:59 -0400 Received: from [199.232.76.173] (port=39361 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M5jt1-000411-9O for qemu-devel@nongnu.org; Sun, 17 May 2009 13:10:55 -0400 Received: from mail.gmx.net ([213.165.64.20]:47767) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1M5jt0-0007nT-KJ for qemu-devel@nongnu.org; Sun, 17 May 2009 13:10:55 -0400 Message-ID: <90D3C28FAEB449DD8423EA163FDA8CC9@FSCPC> From: "Sebastian Herbszt" References: <1242574141-18488-1-git-send-email-aliguori@us.ibm.com> <1242574141-18488-2-git-send-email-aliguori@us.ibm.com> In-Reply-To: <1242574141-18488-2-git-send-email-aliguori@us.ibm.com> Date: Sun, 17 May 2009 19:10:29 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [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: Anthony Liguori , qemu-devel@nongnu.org Cc: Glauber Costa , Dustin Kirkland , Avi Kivity , Alex Graf Anthony Liguori wrote: > 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 > -- FWIW, Bochs BIOS is LGPL. - Sebastian