mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-04 20:15:19 +00:00
qemu: fix build when !HAVE_NUMACTL
Commit97010eb1f
forgot to change the other side of an #ifdef. * src/qemu/qemu_process.c (qemuProcessInitNumaMemoryPolicy): Add argument. (cherry picked from commit5c650b98ce
)
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…
Reference in New Issue
Block a user