git: bdca54a1aa - main - Status/2025Q4/libvirt.adoc: add report about libvirt
Roman Bogorodskiy <[email protected]>
| 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=bdca54a1aabac21d739aa4e575894417604e6239 commit bdca54a1aabac21d739aa4e575894417604e6239 Author: Roman Bogorodskiy <[email protected]> AuthorDate: 2025-12-28 12:29:03 +0000 Commit: Roman Bogorodskiy <[email protected]> CommitDate: 2025-12-28 12:29:03 +0000 Status/2025Q4/libvirt.adoc: add report about libvirt Sponsored by: The FreeBSD Foundation Reviewed by: salvadore Approved by: salvadore Pull request: https://github.com/freebsd/freebsd-doc/pull/581 --- .../en/status/report-2025-10-2025-12/libvirt.adoc | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/website/content/en/status/report-2025-10-2025-12/libvirt.adoc b/website/content/en/status/report-2025-10-2025-12/libvirt.adoc new file mode 100644 index 0000000000..a651a52145 --- /dev/null +++ b/website/content/en/status/report-2025-10-2025-12/libvirt.adoc @@ -0,0 +1,28 @@ +=== 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: +** NVMe device support added. +** PCI passthrough support added. +** SLIRP networking support added. +** More configuration options added: SATA nmrr/RPM, NVMe queues, VNC wait. +* Enabled libvirt-tck link:https://libvirt.org/hooks.html[hooks] tests. + +==== Plans for the next quarter + +* Add support (targeted, but might roll over to next quarter) for: +** Boot order configuration. +** TPM devices. +** Complete suspend/resume support. +** arm64 support. +** virtio-scsi support. +** Guest NUMA configuration support. +* Improve virt-manager support on FreeBSD. + +Sponsor: The FreeBSD Foundation