From 91a3d535c6eba554da687845195e9dfc88e394f3 Mon Sep 17 00:00:00 2001 From: Roman Bogorodskiy Date: Sun, 13 Jul 2025 16:02:15 +0200 Subject: [PATCH] docs: drvbhyve: document TCP console support MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roman Bogorodskiy Reviewed-by: Daniel P. Berrangé --- docs/drvbhyve.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/docs/drvbhyve.rst b/docs/drvbhyve.rst index 7eec4a2123..0962bccef4 100644 --- a/docs/drvbhyve.rst +++ b/docs/drvbhyve.rst @@ -619,3 +619,22 @@ Example: ... + +TCP console +~~~~~~~~~~~ +:since:`Since 11.6.0` it's possible to configure TCP console. + +Example: + +:: + + ... + + + + + ... + +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.47.2