All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 1/2] linux-yocto: added kernel configuration for KVM
@ 2013-01-11 16:27 Mihai Prica
  2013-01-11 16:27 ` [PATCH v2 2/2] Created new target:kvm-image-minimal Mihai Prica
  2013-01-11 21:08 ` [PATCH v2 1/2] linux-yocto: added kernel configuration for KVM Bruce Ashfield
  0 siblings, 2 replies; 15+ messages in thread
From: Mihai Prica @ 2013-01-11 16:27 UTC (permalink / raw)
  To: meta-virtualization

Signed-off-by: Mihai Prica <mihai.prica@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"
+
+module_autoload_kvm = "kvm"
+module_autoload_kvm-amd = "kvm-amd"
+module_autoload_kvm-intel = "kvm-intel"
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2013-01-25 17:10 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-11 16:27 [PATCH v2 1/2] linux-yocto: added kernel configuration for KVM Mihai Prica
2013-01-11 16:27 ` [PATCH v2 2/2] Created new target:kvm-image-minimal Mihai Prica
2013-01-11 17:16   ` Lei Yang
2013-01-15 10:44     ` Prica, Mihai
2013-01-15 11:22       ` lei yang
2013-01-16  3:27       ` lei yang
2013-01-16 13:58         ` Prica, Mihai
2013-01-25 15:58           ` Prica, Mihai
2013-01-25 16:06             ` Bruce Ashfield
2013-01-25 17:10             ` lei yang
2013-01-11 21:08 ` [PATCH v2 1/2] linux-yocto: added kernel configuration for KVM Bruce Ashfield
2013-01-12  6:08   ` lei yang
2013-01-13 14:48     ` Bruce Ashfield
2013-01-25 15:48       ` Prica, Mihai
2013-01-25 16:05         ` Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.