From 7b9c3e91190ddfc0aa00b649a0492292e793d6de Mon Sep 17 00:00:00 2001 From: Bananymous Date: Sat, 18 Mar 2023 03:51:10 +0200 Subject: [PATCH] Qemu: add kvm acceleration as option --- qemu.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qemu.sh b/qemu.sh index 0045b4e8..519ec3e1 100755 --- a/qemu.sh +++ b/qemu.sh @@ -7,4 +7,5 @@ qemu-system-$(./target-triplet-to-arch.sh $HOST) \ -smp 2 \ -drive format=raw,media=disk,file=banan-os.img \ -serial stdio \ - \ No newline at end of file + -accel kvm \ +