From: Roman Bogorodskiy Date: Sun, 13 Jul 2025 14:02:15 +0000 (+0200) Subject: docs: drvbhyve: document TCP console support X-Git-Tag: v11.6.0-rc1~98 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91a3d535c6eba554da687845195e9dfc88e394f3;p=thirdparty%2Flibvirt.git docs: drvbhyve: document TCP console support Signed-off-by: Roman Bogorodskiy Reviewed-by: Daniel P. Berrangé --- 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.