From 1664566bd2fdaf6a0e66eb80737ec4784731a2b2 Mon Sep 17 00:00:00 2001 From: "Justin C. Miller" Date: Mon, 27 Aug 2018 06:45:36 -0700 Subject: [PATCH] enable KVM for qemu --- wscript | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wscript b/wscript index 75130bf..cfee288 100644 --- a/wscript +++ b/wscript @@ -284,6 +284,7 @@ def qemu(ctx): '-M', 'q35', '-no-reboot', '-nographic', + '-enable-kvm', ]) def debug(ctx): @@ -301,6 +302,7 @@ def debug(ctx): '-M', 'q35', '-no-reboot', '-nographic', + '-enable-kvm', '-s', ])