]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - drivers/xen/Kconfig
UBUNTU: Ubuntu-5.15.0-39.42
[mirror_ubuntu-jammy-kernel.git] / drivers / xen / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
27fb7f00
RD
2menu "Xen driver support"
3 depends on XEN
4
1775826c
JF
5config XEN_BALLOON
6 bool "Xen memory balloon driver"
1775826c
JF
7 default y
8 help
9 The balloon driver allows the Xen domain to request more memory from
10 the system to expand the domain's memory allocation, or alternatively
11 return unneeded memory to the system.
12
080e2be7
DK
13config XEN_BALLOON_MEMORY_HOTPLUG
14 bool "Memory hotplug support for Xen balloon driver"
080e2be7 15 depends on XEN_BALLOON && MEMORY_HOTPLUG
2abb65a3 16 default y
080e2be7
DK
17 help
18 Memory hotplug support for Xen balloon driver allows expanding memory
19 available for the system above limit declared at system startup.
20 It is very useful on critical systems which require long
21 run without rebooting.
22
0df683ff
RPM
23 It's also very useful for non PV domains to obtain unpopulated physical
24 memory ranges to use in order to map foreign memory or grants.
25
080e2be7
DK
26 Memory could be hotplugged in following steps:
27
703fc13a
VK
28 1) target domain: ensure that memory auto online policy is in
29 effect by checking /sys/devices/system/memory/auto_online_blocks
30 file (should be 'online').
31
32 2) control domain: xl mem-max <target-domain> <maxmem>
080e2be7
DK
33 where <maxmem> is >= requested memory size,
34
703fc13a 35 3) control domain: xl mem-set <target-domain> <memory>
080e2be7
DK
36 where <memory> is requested memory size; alternatively memory
37 could be added by writing proper value to
38 /sys/devices/system/xen_memory/xen_memory0/target or
703fc13a
VK
39 /sys/devices/system/xen_memory/xen_memory0/target_kb on the
40 target domain.
080e2be7 41
703fc13a
VK
42 Alternatively, if memory auto onlining was not requested at step 1
43 the newly added memory can be manually onlined in the target domain
44 by doing the following:
080e2be7 45
703fc13a
VK
46 for i in /sys/devices/system/memory/memory*/state; do \
47 [ "`cat "$i"`" = offline ] && echo online > "$i"; done
080e2be7 48
703fc13a 49 or by adding the following line to udev rules:
080e2be7 50
703fc13a 51 SUBSYSTEM=="memory", ACTION=="add", RUN+="/bin/sh -c '[ -f /sys$devpath/state ] && echo online > /sys$devpath/state'"
080e2be7 52
2b514ec7 53config XEN_MEMORY_HOTPLUG_LIMIT
633d6f17 54 int "Hotplugged memory limit (in GiB) for a PV guest"
a13f2ef1 55 default 512
633d6f17 56 depends on XEN_HAVE_PVMMU
2b514ec7 57 depends on MEMORY_HOTPLUG
633d6f17
JG
58 help
59 Maxmium amount of memory (in GiB) that a PV guest can be
60 expanded to when using memory hotplug.
61
62 A PV guest can have more memory than this limit if is
63 started with a larger maximum.
64
65 This value is used to allocate enough space in internal
66 tables needed for physical memory administration.
67
197ecb38
MMG
68config XEN_SCRUB_PAGES_DEFAULT
69 bool "Scrub pages before returning them to system by default"
1775826c
JF
70 depends on XEN_BALLOON
71 default y
72 help
73 Scrub pages before returning them to the system for reuse by
74 other domains. This makes sure that any confidential data
af320de9 75 is not accidentally visible to other domains. It is more
197ecb38
MMG
76 secure, but slightly less efficient. This can be controlled with
77 xen_scrub_pages=0 parameter and
78 /sys/devices/system/xen_memory/xen_memory0/scrub_pages.
79 This option only sets the default value.
80
1775826c 81 If in doubt, say yes.
1107ba88 82
f7116284
IC
83config XEN_DEV_EVTCHN
84 tristate "Xen /dev/xen/evtchn device"
f7116284
IC
85 default y
86 help
6b2aac42 87 The evtchn driver allows a userspace process to trigger event
f7116284
IC
88 channels and to receive notification of an event channel
89 firing.
90 If in doubt, say yes.
91
df660251 92config XEN_BACKEND
329620a8 93 bool "Backend driver support"
ea9e57d0 94 default XEN_DOM0
df660251
IC
95 help
96 Support for backend device drivers that provide I/O services
97 to other virtual machines.
98
1107ba88
AZ
99config XENFS
100 tristate "Xen filesystem"
d8414d3c 101 select XEN_PRIVCMD
1107ba88
AZ
102 default y
103 help
104 The xen filesystem provides a way for domains to share
105 information with each other and with the hypervisor.
106 For example, by reading and writing the "xenbus" file, guests
107 may pass arbitrary information to the initial domain.
108 If in doubt, say yes.
109
110config XEN_COMPAT_XENFS
23c1cce9
KK
111 bool "Create compatibility mount point /proc/xen"
112 depends on XENFS
113 default y
114 help
115 The old xenstore userspace tools expect to find "xenbus"
116 under /proc/xen, but "xenbus" is now found at the root of the
117 xenfs filesystem. Selecting this causes the kernel to create
118 the compatibility mount point /proc/xen if it is running on
119 a xen platform.
120 If in doubt, say yes.
1107ba88 121
cff7e81b 122config XEN_SYS_HYPERVISOR
23c1cce9
KK
123 bool "Create xen entries under /sys/hypervisor"
124 depends on SYSFS
125 select SYS_HYPERVISOR
126 default y
127 help
128 Create entries under /sys/hypervisor describing the Xen
129 hypervisor environment. When running native or in another
130 virtual environment, /sys/hypervisor will still be present,
131 but will have no xen contents.
27fb7f00 132
2de06cc1 133config XEN_XENBUS_FRONTEND
9c4bc1c2
LT
134 tristate
135
ab31523c
GH
136config XEN_GNTDEV
137 tristate "userspace grant access device driver"
138 depends on XEN
1f169f66 139 default m
ab31523c
GH
140 select MMU_NOTIFIER
141 help
142 Allows userspace processes to use grants.
6bac7f9f 143
932d6562
OA
144config XEN_GNTDEV_DMABUF
145 bool "Add support for dma-buf grant access device driver extension"
fa6614d8
JG
146 depends on XEN_GNTDEV && XEN_GRANT_DMA_ALLOC
147 select DMA_SHARED_BUFFER
932d6562
OA
148 help
149 Allows userspace processes and kernel modules to use Xen backed
150 dma-buf implementation. With this extension grant references to
151 the pages of an imported dma-buf can be exported for other domain
152 use and grant references coming from a foreign domain can be
153 converted into a local dma-buf for local export.
154
dd314058
DDG
155config XEN_GRANT_DEV_ALLOC
156 tristate "User-space grant reference allocator driver"
157 depends on XEN
1f169f66 158 default m
dd314058
DDG
159 help
160 Allows userspace processes to create pages with access granted
161 to other domains. This can be used to implement frontend drivers
162 or as part of an inter-domain shared memory channel.
163
9bdc7304
OA
164config XEN_GRANT_DMA_ALLOC
165 bool "Allow allocating DMA capable buffers with grant reference module"
166 depends on XEN && HAS_DMA
167 help
168 Extends grant table module API to allow allocating DMA capable
169 buffers and mapping foreign grant references on top of it.
170 The resulting buffer is similar to one allocated by the balloon
171 driver in that proper memory reservation is made by
172 ({increase|decrease}_reservation and VA mappings are updated if
173 needed).
174 This is useful for sharing foreign buffers with HW drivers which
175 cannot work with scattered buffers provided by the balloon driver,
176 but require DMAable memory instead.
177
b097186f
KRW
178config SWIOTLB_XEN
179 def_bool y
794d5b8a 180 depends on XEN_PV || ARM || ARM64
2f9237d4 181 select DMA_OPS
2775609c 182 select SWIOTLB
b097186f 183
30edc14b
KRW
184config XEN_PCIDEV_BACKEND
185 tristate "Xen PCI-device backend driver"
186 depends on PCI && X86 && XEN
187 depends on XEN_BACKEND
2ebdc426 188 default m
30edc14b
KRW
189 help
190 The PCI device backend driver allows the kernel to export arbitrary
191 PCI devices to other guests. If you select this to be a module, you
192 will need to make sure no other driver has bound to the device(s)
193 you want to make visible to other guests.
194
2ebdc426
KRW
195 The parameter "passthrough" allows you specify how you want the PCI
196 devices to appear in the guest. You can choose the default (0) where
197 PCI topology starts at 00.00.0, or (1) for passthrough if you want
198 the PCI devices topology appear the same as in the host.
30edc14b 199
2ebdc426
KRW
200 The "hide" parameter (only applicable if backend driver is compiled
201 into the kernel) allows you to bind the PCI devices to this module
202 from the default device drivers. The argument is the list of PCI BDFs:
203 xen-pciback.hide=(03:00.0)(04:00.0)
30edc14b 204
2ebdc426 205 If in doubt, say m.
d8414d3c 206
5eee149a
SS
207config XEN_PVCALLS_FRONTEND
208 tristate "XEN PV Calls frontend driver"
209 depends on INET && XEN
5eee149a
SS
210 select XEN_XENBUS_FRONTEND
211 help
212 Experimental frontend for the Xen PV Calls protocol
213 (https://xenbits.xen.org/docs/unstable/misc/pvcalls.html). It
214 sends a small set of POSIX calls to the backend, which
215 implements them.
216
42d3078a 217config XEN_PVCALLS_BACKEND
45da2344 218 tristate "XEN PV Calls backend driver"
42d3078a 219 depends on INET && XEN && XEN_BACKEND
42d3078a
SS
220 help
221 Experimental backend for the Xen PV Calls protocol
222 (https://xenbits.xen.org/docs/unstable/misc/pvcalls.html). It
223 allows PV Calls frontends to send POSIX calls to the backend,
224 which implements them.
225
226 If in doubt, say n.
227
d9d660f6
JG
228config XEN_SCSI_BACKEND
229 tristate "XEN SCSI backend driver"
230 depends on XEN && XEN_BACKEND && TARGET_CORE
231 help
232 The SCSI backend driver allows the kernel to export its SCSI Devices
233 to other guests via a high-performance shared-memory interface.
234 Only needed for systems running as XEN driver domains (e.g. Dom0) and
235 if guests need generic access to SCSI devices.
236
d8414d3c
BB
237config XEN_PRIVCMD
238 tristate
239 depends on XEN
240 default m
241
59a56802
KRW
242config XEN_ACPI_PROCESSOR
243 tristate "Xen ACPI processor"
cae7d81a 244 depends on XEN && XEN_PV_DOM0 && X86 && ACPI_PROCESSOR && CPU_FREQ
102b208e 245 default m
59a56802 246 help
23c1cce9 247 This ACPI processor uploads Power Management information to the Xen
1fd14432
AM
248 hypervisor.
249
250 To do that the driver parses the Power Management data and uploads
251 said information to the Xen hypervisor. Then the Xen hypervisor can
5065a706 252 select the proper Cx and Pxx states. It also registers itself as the
1fd14432
AM
253 SMM so that other drivers (such as ACPI cpufreq scaling driver) will
254 not load.
255
23c1cce9 256 To compile this driver as a module, choose M here: the module will be
1fd14432
AM
257 called xen_acpi_processor If you do not know what to choose, select
258 M here. If the CPUFREQ drivers are built in, select Y here.
59a56802 259
cef12ee5
LJ
260config XEN_MCE_LOG
261 bool "Xen platform mcelog"
cae7d81a 262 depends on XEN_PV_DOM0 && X86_MCE
cef12ee5
LJ
263 help
264 Allow kernel fetching MCE error from Xen platform and
265 converting it into Linux mcelog format for mcelog tools
266
c2374bf5 267config XEN_HAVE_PVMMU
23c1cce9 268 bool
c2374bf5 269
be81c8a1
DK
270config XEN_EFI
271 def_bool y
be1aaf4e 272 depends on (ARM || ARM64 || X86_64) && EFI
be81c8a1 273
628c28ee
DV
274config XEN_AUTO_XLATE
275 def_bool y
276 depends on ARM || ARM64 || XEN_PVHVM
277 help
278 Support for auto-translated physmap guests.
279
42068cfd
HG
280config XEN_ACPI
281 def_bool y
282 depends on X86 && ACPI
283
a11f4f0a 284config XEN_SYMS
23c1cce9
KK
285 bool "Xen symbols"
286 depends on X86 && XEN_DOM0 && XENFS
287 default y if KALLSYMS
288 help
289 Exports hypervisor symbols (along with their types and addresses) via
290 /proc/xen/xensyms file, similar to /proc/kallsyms
a11f4f0a 291
5f141548 292config XEN_HAVE_VPMU
23c1cce9 293 bool
5f141548 294
b3383974
OA
295config XEN_FRONT_PGDIR_SHBUF
296 tristate
297
9e2369c0
RPM
298config XEN_UNPOPULATED_ALLOC
299 bool "Use unpopulated memory ranges for guest mappings"
300 depends on X86 && ZONE_DEVICE
301 default XEN_BACKEND || XEN_GNTDEV || XEN_DOM0
302 help
303 Use unpopulated memory ranges in order to create mappings for guest
304 memory regions, including grant maps and foreign pages. This avoids
305 having to balloon out RAM regions in order to obtain physical memory
306 space to create such mappings.
307
27fb7f00 308endmenu