diff options
author | Manuel Bentele | 2019-08-07 16:37:20 +0200 |
---|---|---|
committer | Manuel Bentele | 2019-08-07 16:37:20 +0200 |
commit | ad21609cd9da89102b0f0785d548cd060e399d76 (patch) | |
tree | ed9ebc04887f286d0c27b2d15e2025bd5fa19564 | |
parent | Added first version of the QCOW2 Linux kernel implementation (diff) | |
download | kernel-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-- | Makefile | 1 | ||||
-rw-r--r-- | config/kernel-qcow2_x86-64_module.config | 2 | ||||
m--------- | implementation/loop | 0 |
3 files changed, 2 insertions, 1 deletions
@@ -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 |