enable KVM for qemu

This commit is contained in:
Justin C. Miller
2018-08-27 06:45:36 -07:00
parent cd09c17d71
commit 1664566bd2

View File

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