summaryrefslogtreecommitdiffstats
path: root/share/man/man4/virtio.4
diff options
context:
space:
mode:
authorbryanv <bryanv@FreeBSD.org>2013-07-04 17:57:26 +0000
committerbryanv <bryanv@FreeBSD.org>2013-07-04 17:57:26 +0000
commit5cda36b5ac3c30cfb2a0c172471aacfa08583438 (patch)
treeee2ee2f1b022368ac3e2a7f0618fc28ba9d4135c /share/man/man4/virtio.4
parente56d87e5498bf6002856c59cb2e6bc32d5f9a555 (diff)
downloadFreeBSD-src-5cda36b5ac3c30cfb2a0c172471aacfa08583438.zip
FreeBSD-src-5cda36b5ac3c30cfb2a0c172471aacfa08583438.tar.gz
Merge virtio changes from projects/virtio
Contains projects/virtio commits: r245738: virtio: Minor man page tweaks r246060: virtio: Cleanup feature description printing r246306: virtio: Remove old debugging flag r247238: virtio: Remove PRIx64 macros from format strings r247239: virtio: Constify some fields r247240: virtio: Minor code simplifications r249962: virtio: Update to my freebsd.org email address MFC after: 1 month
Diffstat (limited to 'share/man/man4/virtio.4')
-rw-r--r--share/man/man4/virtio.46
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/virtio.4 b/share/man/man4/virtio.4
index 6856f69..10ebf20 100644
--- a/share/man/man4/virtio.4
+++ b/share/man/man4/virtio.4
@@ -53,10 +53,10 @@ This emulation is often inefficient.
.Pp
VirtIO defines an interface for efficient I/O between the hypervisor and VM.
The
-.Xr virtio 4
+.Nm
module provides a shared memory transport called a virtqueue.
The
-.Xr virtio_pci 4
+.Xr virtio_pci
device driver represents an emulated PCI device that the hypervisor makes
available to the VM.
This device provides the probing, configuration, and
@@ -94,4 +94,4 @@ Support for VirtIO first appeared in
.An -nosplit
.Fx
support for VirtIO was first added by
-.An Bryan Venteicher Aq bryanv@daemoninthecloset.org .
+.An Bryan Venteicher Aq bryanv@FreeBSD.org .
OpenPOWER on IntegriCloud