Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Aug 2021 09:04:05 GMT
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: d314e354755a - stable/13 - bhyve.8: Improve emulation description of the -s flag
Message-ID:  <202108160904.17G945pF069321@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by 0mp (doc, ports committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=d314e354755a221390364435378be0fbb30f9963

commit d314e354755a221390364435378be0fbb30f9963
Author:     Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2021-04-18 21:08:39 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2021-08-16 08:57:12 +0000

    bhyve.8: Improve emulation description of the -s flag
    
    - Set width of the list to the longest key word for readability.
    - Separate descriptions of amd_hostbridge and hostbridge emulations.
      Also, wordsmith their descriptions for consistency with other entries.
    - Use Cm instead of Li for command modifiers.
    - Do not stylize AMD with Li, there's no need to do it.
    - Mention COM3 and COM4 in the definition of lpc.
    - Fix a typo in the definition of ahci-hd ("hard drive" instead of
      "hard-drive").
    
    MFC after:      2 weeks
    
    (cherry picked from commit 7014cb2393594ee4a8389c65d507afacf729c041)
---
 usr.sbin/bhyve/bhyve.8 | 54 +++++++++++++++++++++++++-------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

diff --git a/usr.sbin/bhyve/bhyve.8 b/usr.sbin/bhyve/bhyve.8
index 8e1a33ea4b42..6db14afa07c3 100644
--- a/usr.sbin/bhyve/bhyve.8
+++ b/usr.sbin/bhyve/bhyve.8
@@ -281,53 +281,53 @@ The
 .Ar emulation
 argument
 can be one of the following:
-.Bl -tag -width 10n
-.It Li hostbridge | Li amd_hostbridge
-.Pp
-Provide a simple host bridge.
+.Bl -tag -width "amd_hostbridge"
+.It Cm hostbridge
+A simple host bridge.
 This is usually configured at slot 0, and is required by most guest
 operating systems.
-The
-.Li amd_hostbridge
-emulation is identical but uses a PCI vendor ID of
-.Li AMD .
-.It Li passthru
+.It Cm amd_hostbridge
+Emulation identical to
+.Cm hostbridge
+using a PCI vendor ID of AMD.
+.It Cm passthru
 PCI pass-through device.
-.It Li virtio-net
+.It Cm virtio-net
 Virtio network interface.
-.It Li virtio-blk
+.It Cm virtio-blk
 Virtio block storage interface.
-.It Li virtio-scsi
+.It Cm virtio-scsi
 Virtio SCSI interface.
-.It Li virtio-9p
+.It Cm virtio-9p
 Virtio 9p (VirtFS) interface.
-.It Li virtio-rnd
+.It Cm virtio-rnd
 Virtio RNG interface.
-.It Li virtio-console
+.It Cm virtio-console
 Virtio console interface, which exposes multiple ports
 to the guest in the form of simple char devices for simple IO
 between the guest and host userspaces.
-.It Li ahci
+.It Cm ahci
 AHCI controller attached to arbitrary devices.
-.It Li ahci-cd
+.It Cm ahci-cd
 AHCI controller attached to an ATAPI CD/DVD.
-.It Li ahci-hd
-AHCI controller attached to a SATA hard-drive.
-.It Li e1000
+.It Cm ahci-hd
+AHCI controller attached to a SATA hard drive.
+.It Cm e1000
 Intel e82545 network interface.
-.It Li uart
+.It Cm uart
 PCI 16550 serial device.
-.It Li lpc
-LPC PCI-ISA bridge with COM1 and COM2 16550 serial ports, a boot ROM, and,
+.It Cm lpc
+LPC PCI-ISA bridge with COM1, COM2, COM3, and COM4 16550 serial ports,
+a boot ROM, and,
 optionally, the debug/test device.
 The LPC bridge emulation can only be configured on bus 0.
-.It Li fbuf
+.It Cm fbuf
 Raw framebuffer device attached to VNC server.
-.It Li xhci
+.It Cm xhci
 eXtensible Host Controller Interface (xHCI) USB controller.
-.It Li nvme
+.It Cm nvme
 NVM Express (NVMe) controller.
-.It Li hda
+.It Cm hda
 High Definition Audio Controller.
 .El
 .Pp



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