mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-12 22:51:29 +00:00
qemu: fix build when !HAVE_NUMACTL
Commit 97010eb1f forgot to change the other side of an #ifdef. * src/qemu/qemu_process.c (qemuProcessInitNumaMemoryPolicy): Add argument.
This commit is contained in:
parent
10a87145f7
commit
5c650b98ce
@ -1751,7 +1751,8 @@ cleanup:
|
|||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
static int
|
static int
|
||||||
qemuProcessInitNumaMemoryPolicy(virDomainObjPtr vm)
|
qemuProcessInitNumaMemoryPolicy(virDomainObjPtr vm,
|
||||||
|
const char *nodemask ATTRIBUTE_UNUSED)
|
||||||
{
|
{
|
||||||
if (vm->def->numatune.memory.nodemask) {
|
if (vm->def->numatune.memory.nodemask) {
|
||||||
qemuReportError(VIR_ERR_INTERNAL_ERROR, "%s",
|
qemuReportError(VIR_ERR_INTERNAL_ERROR, "%s",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user