caching dings mit schneller angeblich und so

This commit is contained in:
2014-05-06 17:49:10 +02:00
parent 17ea144b62
commit d242e3e65e

View File

@@ -195,6 +195,8 @@ class VMHelper:
disk = config['disk']
if ('file' in disk):
args += " -drive file=" + disk['file']
if ('cache' in disk):
args += ",cache=" + disk['cache']
if ('hw' in disk):
args += ",if=" + disk['hw']
if ('cdrom' in config):