fix console in non-debug mode (set "-serial none")
This commit is contained in:
parent
1c1fdf5286
commit
a9efaee0db
@ -62,7 +62,7 @@ impl QemuParams {
|
||||
if debug {
|
||||
cmd.push("mon:stdio".to_string());
|
||||
} else {
|
||||
cmd.push("stdio".to_string());
|
||||
cmd.push("none".to_string());
|
||||
}
|
||||
|
||||
cmd.push("-enable-kvm".to_string());
|
||||
|
Loading…
x
Reference in New Issue
Block a user