Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Jan 2014 23:10:59 +0000 (UTC)
From:      Remko Lodder <remko@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r260558 - stable/10/usr.sbin/bhyve
Message-ID:  <201401112310.s0BNAxpI098693@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401112310.s0BNAxpI098693>