[meta-virtualization] [PATCH v2 1/2] linux-yocto: added kernel configuration for KVM

Bruce Ashfield bruce.ashfield at gmail.com
Fri Jan 11 13:08:56 PST 2013


On Fri, Jan 11, 2013 at 11:27 AM, Mihai Prica <mihai.prica at intel.com> wrote:

> Signed-off-by: Mihai Prica <mihai.prica at intel.com>
> ---
>  recipes-kernel/linux/linux-yocto_3.4.bbappend |    5 +++++
>  1 file changed, 5 insertions(+)
>
> diff --git a/recipes-kernel/linux/linux-yocto_3.4.bbappend
> b/recipes-kernel/linux/linux-yocto_3.4.bbappend
> index 5b163ff..6fa02e8 100644
> --- a/recipes-kernel/linux/linux-yocto_3.4.bbappend
> +++ b/recipes-kernel/linux/linux-yocto_3.4.bbappend
> @@ -6,3 +6,8 @@ SRC_URI += "file://xt-checksum.scc \
>             file://lxc.scc \
>             "
>
> +KERNEL_FEATURES_append = " kvm/qemu-kvm-enable"
>

Have you confirmed that this is adding the option you want ? I would have
expected this to be:

KERNEL_FEATURES_append = " features/kvm/qemu-kvm-enable.scc"



> +
> +module_autoload_kvm = "kvm"
> +module_autoload_kvm-amd = "kvm-amd"
> +module_autoload_kvm-intel = "kvm-intel"
>

This part looks fine though.

Cheers,

Bruce


> --
> 1.7.9.5
>
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization
>



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await thee
at its end"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/meta-virtualization/attachments/20130111/f9919273/attachment.html>


More information about the meta-virtualization mailing list