fixes #543 qemu -nodefconfig deprecated

This commit is contained in:
Anthony F McInerney 2019-01-08 02:39:09 +00:00 committed by Brian C. Lane
parent 6bb64f94ff
commit f66bff5aa7
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ class QEMUInstall(object):
if not os.path.exists("/usr/bin/"+qemu_cmd[0]):
raise InstallError("%s does not exist, cannot run qemu" % qemu_cmd[0])
qemu_cmd += ["-nodefconfig"]
qemu_cmd += ["-no-user-config"]
qemu_cmd += ["-m", str(memory)]
if vcpus:
qemu_cmd += ["-smp", str(vcpus)]