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-04-07 10:03:49 +0000
commitd9bef7b3317625f5860bc78c3e1effdc320ebb7d (patch)
treecead1577bb89c59f072eaf79a73f9b48984c1c1d
parentb82cda6e0c64717df961c0232d78f5362ecc69e5 (diff)
downloaddefinitions-d9bef7b3317625f5860bc78c3e1effdc320ebb7d.tar.gz
Enable Intel KVM support in x86 kernels
Change-Id: I1b65a1b3add4f8da11f6403bceb1063797a99b5d
-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