git: 8844ff124e - main - Status/2026Q2/libvirt.adoc: Add report about libvirt
Roman Bogorodskiy <[email protected]> Sun, 12 Jul 2026 12:12:16 +0000
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by novel: URL: https://cgit.FreeBSD.org/doc/commit/?id=8844ff124e5692345369063abace4332b47f62e4 commit 8844ff124e5692345369063abace4332b47f62e4 Author: Roman Bogorodskiy <[email protected]> AuthorDate: 2026-06-28 05:22:06 +0000 Commit: Roman Bogorodskiy <[email protected]> CommitDate: 2026-07-12 12:09:52 +0000 Status/2026Q2/libvirt.adoc: Add report about libvirt Reviewed by: salvadore Approved by: salvadore Pull Request: https://github.com/freebsd/freebsd-doc/pull/687 --- .../en/status/report-2026-04-2026-06/libvirt.adoc | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) 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 <[email protected]> + +==== 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.