bhyve: detecting TCP console support
- Reply: John-Mark Gurney : "Re: bhyve: detecting TCP console support"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 19 Jun 2025 16:50:18 UTC
Hi, Is there a way to check if the given bhyve binary supports tcp console, such as "... -l com1,tcp=<tcpconf>"? I've been using various workarounds to detect bhyve features for quite some time, including parsing of the "bhyve -h" output or running "bhyve -s 0,<dev>" and see if reports unknown device etc, but apparently none of that works for the tcp console. Am I missing something or is it really not possible? Thanks, Roman