blob: 2415da1444f76c4f683225a4c1f83f2019da99ec (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
[submodule "dependencies/linux"]
path = dependencies/linux
url = https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
branch = master
[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
[submodule "implementation/loop"]
path = implementation/loop
url = https://git.manuel-bentele.de/aluni/master_project_kernel_qcow2_linux.git
branch = kernel-qcow2
[submodule "implementation/losetup"]
path = implementation/losetup
url = https://git.manuel-bentele.de/aluni/master_project_kernel_qcow2_util_linux.git
branch = kernel-qcow2
|