launchers/kvm : ajout option daemonize
This commit is contained in:
parent
47b5bb21d8
commit
5274a5056e
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ ram_kilo = virtual_memory().available // 2 // 1024
|
|||
|
||||
command = [
|
||||
'qemu-system-x86_64',
|
||||
'-enable-kvm',
|
||||
'-enable-kvm', '-daemonize',
|
||||
'-M', 'q35',
|
||||
'-cpu', 'host', '-smp', str(nproc),
|
||||
'-m', '{}K'.format(ram_kilo),
|
||||
|
|
Loading…
Reference in a new issue