From 69c95c35b5b4f3c5fb1e8631e6de53bf31cfc8ae Mon Sep 17 00:00:00 2001 From: Able Date: Fri, 1 Nov 2024 17:37:47 -0500 Subject: [PATCH] fix serial argument --- repbuild/src/main.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/repbuild/src/main.rs b/repbuild/src/main.rs index fadaa604..19f2d381 100644 --- a/repbuild/src/main.rs +++ b/repbuild/src/main.rs @@ -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", ]); }