f-28: qemu: execute with uefi vars

Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
GnomeZworc 2026-05-23 22:30:32 +02:00
commit 2a5473eb22
Signed by: nicolas.boufideline
GPG key ID: 4406BBBF8845D632
2 changed files with 40 additions and 4 deletions

View file

@ -7,6 +7,11 @@ import "errors"
type Config struct {
Name, Mac, VolumePath string
TapID, Memory, CPUs int
UEFICodePath string
UEFIVarsPath string
SerialDir string
MonitorDir string
QMPDir string
}
func Start(_ Config) error {