Implement qemu-system stderr log passthrough

This commit is contained in:
AlexSSD7 2023-09-06 13:53:11 +01:00
commit ec99bc4ef1
5 changed files with 11 additions and 6 deletions

View file

@ -115,7 +115,7 @@ func configureBaseVMCmd(logger *slog.Logger, cfg Config) (string, []qemucli.Arg,
args = append(args, biosArg)
}
if !cfg.ShowDisplay {
if !cfg.Debug {
args = append(args, qemucli.MustNewStringArg("display", "none"))
}