Lines Matching +full:pci +full:- +full:domain
1 # SPDX-License-Identifier: GPL-2.0-only
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
28 1) target domain: ensure that memory auto online policy is in
32 2) control domain: xl mem-max <target-domain> <maxmem>
35 3) control domain: xl mem-set <target-domain> <memory>
40 target domain.
43 the newly added memory can be manually onlined in the target domain
51 …SUBSYSTEM=="memory", ACTION=="add", RUN+="/bin/sh -c '[ -f /sys$devpath/state ] && echo online > /…
107 may pass arbitrary information to the initial domain.
145 bool "Add support for dma-buf grant access device driver extension"
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.
156 tristate "User-space grant reference allocator driver"
162 or as part of an inter-domain shared memory channel.
184 tristate "Xen PCI-device backend driver"
185 depends on PCI && X86 && XEN
189 The PCI device backend driver allows the kernel to export arbitrary
190 PCI devices to other guests. If you select this to be a module, you
194 The parameter "passthrough" allows you specify how you want the PCI
196 PCI topology starts at 00.00.0, or (1) for passthrough if you want
197 the PCI devices topology appear the same as in the host.
200 into the kernel) allows you to bind the PCI devices to this module
201 from the default device drivers. The argument is the list of PCI BDFs:
202 xen-pciback.hide=(03:00.0)(04:00.0)
232 to other guests via a high-performance shared-memory interface.
257 Currently Xen only support ACPI memory hot-add. If you want
258 to hot-add memory at runtime (the hot-added memory cannot be
308 Support for auto-translated physmap guests.