From: Cole Robinson Date: Sat, 11 Aug 2012 22:44:37 +0000 (-0400) Subject: Revert "qemu: fix build when !HAVE_NUMACTL" X-Git-Tag: v0.9.11.5~76 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f1c2127becc1d9533dea99bbd25090f206f376f2;p=thirdparty%2Flibvirt.git Revert "qemu: fix build when !HAVE_NUMACTL" This reverts commit d8978c90f950a7ea58a2cab6d3157dbcfcce2e3e. 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 --- diff --git a/src/qemu/qemu_process.c b/src/qemu/qemu_process.c index 8cd7abecca..bc12215e83 100644 --- a/src/qemu/qemu_process.c +++ b/src/qemu/qemu_process.c @@ -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",