summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-yocto/xen.scc
Commit message (Collapse)AuthorAgeFilesLines
* linux-yocto/xen: update fragment to support both dom0 and typical xen guests.Chris Patterson2013-10-101-2/+2
| | | | | | | | | | | Updated linux kernel fragment to match defaults as defined in the 3.10 kernel's Kconfig files. If defaults were not specified, modules were were used unless required by another built-in option. As such, The core frontend drivers are included by default and the backend drivers are built as modules. This allows privileged, PV, HVM, and PVHVM guests to work properly without additional kernel configuration or modules required in initramfs (from a Xen support perspective). This also removes CONFIG_KVM_GUEST which was erroneously included previously. Signed-off-by: Chris Patterson <cjp256@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* linux-yocto: add kernel fragment and scc to support xen on linux 3.4, 3.8, ↵Chris Patterson2013-09-241-0/+4
and 3.10. Signed-off-by: Chris Patterson <cjp256@gmail.com>