git: 8844ff124e - main - Status/2026Q2/libvirt.adoc: Add report about libvirt
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 12 Jul 2026 12:12:16 UTC
The branch main has been updated by novel:
URL: https://cgit.FreeBSD.org/doc/commit/?id=8844ff124e5692345369063abace4332b47f62e4
commit 8844ff124e5692345369063abace4332b47f62e4
Author: Roman Bogorodskiy <novel@FreeBSD.org>
AuthorDate: 2026-06-28 05:22:06 +0000
Commit: Roman Bogorodskiy <novel@FreeBSD.org>
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 <novel@FreeBSD.org>
+
+==== 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.