From d9bef7b3317625f5860bc78c3e1effdc320ebb7d Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Thu, 12 Feb 2015 14:41:51 +0000 Subject: Enable Intel KVM support in x86 kernels Change-Id: I1b65a1b3add4f8da11f6403bceb1063797a99b5d --- strata/bsp-x86_32-generic/linux-x86-32-generic.morph | 1 + strata/bsp-x86_64-generic/linux-x86-64-generic.morph | 1 + 2 files changed, 2 insertions(+) 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 -- cgit v1.2.1