mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-06 21:15:22 +00:00
Revert "qemu: fix build when !HAVE_NUMACTL"
This reverts commit d8978c90f9
.
Not suitable for -maint without backporting a feature as well,
according to Jim's post here:
http://www.mail-archive.com/libvir-list@redhat.com/msg57781.html
This commit is contained in:
parent
45d6729f98
commit
f1c2127bec
@ -1735,8 +1735,7 @@ 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