git: 64357d4452 - main - Status/2024Q3/bhyvemgr.adoc: Add report
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 11 Oct 2024 09:02:35 UTC
The branch main has been updated by salvadore: URL: https://cgit.FreeBSD.org/doc/commit/?id=64357d445284ad378dc616707b5a65afc7033237 commit 64357d445284ad378dc616707b5a65afc7033237 Author: Alonso Cárdenas Márquez <acm@FreeBSD.org> AuthorDate: 2024-10-11 08:59:47 +0000 Commit: Lorenzo Salvadore <salvadore@FreeBSD.org> CommitDate: 2024-10-11 08:59:47 +0000 Status/2024Q3/bhyvemgr.adoc: Add report Reviewed by: status (Pau Amma <pauamma@gundo.com>) --- .../en/status/report-2024-07-2024-09/bhyvemgr.adoc | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/website/content/en/status/report-2024-07-2024-09/bhyvemgr.adoc b/website/content/en/status/report-2024-07-2024-09/bhyvemgr.adoc new file mode 100644 index 0000000000..ee473ed0f6 --- /dev/null +++ b/website/content/en/status/report-2024-07-2024-09/bhyvemgr.adoc @@ -0,0 +1,26 @@ +=== A bhyve management GUI written in Freepascal/Lazarus + +Links: + +link:https://github.com/alonsobsd/bhyvemgr[Bhyvemgr] URL: link:https://github.com/alonsobsd/bhyvemgr/[] + + +Contact: José Alonso Cárdenas Márquez <acm@FreeBSD.org> + +Bhyvemgr is a bhyve management GUI written in Freepascal/Lazarus on FreeBSD. +It needs a bunch of tools mostly installed by the base system and some installed from ports/packages. +The main goal is to be a desktop application focus on desktop user to easily and quickly setup and run virtual machines on FreeBSD hosts. + +It should be used for virtual machines testing purpose (not for production). +For a tool for production virtual machines management, take a look at package:sysutils/vm-bhyve[], package:sysutils/bmd[], or package:sysutils/cbsd[]. + +Bhyvemgr supports aarch64 on 15-CURRENT only, and amd64 from FreeBSD 13.x to 15-CURRENT. +It can be compiled from package:sysutils/bhyvemgr[] as a port, or installed as packages with gtk2, qt5, or qt6 interface support. + +People interested in helping the project are welcome. + +Version at the end of 2024Q3: 1.1.0 + +TODO + +* Test on real aarch64 hardware +* Add uart device support +* Add missing global setting entries (bios, board, chassis, system)