[OE-core] [PATCH] kernel: Add paravirt_kvm support for qemux86-64
zhe.he at windriver.com
zhe.he at windriver.com
Thu Jan 4 08:14:07 UTC 2018
From: He Zhe <zhe.he at windriver.com>
This feature includes paravirtualized KVM guest support.
Signed-off-by: He Zhe <zhe.he at windriver.com>
---
meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb
index ed65f77..ebfed3e 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb
@@ -35,4 +35,4 @@ KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc features/taskstats/ta
KERNEL_FEATURES_append = " ${KERNEL_EXTRA_FEATURES}"
KERNEL_FEATURES_append_qemuall=" cfg/virtio.scc"
KERNEL_FEATURES_append_qemux86=" cfg/sound.scc cfg/paravirt_kvm.scc"
-KERNEL_FEATURES_append_qemux86-64=" cfg/sound.scc"
+KERNEL_FEATURES_append_qemux86-64=" cfg/sound.scc cfg/paravirt_kvm.scc"
--
2.8.1
More information about the Openembedded-core
mailing list