提交 bf3e2132 编写于 作者: C Cole Robinson

Fix a segfault if defining a qemu domain without an emulator.

上级 9d3d4343
Tue Sep 9 09:42:00 EST 2008 Cole Robinson <crobinso@redhat.com>
* src/qemu_conf.c : fix a segfault if no qemu emulator is passed
when defining a domain.
Mon Sep 8 16:28:30 CEST 2008 Daniel Veillard <veillard@redhat.com>
* configure.in libvirt.spec.in docs/*: preparing release of
......
......@@ -790,7 +790,7 @@ int qemudBuildCommandLine(virConnectPtr conn,
if (!emulator)
return -1;
ADD_ARG_LIT(vm->def->emulator);
ADD_ARG_LIT(emulator);
ADD_ARG_LIT("-S");
ADD_ARG_LIT("-M");
ADD_ARG_LIT(vm->def->os.machine);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册