Commit d54b88b0 authored by Julien Muchembled's avatar Julien Muchembled

kvm: no empty floppy/cdrom drives

parent 9fb4edf8
......@@ -55,7 +55,7 @@ md5sum = 2036bf145f472f62ef8dee5e729328fd
[template-kvm-run]
filename = template/template-kvm-run.in
md5sum = 2c3e788632910a061b5272dfef5caa73
md5sum = 71e0c6c8a0b9a46498f25b67a3ab6894
[template-kvm-controller]
filename = template/kvm-controller-run.in
......
......@@ -306,6 +306,7 @@ kvm_argument_list = [qemu_path,
'-qmp', 'unix:%s,server,nowait' % socket_path,
'-pidfile', pid_file_path, '-msg', 'timestamp=on',
'-D', logfile,
'-nodefaults',
]
rgx = re.compile('^[\w*\,][\=\d+\-\,\w]*$')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment