mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-04 20:15:19 +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
|
||||
static int
|
||||
qemuProcessInitNumaMemoryPolicy(virDomainObjPtr vm,
|
||||
const char *nodemask ATTRIBUTE_UNUSED)
|
||||
qemuProcessInitNumaMemoryPolicy(virDomainObjPtr vm)
|
||||
{
|
||||
if (vm->def->numatune.memory.nodemask) {
|
||||
qemuReportError(VIR_ERR_INTERNAL_ERROR, "%s",
|
||||
|
Loading…
Reference in New Issue
Block a user