From f164487fa910bebfe1eee2f3b7c740190f84ef27 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl <5060861-schtobia@users.noreply.gitlab.com> Date: Wed, 11 May 2022 09:27:41 +0200 Subject: [PATCH] fixup! Added initial --- qemu-system-x86_64-boot | 1 + 1 file changed, 1 insertion(+) diff --git a/qemu-system-x86_64-boot b/qemu-system-x86_64-boot index b12ac0f..d2358bc 100755 --- a/qemu-system-x86_64-boot +++ b/qemu-system-x86_64-boot @@ -14,6 +14,7 @@ qemu-system-x86_64 \ -M q35 \ -cpu max \ -k de \ + -enable-kvm \ -machine accel=kvm \ -smp 2 \ -m "${QEMU_MEMORY}" \