git: 2849c17f46 - main - Status/2025Q3/libvirt.adoc: Add report
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 10 Oct 2025 13:45:04 UTC
The branch main has been updated by salvadore: URL: https://cgit.FreeBSD.org/doc/commit/?id=2849c17f464d192bbe24df9d7eff28d75853c949 commit 2849c17f464d192bbe24df9d7eff28d75853c949 Author: Roman Bogorodskiy <novel@FreeBSD.org> AuthorDate: 2025-09-21 13:17:29 +0000 Commit: Lorenzo Salvadore <salvadore@FreeBSD.org> CommitDate: 2025-10-10 13:09:03 +0000 Status/2025Q3/libvirt.adoc: Add report Sponsored by: The FreeBSD Foundation Pull Request: https://github.com/freebsd/freebsd-doc/pull/548 --- .../en/status/report-2025-07-2025-09/libvirt.adoc | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/website/content/en/status/report-2025-07-2025-09/libvirt.adoc b/website/content/en/status/report-2025-07-2025-09/libvirt.adoc new file mode 100644 index 0000000000..68d46f9a51 --- /dev/null +++ b/website/content/en/status/report-2025-07-2025-09/libvirt.adoc @@ -0,0 +1,24 @@ +=== Improve libvirt support for bhyve hypervisor + +Links: + +link:https://empt1e.blogspot.com/2025/09/ci-for-libvirtbhyve-on-freebsd.html[CI for libvirt/bhyve on FreeBSD] URL: link:https://empt1e.blogspot.com/2025/09/ci-for-libvirtbhyve-on-freebsd.html[] + + +Contact: Roman Bogorodskiy <novel@FreeBSD.org> + +==== Completed work + +* Support for man:pf[4]-based NAT https://libvirt.org/drvnetwork.html#freebsd[networking] was merged and has been available since libvirt 11.7.0 release. +* Domain usage statistics reporting is also available starting with libvirt 11.7.0 release. +* TCP console support has been available since libvirt 11.6.0 release. +* The libvirt testing project, libvirt-tck, can now successfully run domain, network, and storage tests against the bhyve driver. + +==== Plans for the next quarter + +* Extend libvirt-tck testing with https://libvirt.org/hooks.html[hooks] tests. +* Add support for: +** Boot order configuration. +** TPM devices. +** Snapshot/resume to the bhyve driver (targeted, but might roll over to next quarter). +* Improve virt-manager support on FreeBSD. + +Sponsor: The FreeBSD Foundation