Signed-off-by: Roman Bogorodskiy <bogorods...@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

Reply via email to