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"
26 Support running as a Xen PV guest.
30 depends on XEN_PV && SMP
33 bool "Xen PV Dom0 support"
35 depends on XEN_PV && PCI_XEN && SWIOTLB_XEN
36 depends on X86_IO_APIC && ACPI && PCI
38 Support running as a Xen PV Dom0 guest.
41 bool "Xen PVHVM guest support"
43 depends on XEN && PCI && X86_LOCAL_APIC
45 Support running as a Xen PVHVM guest.
49 depends on XEN_PVHVM && SMP
52 bool "Limit Xen pv-domain memory to 512GB"
53 depends on XEN_PV && X86_64
56 Limit paravirtualized user domains to 512GB of RAM.
58 The Xen tools and crash dump analysis tools might not support
59 pv-domains with more than 512 GB of RAM. This option controls the
60 default setting of the kernel to use only up to 512 GB or more.
61 It is always possible to change the default via specifying the
62 boot parameter "xen_512gb_limit".
64 config XEN_SAVE_RESTORE
67 select HIBERNATE_CALLBACKS
71 bool "Enable Xen debug and tuning parameters in debugfs"
72 depends on XEN && DEBUG_FS
74 Enable statistics output and various tuning options in debugfs.
75 Enabling this option may incur a significant performance overhead.
78 bool "Support for running as a Xen PVH guest"
79 depends on XEN && XEN_PVHVM && ACPI