On Sat, May 23, 2026 at 09:16:43 +0200, Roman Bogorodskiy wrote:
> This implementation is identical to the one found in the qemu driver.
>
> Signed-off-by: Roman Bogorodskiy <[email protected]>
> ---
> src/bhyve/bhyve_driver.c | 139 +++++++++++++++++++++++++++++++++++++++
> 1 file changed, 139 insertions(+)
[...]
> @@ -2378,6 +2516,7 @@ static virHypervisorDriver bhyveHypervisorDriver = {
> .domainQemuAgentCommand = bhyveDomainQemuAgentCommand, /* 12.4.0 */
> .domainGetMemoryParameters = bhyveDomainGetMemoryParameters, /* 12.4.0 */
> .domainSetMemoryParameters = bhyveDomainSetMemoryParameters, /* 12.4.0 */
> + .domainGetFSInfo = bhyveDomainGetFSInfo, /* 12.4.0 */
Code freeze is supposed to be today. Don't forget to bump this.