Main index | Section 4 | Options |
Alternatively, to load VirtIO support as modules at boot time, place the following lines in loader.conf(5):
virtio_load="YES" virtio_pci_load="YES"
VirtIO defines an interface for efficient I/O between the hypervisor and VM. The virtio module provides a shared memory transport called a virtqueue. The virtio_pci device driver represents an emulated PCI device that the hypervisor makes available to the VM. This device provides the probing, configuration, and interrupt notifications needed to interact with the hypervisor. FreeBSD supports the following VirtIO devices:
Ethernet | An emulated Ethernet device is provided by the vtnet(4) device driver. |
Block | An emulated disk controller is provided by the virtio_blk(4) device driver. |
Console | Provided by the virtio_console(4) driver. |
Entropy | Provided by the virtio_random(4) driver. |
Balloon | A pseudo-device to allow the VM to release memory back to the hypervisor is provided by the virtio_balloon(4) device driver. |
SCSI | An emulated SCSI HBA is provided by the virtio_scsi(4) device driver. |
VIRTIO (4) | May 26, 2019 |
Main index | Section 4 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.