From: Konrad Rzeszutek Wilk Date: Mon, 13 Oct 2014 20:51:01 +0000 (-0400) Subject: config: Enable x2APIC and AMD IOMMU so baremetal can work on large machines. X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=ac1f148cc9d1fa9c8ead5428d8edd8a15ea524fd;p=xentesttools%2Fbootstrap.git config: Enable x2APIC and AMD IOMMU so baremetal can work on large machines. Signed-off-by: Konrad Rzeszutek Wilk --- diff --git a/linux.config b/linux.config index 98cde3b..d8f7167 100644 --- a/linux.config +++ b/linux.config @@ -912,3 +912,10 @@ CONFIG_DEBUG_VM=y CONFIG_FIREWIRE=y CONFIG_FIREWIRE_OHCI=m +CONFIG_KEXEC_JUMP=y +CONFIG_AMD_IOMMU_V2=y +CONFIG_INTEL_IOMMU_DEFAULT_ON=y +CONFIG_PCI_IOAPIC=y +CONFIG_IRQ_REMAP=y +CONFIG_X86_X2APIC=y +