提交 d8978c90 编写于 作者: E Eric Blake 提交者: Cole Robinson

qemu: fix build when !HAVE_NUMACTL

Commit 97010eb1 forgot to change the other side of an #ifdef.

* src/qemu/qemu_process.c (qemuProcessInitNumaMemoryPolicy): Add
argument.
(cherry picked from commit 5c650b98)
上级 6884836d
......@@ -1740,7 +1740,8 @@ cleanup:
}
#else
static int
qemuProcessInitNumaMemoryPolicy(virDomainObjPtr vm)
qemuProcessInitNumaMemoryPolicy(virDomainObjPtr vm,
const char *nodemask ATTRIBUTE_UNUSED)
{
if (vm->def->numatune.memory.nodemask) {
qemuReportError(VIR_ERR_INTERNAL_ERROR, "%s",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册