From 7ad1cb351922f029a4cede33f15bd30702ffc4b3 Mon Sep 17 00:00:00 2001 From: Manuel Bentele Date: Sun, 12 May 2019 17:25:24 +0200 Subject: Added QEMU 4.0.50 and libqcow as dependencies for QCOW2 implementations QEMU 4.0.50 (efb4f3b62c69383a7308d7b739a3193e7c0ccae8) libqcow (5931f4ebf3321d211a9283a5353740ae2d6749ad) --- .gitmodules | 12 ++++++------ dependencies/libqcow | 1 + dependencies/qemu | 1 + 3 files changed, 8 insertions(+), 6 deletions(-) create mode 160000 dependencies/libqcow create mode 160000 dependencies/qemu 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 index 0000000..5931f4e --- /dev/null +++ b/dependencies/libqcow @@ -0,0 +1 @@ +Subproject commit 5931f4ebf3321d211a9283a5353740ae2d6749ad diff --git a/dependencies/qemu b/dependencies/qemu new file mode 160000 index 0000000..efb4f3b --- /dev/null +++ b/dependencies/qemu @@ -0,0 +1 @@ +Subproject commit efb4f3b62c69383a7308d7b739a3193e7c0ccae8 -- cgit v1.2.3-55-g7522