f-28: qemu: execute with uefi vars
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
parent
ec613996a0
commit
2a5473eb22
2 changed files with 40 additions and 4 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue