|
NAMEvirtio —
VirtIO Device Support
SYNOPSISTo compile VirtIO device support into the kernel, place the following lines in your kernel configuration file:device virtio
device virtio_pci 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" DESCRIPTIONVirtIO is a specification for para-virtualized I/O in a virtual machine (VM). Traditionally, the hypervisor emulated real devices such as an Ethernet interface or disk controller to provide the VM with I/O. This emulation is often inefficient.VirtIO defines an interface for efficient I/O between the
hypervisor and VM. The
SEE ALSOvirtio_balloon(4), virtio_blk(4), virtio_console(4), virtio_random(4), virtio_scsi(4), vtnet(4)HISTORYSupport for VirtIO first appeared in FreeBSD 9.0.AUTHORSFreeBSD support for VirtIO was first added by Bryan Venteicher <bryanv@FreeBSD.org>.
Visit the GSP FreeBSD Man Page Interface. |