25 May
2026
25 May
'26
9:10 a.m.
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 <bogorodskiy@gmail.com> --- 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.