diff --git a/website/content/en/status/report-2026-04-2026-06/libvirt.adoc b/website/content/en/status/report-2026-04-2026-06/libvirt.adoc new file mode 100644 index 0000000000..42b8d3542e --- /dev/null +++ b/website/content/en/status/report-2026-04-2026-06/libvirt.adoc @@ -0,0 +1,23 @@ +=== Improve libvirt support for bhyve hypervisor + +Links: + +link:https://libvirt.org/drvbhyve.html[libvirt: Bhyve driver] URL: link:https://libvirt.org/drvbhyve.html[] + + +Contact: Roman Bogorodskiy + +==== Completed work + +* libvirt/bhyve driver: +** `virtio-console` device support added. +** QEMU Guest Agent support added. +** Implemented a few features based on the QEMU Guest Agent, such as graceful reboot and shutdown, managing guest OS time, SSH keys, users passwords, etc. +** Added memory tuning and block I/O tuning based on man:rctl[8]. +* Work in progress on extend libvirt CI to test against FreeBSD-CURRENT snapshot VM images. + +==== Plans for the next quarter + +* Add support for boot order configuration. +* Add support for TPM devices. +* Complete suspend/resume support. +* Continue implementing features based on the QEMU Guest Agent. +* Continue extending CI, cover the new guest agent based features with new tests.