]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: drvbhyve: document TCP console support
authorRoman Bogorodskiy <bogorodskiy@gmail.com>
Sun, 13 Jul 2025 14:02:15 +0000 (16:02 +0200)
committerRoman Bogorodskiy <bogorodskiy@gmail.com>
Thu, 17 Jul 2025 17:29:11 +0000 (19:29 +0200)
Signed-off-by: Roman Bogorodskiy <bogorodskiy@gmail.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
docs/drvbhyve.rst

index 7eec4a2123aeb46a244646e63c764f3285a61559..0962bccef4ab13edff1f1ec7ca7fba3880c7bdd4 100644 (file)
@@ -619,3 +619,22 @@ Example:
        <backend model='random'/>
      </rng>
    ...
+
+TCP console
+~~~~~~~~~~~
+:since:`Since 11.6.0` it's possible to configure TCP console.
+
+Example:
+
+::
+
+   ...
+     <serial type='tcp'>
+       <source mode='bind' host='127.0.0.1' service='12345'/>
+       <target type='serial' port='0'/>
+     </serial>
+   ...
+
+Note: there's no direct way to check if the actual ``bhyve`` binary supports
+the TCP console. Thus, libvirt always assumes it's supported. Please
+refer to the ``bhyve(1)`` manual page to make sure.