summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Bentele2019-05-12 17:25:24 +0200
committerManuel Bentele2019-06-05 14:28:52 +0200
commit7ad1cb351922f029a4cede33f15bd30702ffc4b3 (patch)
tree3b9875c2ccfba01bdce352aa798e495e2f07bfec
parentAdded Linux utils 2.33.2 as dependency (diff)
downloadkernel-qcow2-7ad1cb351922f029a4cede33f15bd30702ffc4b3.tar.gz
kernel-qcow2-7ad1cb351922f029a4cede33f15bd30702ffc4b3.tar.xz
kernel-qcow2-7ad1cb351922f029a4cede33f15bd30702ffc4b3.zip
Added QEMU 4.0.50 and libqcow as dependencies for QCOW2 implementations
QEMU 4.0.50 (efb4f3b62c69383a7308d7b739a3193e7c0ccae8) libqcow (5931f4ebf3321d211a9283a5353740ae2d6749ad)
-rw-r--r--.gitmodules12
m---------dependencies/libqcow0
m---------dependencies/qemu0
3 files changed, 6 insertions, 6 deletions
diff --git a/.gitmodules b/.gitmodules
index ac3d55b..842620d 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,9 +1,3 @@
-[submodule "analysis/dependency/util-linux"]
- path = analysis/dependency/util-linux
- url = https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
-[submodule "analysis/dependency/linux"]
- path = analysis/dependency/linux
- url = https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
[submodule "dependencies/linux"]
path = dependencies/linux
url = https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
@@ -11,3 +5,9 @@
[submodule "dependencies/util-linux"]
path = dependencies/util-linux
url = https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
+[submodule "dependencies/libqcow"]
+ path = dependencies/libqcow
+ url = https://github.com/libyal/libqcow.git
+[submodule "dependencies/qemu"]
+ path = dependencies/qemu
+ url = git://git.qemu.org/qemu.git
diff --git a/dependencies/libqcow b/dependencies/libqcow
new file mode 160000
+Subproject 5931f4ebf3321d211a9283a5353740ae2d6749a
diff --git a/dependencies/qemu b/dependencies/qemu
new file mode 160000
+Subproject efb4f3b62c69383a7308d7b739a3193e7c0ccae