Lines Matching +full:virtio +full:- +full:pci
1 # SPDX-License-Identifier: GPL-2.0
14 The User-Mode Linux environment allows you to create virtual serial
18 See <http://user-mode-linux.sourceforge.net/old/input.html> for more
44 lines to host pseudo-terminals. Access to both traditional
45 pseudo-terminals (/dev/pty*) and pts pseudo-terminals are controlled
55 (/dev/tty*) and the slave side of pseudo-terminals (/dev/ttyp* and
107 traditional pseudo-terminals.
131 This User-Mode Linux network driver uses multi-message send
143 bool "UML driver for virtio devices"
144 select VIRTIO
146 This driver provides support for virtio based paravirtual device
147 drivers over vhost-user sockets.
156 rtcwake, especially in time-travel mode. This driver enables that
169 bool "Enable PCI over VIRTIO device simulation"
170 # in theory, just VIRTIO is enough, but that causes recursion
175 int "set the virtio device ID for PCI emulation"
176 default -1
180 wish to use for experimentation here. The default of -1 is
184 bool "Enable VFIO-based PCI passthrough"
187 This driver provides support for VFIO-based PCI passthrough.
188 Currently, only MSI-X capable devices are supported, and it
189 is assumed that drivers will use MSI-X.