Lines Matching +full:virtio +full:- +full:device
29 .Nm virtio
30 .Nd VirtIO Device Support
32 To compile VirtIO device support into the kernel, place the following lines
34 .Bd -ragged -offset indent
35 .Cd "device virtio"
36 .Cd "device virtio_pci"
39 Alternatively, to load VirtIO support as modules at boot time, place the
42 .Bd -literal -offset indent
47 VirtIO is a specification for para-virtualized I/O in a virtual machine (VM).
52 VirtIO defines an interface for efficient I/O between the hypervisor and VM.
58 device driver represents an emulated PCI device that the hypervisor makes
60 This device provides the probing, configuration, and
63 supports the following VirtIO devices:
64 .Bl -hang -offset indent -width xxxxxxxx
66 An emulated Ethernet device is provided by the
68 device driver.
72 device driver.
82 A pseudo-device to allow the VM to release memory back to the hypervisor is
85 device driver.
89 device driver.
93 device driver.
104 Support for VirtIO first appeared in
107 .An -nosplit
109 support for VirtIO was first added by