summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-02-12 14:41:51 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2015-03-23 22:36:09 +0000
commit62100960eb8eff2c6b14f731f8c28c23675af9f9 (patch)
treeafb4ded48b017fb217c2f22f18f1d2da34d31534
parentb0a5d3ac85523df304146373fab02616ff9d60d5 (diff)
downloaddefinitions-62100960eb8eff2c6b14f731f8c28c23675af9f9.tar.gz
Enable Intel KVM support in x86 kernels
-rw-r--r--strata/bsp-x86_32-generic/linux-x86-32-generic.morph1
-rw-r--r--strata/bsp-x86_64-generic/linux-x86-64-generic.morph1
2 files changed, 2 insertions, 0 deletions
diff --git a/strata/bsp-x86_32-generic/linux-x86-32-generic.morph b/strata/bsp-x86_32-generic/linux-x86-32-generic.morph
index ffd905d4..f1e4154f 100644
--- a/strata/bsp-x86_32-generic/linux-x86-32-generic.morph
+++ b/strata/bsp-x86_32-generic/linux-x86-32-generic.morph
@@ -112,6 +112,7 @@ configure-commands:
- scripts/config -e IP_NF_RAW
- scripts/config -e IP_NF_SECURITY
- scripts/config -e IP_NF_ARPTABLES
+- scripts/config -e KVM_INTEL
- yes '' | make oldconfig
build-commands:
- make $MAKEFLAGS
diff --git a/strata/bsp-x86_64-generic/linux-x86-64-generic.morph b/strata/bsp-x86_64-generic/linux-x86-64-generic.morph
index da0868c1..41abf01e 100644
--- a/strata/bsp-x86_64-generic/linux-x86-64-generic.morph
+++ b/strata/bsp-x86_64-generic/linux-x86-64-generic.morph
@@ -112,6 +112,7 @@ configure-commands:
- scripts/config -e IP_NF_RAW
- scripts/config -e IP_NF_SECURITY
- scripts/config -e IP_NF_ARPTABLES
+- scripts/config -e KVM_INTEL
- yes '' | make oldconfig
build-commands:
- make $MAKEFLAGS