Skip to content

Commit

Permalink
tinkering
Browse files Browse the repository at this point in the history
  • Loading branch information
fearful-symmetry committed Jan 7, 2025
1 parent f9a1504 commit 738c75b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/scripts/invoke_qemu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ main() {
elif [[ $arch == "x86_64" ]]; then
# x86_64 uses ttyS0 for the first serial port
bootparams+=" console=ttyS0"
extra_args+=" -machine accel=tcg"
extra_args+=" -machine accel=kvm"
fi

qemu-system-${arch} \
Expand Down

0 comments on commit 738c75b

Please sign in to comment.