From fd47533d721238f5b6dc7e4b557048ec149a1b6d Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Tue, 22 Sep 2015 11:11:28 +0000 Subject: Enable XEN guest drivers in x86 bsp From 'arch/x86/xen/Kconfig' in the kernel tree: config XEN depends on PARAVIRT depends on X86_64 || (X86_32 && X86_PAE) depends on X86_LOCAL_APIC && X86_TSC help This is the Linux Xen port. Enabling this will allow the kernel to boot in a paravirtualized environment under the Xen hypervisor. Change-Id: I1ad62c3bc2fb8bea06b20e893424a5b1e625df0e --- strata/bsp-x86_32-generic/linux-x86-32-generic.morph | 5 +++++ strata/bsp-x86_64-generic/linux-x86-64-generic.morph | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/strata/bsp-x86_32-generic/linux-x86-32-generic.morph b/strata/bsp-x86_32-generic/linux-x86-32-generic.morph index 208eb506..de1a1408 100644 --- a/strata/bsp-x86_32-generic/linux-x86-32-generic.morph +++ b/strata/bsp-x86_32-generic/linux-x86-32-generic.morph @@ -264,6 +264,11 @@ configure-commands: - scripts/config -e SCSI_VIRTIO - scripts/config -e HYPERVISOR_GUEST - scripts/config -e PARAVIRT +- scripts/config -e X86_32 +- scripts/config -e X86_PAE +- scripts/config -e X86_LOCAL_APIC +- scripts/config -e X86_TSC +- scripts/config -e XEN - yes '' | make oldconfig build-commands: - make $MAKEFLAGS diff --git a/strata/bsp-x86_64-generic/linux-x86-64-generic.morph b/strata/bsp-x86_64-generic/linux-x86-64-generic.morph index bc8ac7d1..f5da6c88 100644 --- a/strata/bsp-x86_64-generic/linux-x86-64-generic.morph +++ b/strata/bsp-x86_64-generic/linux-x86-64-generic.morph @@ -264,6 +264,10 @@ configure-commands: - scripts/config -e SCSI_VIRTIO - scripts/config -e HYPERVISOR_GUEST - scripts/config -e PARAVIRT +- scripts/config -e X86_64 +- scripts/config -e X86_LOCAL_APIC +- scripts/config -e X86_TSC +- scripts/config -e XEN - yes '' | make oldconfig build-commands: - make $MAKEFLAGS -- cgit v1.2.1