virtio.4: Add missing devices and Xr
This page could probably use further improvement.
This commit is contained in:
parent
6fe286ed83
commit
b1adb000cd
@ -24,7 +24,7 @@
|
|||||||
.\"
|
.\"
|
||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.\"
|
.\"
|
||||||
.Dd January 22, 2012
|
.Dd May 26, 2019
|
||||||
.Dt VIRTIO 4
|
.Dt VIRTIO 4
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -64,28 +64,37 @@ interrupt notifications needed to interact with the hypervisor.
|
|||||||
.Fx
|
.Fx
|
||||||
supports the following VirtIO devices:
|
supports the following VirtIO devices:
|
||||||
.Bl -hang -offset indent -width xxxxxxxx
|
.Bl -hang -offset indent -width xxxxxxxx
|
||||||
.It Nm Ethernet
|
.It Sy Ethernet
|
||||||
An emulated Ethernet device is provided by the
|
An emulated Ethernet device is provided by the
|
||||||
.Xr vtnet 4
|
.Xr vtnet 4
|
||||||
device driver.
|
device driver.
|
||||||
.It Nm Block
|
.It Sy Block
|
||||||
An emulated disk controller is provided by the
|
An emulated disk controller is provided by the
|
||||||
.Xr virtio_blk 4
|
.Xr virtio_blk 4
|
||||||
device driver.
|
device driver.
|
||||||
.It Nm SCSI
|
.It Sy Console
|
||||||
An emulated SCSI HBA is provided by the
|
Provided by the
|
||||||
.Xr virtio_scsi 4
|
.Xr virtio_console 4
|
||||||
device driver.
|
driver.
|
||||||
.It Nm Balloon
|
.It Sy Entropy
|
||||||
|
Provided by the
|
||||||
|
.Xr virtio_random 4
|
||||||
|
driver.
|
||||||
|
.It Sy Balloon
|
||||||
A pseudo-device to allow the VM to release memory back to the hypervisor is
|
A pseudo-device to allow the VM to release memory back to the hypervisor is
|
||||||
provided by the
|
provided by the
|
||||||
.Xr virtio_balloon 4
|
.Xr virtio_balloon 4
|
||||||
device driver.
|
device driver.
|
||||||
|
.It Sy SCSI
|
||||||
|
An emulated SCSI HBA is provided by the
|
||||||
|
.Xr virtio_scsi 4
|
||||||
|
device driver.
|
||||||
.El
|
.El
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr virtio_balloon 4 ,
|
.Xr virtio_balloon 4 ,
|
||||||
.Xr virtio_blk 4 ,
|
.Xr virtio_blk 4 ,
|
||||||
.Xr virtio_console 4 ,
|
.Xr virtio_console 4 ,
|
||||||
|
.Xr virtio_random 4 ,
|
||||||
.Xr virtio_scsi 4 ,
|
.Xr virtio_scsi 4 ,
|
||||||
.Xr vtnet 4
|
.Xr vtnet 4
|
||||||
.Sh HISTORY
|
.Sh HISTORY
|
||||||
|
Loading…
Reference in New Issue
Block a user