summaryrefslogtreecommitdiffstats
path: root/core/modules/qemukvm
diff options
context:
space:
mode:
authorJonathan Bauer2017-08-17 18:27:13 +0200
committerJonathan Bauer2017-08-17 18:27:13 +0200
commit3184ff6d51e5ed3ae399e6f045d881b53e7c50c8 (patch)
tree54246f57dba21d789c4b2fb6bd91eb408571244b /core/modules/qemukvm
parent[qemukvm] copy missing irqbypass.ko (diff)
downloadmltk-3184ff6d51e5ed3ae399e6f045d881b53e7c50c8.tar.gz
mltk-3184ff6d51e5ed3ae399e6f045d881b53e7c50c8.tar.xz
mltk-3184ff6d51e5ed3ae399e6f045d881b53e7c50c8.zip
[qemukvm] added note about irqbypass
seems to be dependent on kernel version, so only newer kernels seems to need it
Diffstat (limited to 'core/modules/qemukvm')
-rw-r--r--core/modules/qemukvm/module.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/modules/qemukvm/module.build b/core/modules/qemukvm/module.build
index 180b8841..2add4733 100644
--- a/core/modules/qemukvm/module.build
+++ b/core/modules/qemukvm/module.build
@@ -11,7 +11,8 @@ build() {
tarcopy "$(cat "${COPYLIST}" | sort -u)" "${MODULE_BUILD_DIR}"
- # add kernel modules
+ # add irqbypass kernel module needed by kvm
+ # TODO this seems to be dependent on the kernel version, so make it check that....
cd "${KERNEL_BASE_DIR}"
tarcopy "lib/modules/${TARGET_KERNEL_LONG}/kernel/virt" "${MODULE_BUILD_DIR}"
cd - &>/dev/null