mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 00:14:32 -08:00
enable KVM for qemu
This commit is contained in:
2
wscript
2
wscript
@@ -284,6 +284,7 @@ def qemu(ctx):
|
|||||||
'-M', 'q35',
|
'-M', 'q35',
|
||||||
'-no-reboot',
|
'-no-reboot',
|
||||||
'-nographic',
|
'-nographic',
|
||||||
|
'-enable-kvm',
|
||||||
])
|
])
|
||||||
|
|
||||||
def debug(ctx):
|
def debug(ctx):
|
||||||
@@ -301,6 +302,7 @@ def debug(ctx):
|
|||||||
'-M', 'q35',
|
'-M', 'q35',
|
||||||
'-no-reboot',
|
'-no-reboot',
|
||||||
'-nographic',
|
'-nographic',
|
||||||
|
'-enable-kvm',
|
||||||
'-s',
|
'-s',
|
||||||
])
|
])
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user