mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-09 21:21:28 +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. (cherry picked from commit 5c650b98ced19bcb344a20011f4923a9626331e9)
This commit is contained in:
parent
6884836d95
commit
d8978c90f9
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user