1 # SPDX-License-Identifier: GPL-2.0
3 # This Kconfig describes xen options
7 bool "Xen guest support"
10 select X86_HV_CALLBACK_VECTOR
11 depends on X86_64 || (X86_32 && X86_PAE)
12 depends on X86_LOCAL_APIC && X86_TSC
14 This is the Linux Xen port. Enabling this will allow the
15 kernel to boot in a paravirtualized environment under the
19 bool "Xen PV guest support"
27 Support running as a Xen PV guest.
30 bool "Limit Xen pv-domain memory to 512GB"
34 Limit paravirtualized user domains to 512GB of RAM.
36 The Xen tools and crash dump analysis tools might not support
37 pv-domains with more than 512 GB of RAM. This option controls the
38 default setting of the kernel to use only up to 512 GB or more.
39 It is always possible to change the default via specifying the
40 boot parameter "xen_512gb_limit".
44 depends on XEN_PV && SMP
47 bool "Xen PV Dom0 support"
49 depends on XEN_PV && PCI_XEN && SWIOTLB_XEN
50 depends on X86_IO_APIC && ACPI && PCI
52 Support running as a Xen PV Dom0 guest.
56 depends on XEN && X86_LOCAL_APIC
60 depends on XEN_PVHVM && SMP
62 config XEN_PVHVM_GUEST
63 bool "Xen PVHVM guest support"
65 depends on XEN_PVHVM && PCI
67 Support running as a Xen PVHVM guest.
69 config XEN_SAVE_RESTORE
72 select HIBERNATE_CALLBACKS
76 bool "Enable Xen debug and tuning parameters in debugfs"
77 depends on XEN && DEBUG_FS
79 Enable statistics output and various tuning options in debugfs.
80 Enabling this option may incur a significant performance overhead.
83 bool "Xen PVH guest support"
84 depends on XEN && XEN_PVHVM && ACPI
88 Support for running as a Xen PVH guest.