git: 34b945ccf636 - stable/13 - bhyve.8: Clean up virtio console device backends description

Mateusz Piotrowski 0mp at FreeBSD.org
Mon Aug 16 09:04:13 UTC 2021


The branch stable/13 has been updated by 0mp (doc, ports committer):

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

commit 34b945ccf636386478a63bc3913ac044db671426
Author:     Mateusz Piotrowski <0mp at FreeBSD.org>
AuthorDate: 2021-04-18 22:23:26 +0000
Commit:     Mateusz Piotrowski <0mp at FreeBSD.org>
CommitDate: 2021-08-16 08:59:48 +0000

    bhyve.8: Clean up virtio console device backends description
    
    MFC after:      2 weeks
    
    (cherry picked from commit 3f4c771f64e816750de08ab6fd7e7bf29398f5fb)
---
 usr.sbin/bhyve/bhyve.8 | 18 ++++++++++++------
 1 file changed, 12 insertions(+), 6 deletions(-)

diff --git a/usr.sbin/bhyve/bhyve.8 b/usr.sbin/bhyve/bhyve.8
index 06356a64f596..88be882039c4 100644
--- a/usr.sbin/bhyve/bhyve.8
+++ b/usr.sbin/bhyve/bhyve.8
@@ -509,9 +509,14 @@ The host device must have been reserved at boot-time using the
 loader variable as described in
 .Xr vmm 4 .
 .Pp
-Virtio console devices:
-.Bl -tag -width 10n
-.It Li port1= Ns Pa /path/to/port1.sock Ns ,anotherport= Ns Pa ...
+Virtio console device backends:
+.Bl -bullet
+.Sm off
+.It
+.Cm port1= Ns Ar /path/to/port1.sock Ns Op Cm ,port Ns Ar N Cm \&= Ns Ar /path/to/port2.sock No \~ Ar ...
+.Sm on
+.El
+.Pp
 A maximum of 16 ports per device can be created.
 Every port is named and corresponds to a Unix domain socket created by
 .Nm .
@@ -519,7 +524,7 @@ Every port is named and corresponds to a Unix domain socket created by
 accepts at most one connection per port at a time.
 .Pp
 Limitations:
-.Bl -bullet -offset 2n
+.Bl -bullet -offset
 .It
 Due to lack of destructors in
 .Nm ,
@@ -527,12 +532,13 @@ sockets on the filesystem must be cleaned up manually after
 .Nm
 exits.
 .It
-There is no way to use the "console port" feature, nor the console port
+There is no way to use the
+.Dq console port
+feature, nor the console port
 resize at present.
 .It
 Emergency write is advertised, but no-op at present.
 .El
-.El
 .Pp
 Framebuffer devices:
 .Bl -tag -width 10n


More information about the dev-commits-src-all mailing list