[PATCH 3/3] docs: drvbhyve: document TCP console support

Roman Bogorodskiy posted 3 patches 5 months, 1 week ago
There is a newer version of this series
[PATCH 3/3] docs: drvbhyve: document TCP console support
Posted by Roman Bogorodskiy 5 months, 1 week ago
Signed-off-by: Roman Bogorodskiy <bogorodskiy@gmail.com>
---
 docs/drvbhyve.rst | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/docs/drvbhyve.rst b/docs/drvbhyve.rst
index 7eec4a2123..2ecd1358a3 100644
--- a/docs/drvbhyve.rst
+++ b/docs/drvbhyve.rst
@@ -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='connect' 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.
-- 
2.49.0
Re: [PATCH 3/3] docs: drvbhyve: document TCP console support
Posted by Daniel P. Berrangé via Devel 5 months, 1 week ago
On Sun, Jul 13, 2025 at 04:22:07PM +0200, Roman Bogorodskiy wrote:
> Signed-off-by: Roman Bogorodskiy <bogorodskiy@gmail.com>
> ---
>  docs/drvbhyve.rst | 19 +++++++++++++++++++
>  1 file changed, 19 insertions(+)

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>


With regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|