From: Ross Burton Date: Tue, 7 May 2013 17:08:10 +0000 (+0100) Subject: qemux86: disable paravirt guest in linux 3.4, causes test failures X-Git-Tag: 2015-4~6632 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=e20c3bf6ce0d8ab5653739dd02555186b78b8912;p=openembedded-core.git qemux86: disable paravirt guest in linux 3.4, causes test failures The shutdown sanity test that we previously saw on qemux86-64 in 2.6.37 have started to re-appear reproducably on qemux86 in 3.4 in the Danny series. Until this can be root-caused and fixed in the kernel, disable paravirtualisation across all kernels and all qemu machines. [ YOCTO #4196 ] Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-kernel/linux/linux-yocto_3.4.bb b/meta/recipes-kernel/linux/linux-yocto_3.4.bb index b81b9ace7b..18d665acc7 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.4.bb @@ -26,5 +26,4 @@ COMPATIBLE_MACHINE = "qemuarm|qemux86|qemuppc|qemumips|qemux86-64" KERNEL_FEATURES_append = " features/netfilter/netfilter.scc" KERNEL_FEATURES_append_qemux86=" cfg/sound.scc" KERNEL_FEATURES_append_qemux86-64=" cfg/sound.scc" -KERNEL_FEATURES_append_qemux86=" cfg/paravirt_kvm.scc" KERNEL_FEATURES_append = " ${@bb.utils.contains("TUNE_FEATURES", "mx32", " cfg/x32.scc", "" ,d)}"