summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Bentele2019-08-07 16:37:20 +0200
committerManuel Bentele2019-08-07 16:37:20 +0200
commitad21609cd9da89102b0f0785d548cd060e399d76 (patch)
treeed9ebc04887f286d0c27b2d15e2025bd5fa19564
parentAdded first version of the QCOW2 Linux kernel implementation (diff)
downloadkernel-qcow2-ad21609cd9da89102b0f0785d548cd060e399d76.tar.gz
kernel-qcow2-ad21609cd9da89102b0f0785d548cd060e399d76.tar.xz
kernel-qcow2-ad21609cd9da89102b0f0785d548cd060e399d76.zip
Added debugfs functionality to the modules to show debug information
-rw-r--r--Makefile1
-rw-r--r--config/kernel-qcow2_x86-64_module.config2
m---------implementation/loop0
3 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ca4483c..a4ffd8c 100644
--- a/Makefile
+++ b/Makefile
@@ -18,6 +18,7 @@ LOCAL_MOD_CONFIG += CONFIG_BLK_DEV_LOOP_FILE_FMT_RAW=m
LOCAL_MOD_CONFIG += CONFIG_BLK_DEV_LOOP_FILE_FMT_QCOW=m
LOCAL_MOD_CONFIG += CONFIG_ZLIB_INFLATE=y
LOCAL_MOD_CONFIG += CONFIG_ZLIB_DEFLATE=y
+LOCAL_MOD_CONFIG += CONFIG_DEBUG_FS=y
BUILD ?= vanilla
KERNEL_DIR ?= $(KERNEL_SRC_DIR)
diff --git a/config/kernel-qcow2_x86-64_module.config b/config/kernel-qcow2_x86-64_module.config
index 3a741eb..1420a7b 100644
--- a/config/kernel-qcow2_x86-64_module.config
+++ b/config/kernel-qcow2_x86-64_module.config
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.1.16-arch1-1-ARCH Kernel Configuration
+# Linux/x86 5.2.0-rc4 Kernel Configuration
#
#
diff --git a/implementation/loop b/implementation/loop
-Subproject 76c7edc7d401a79d2cd807e6d197e4fe5ecf8c8
+Subproject 54242c68a79389c8ac56267203b9ee02e1b85b6