summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Bentele2019-05-30 18:49:46 +0200
committerManuel Bentele2019-06-05 14:29:23 +0200
commit41a4dfa1cf786745f52629c158cf214aa1946066 (patch)
tree7345c0b3e3ba05eabe6e32c34b8560ee637bedf9
parentAdded call graph of QEMU's QCOW2 implementation (diff)
downloadkernel-qcow2-41a4dfa1cf786745f52629c158cf214aa1946066.tar.gz
kernel-qcow2-41a4dfa1cf786745f52629c158cf214aa1946066.tar.xz
kernel-qcow2-41a4dfa1cf786745f52629c158cf214aa1946066.zip
Added latest Linux kernel version and util-linux for development purposes
Both entire subprojects were added as Git submodules because the out-of-tree build would be to complicated without the build files and existing directory structures.
-rw-r--r--.gitmodules6
m---------implementation/loop0
m---------implementation/losetup0
3 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 842620d..b0123cc 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -11,3 +11,9 @@
[submodule "dependencies/qemu"]
path = dependencies/qemu
url = git://git.qemu.org/qemu.git
+[submodule "implementation/loop"]
+ path = implementation/loop
+ url = https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
+[submodule "implementation/losetup"]
+ path = implementation/losetup
+ url = https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
diff --git a/implementation/loop b/implementation/loop
new file mode 160000
+Subproject bec7550cca106c3ccc061e3e625516af63054fe
diff --git a/implementation/losetup b/implementation/losetup
new file mode 160000
+Subproject 4de60aecad837c857d8971b0b35088a42da9e59