Lines Matching +full:data +full:- +full:lines
1 # SPDX-License-Identifier: GPL-2.0
14 The User-Mode Linux environment allows you to create virtual serial
15 lines on the UML that are usually made to show up on the host as
18 See <http://user-mode-linux.sourceforge.net/old/input.html> for more
27 lines to a device similar to /dev/null. Data written to it disappears
28 and there is never any data to be read.
34 lines to host portals. They may be accessed with 'telnet <host>
35 <port number>'. Any number of consoles and serial lines may be
44 lines to host pseudo-terminals. Access to both traditional
45 pseudo-terminals (/dev/pty*) and pts pseudo-terminals are controlled
54 lines to host terminals. Access to both virtual consoles
55 (/dev/tty*) and the slave side of pseudo-terminals (/dev/ttyp* and
63 lines to xterms. Each UML device so assigned will be brought up in
104 This is the string describing the channel to which the serial lines
107 traditional pseudo-terminals.
131 This User-Mode Linux network driver uses multi-message send
147 drivers over vhost-user sockets.
156 rtcwake, especially in time-travel mode. This driver enables that
177 default -1
181 wish to use for experimentation here. The default of -1 is
185 bool "Enable VFIO-based PCI passthrough"
188 This driver provides support for VFIO-based PCI passthrough.
189 Currently, only MSI-X capable devices are supported, and it
190 is assumed that drivers will use MSI-X.