fix serial argument
This commit is contained in:
parent
80d363bc59
commit
69c95c35b5
|
@ -407,8 +407,7 @@ fn run(release: bool, target: Target, do_accel: bool) -> Result<(), Error> {
|
|||
"-parallel", "none",
|
||||
"-monitor", "none",
|
||||
"-machine", accel,
|
||||
"-cpu", "max", "-serial", "stdio",
|
||||
|
||||
"-cpu", "max",
|
||||
"-device", "isa-debug-exit,iobase=0xf4,iosize=0x04",
|
||||
]);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue