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', ])