qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 1/4] Add GPL bios as a submodule


From: Anthony Liguori
Subject: [Qemu-devel] [PATCH 1/4] Add GPL bios as a submodule
Date: Sun, 17 May 2009 10:28:58 -0500

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





reply via email to

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