Lines Matching +full:virtio +full:- +full:pci
1 # SPDX-License-Identifier: GPL-2.0-only
32 2) control domain: xl mem-max <target-domain> <maxmem>
35 3) control domain: xl mem-set <target-domain> <memory>
51 …SUBSYSTEM=="memory", ACTION=="add", RUN+="/bin/sh -c '[ -f /sys$devpath/state ] && echo online > /…
146 bool "Add support for dma-buf grant access device driver extension"
151 dma-buf implementation. With this extension grant references to
152 the pages of an imported dma-buf can be exported for other domain
154 converted into a local dma-buf for local export.
157 tristate "User-space grant reference allocator driver"
163 or as part of an inter-domain shared memory channel.
189 tristate "Xen PCI-device stub driver"
190 depends on PCI && !X86 && XEN
195 The PCI device stub driver provides limited version of the PCI
196 device backend driver without para-virtualized support for guests.
202 into the kernel) allows you to bind the PCI devices to this module
203 from the default device drivers. The argument is the list of PCI BDFs:
204 xen-pciback.hide=(03:00.0)(04:00.0)
209 tristate "Xen PCI-device backend driver"
210 depends on PCI && X86 && XEN
215 The PCI device backend driver allows the kernel to export arbitrary
216 PCI devices to other guests. If you select this to be a module, you
220 The parameter "passthrough" allows you specify how you want the PCI
222 PCI topology starts at 00.00.0, or (1) for passthrough if you want
223 the PCI devices topology appear the same as in the host.
226 into the kernel) allows you to bind the PCI devices to this module
227 from the default device drivers. The argument is the list of PCI BDFs:
228 xen-pciback.hide=(03:00.0)(04:00.0)
258 to other guests via a high-performance shared-memory interface.
277 Using the ioeventfd / irqfd mechanism a virtio backend running in a
316 Support for auto-translated physmap guests.
354 bool "Xen virtio support"
356 depends on VIRTIO
360 Enable virtio support for running as Xen guest. Depending on the
362 (qemu or kernel, depending on the virtio device types used).
367 bool "Require Xen virtio support to use grants"
370 Require virtio for Xen guests to use grant mappings.
373 (e.g. qemu or kernel, depending on the virtio device types used).