svn commit: r260558 - stable/10/usr.sbin/bhyve
Remko Lodder
remko at FreeBSD.org
Sat Jan 11 23:10:59 UTC 2014
Author: remko
Date: Sat Jan 11 23:10:59 2014
New Revision: 260558
URL: http://svnweb.freebsd.org/changeset/base/260558
Log:
MFC r260446
virtio-block does not exist, the correct name is virtio-blk.
PR: 185573
Submitted by: Allan Jude
Facilitated by: Snow B.V.
Modified:
stable/10/usr.sbin/bhyve/bhyve.8
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/usr.sbin/bhyve/bhyve.8
==============================================================================
--- stable/10/usr.sbin/bhyve/bhyve.8 Sat Jan 11 22:41:10 2014 (r260557)
+++ stable/10/usr.sbin/bhyve/bhyve.8 Sat Jan 11 23:10:59 2014 (r260558)
@@ -120,7 +120,7 @@ emulation is identical but uses a PCI ve
PCI pass-through device.
.It Li virtio-net
Virtio network interface.
-.It Li virtio-block
+.It Li virtio-blk
Virtio block storage interface.
.It Li ahci-cd
AHCI controller attached to an ATAPI CD/DVD.
More information about the svn-src-stable-10
mailing list