mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-06 21:15:22 +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
|
#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…
Reference in New Issue
Block a user