From 738c75badef0280dbad8c741daf1e2674349a37a Mon Sep 17 00:00:00 2001 From: fearful-symmetry Date: Tue, 7 Jan 2025 13:37:04 -0800 Subject: [PATCH] tinkering --- testing/scripts/invoke_qemu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/scripts/invoke_qemu.sh b/testing/scripts/invoke_qemu.sh index 607333c8..fa95f337 100755 --- a/testing/scripts/invoke_qemu.sh +++ b/testing/scripts/invoke_qemu.sh @@ -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} \