[oe-commits] [openembedded-core] 16/35: linux-yocto-rt: Add paravirt_kvm support for qemux86-64

git at git.openembedded.org git at git.openembedded.org
Fri Nov 16 16:33:52 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch sumo
in repository openembedded-core.

commit 0c13f6b8ba3460029ee239eac080e57d42650841
Author: Hongzhi.Song <hongzhi.song at windriver.com>
AuthorDate: Sat Sep 22 13:18:47 2018 -0400

    linux-yocto-rt: Add paravirt_kvm support for qemux86-64
    
    This feature includes paravirtualized KVM guest support, including
    KVMCLOCK for enhancing clock accuracy of guest OS.
    
    (From OE-Core rev: 2b2238e5e81748475de8a339c33529484971b0ff)
    
    Signed-off-by: He Zhe <zhe.he at windriver.com>
    Signed-off-by: Hongzhi.Song <hongzhi.song at windriver.com>
    Signed-off-by: Bruce Ashfield <bruce.ashfield at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
    [Drop 4.18 changes]
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta/recipes-kernel/linux/linux-yocto-rt_4.14.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.14.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.14.bb
index 48cdd35..350d907 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_4.14.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.14.bb
@@ -38,4 +38,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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list