From caea71f345c19b6d102b755fbb780b3b68892049 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Fri, 17 Apr 2026 04:13:55 -0400 Subject: [PATCH] tools: qemu: Pass -cpu host to qemu invocation Signed-off-by: Ian Moffett --- tools/qemu-x64.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/qemu-x64.sh b/tools/qemu-x64.sh index a27106d..6889df8 100755 --- a/tools/qemu-x64.sh +++ b/tools/qemu-x64.sh @@ -4,4 +4,5 @@ qemu-system-x86_64 \ -cdrom sp1.iso \ --enable-kvm \ -m 2G \ - -monitor stdio + -monitor stdio \ + -cpu host