Implement qemu-system stderr log passthrough
This commit is contained in:
parent
9ccd820e71
commit
ec99bc4ef1
5 changed files with 11 additions and 6 deletions
|
|
@ -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"))
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue