forked from pool/libvirt
f04e151e5b
revert-d8978c90.patch OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=213
21 lines
702 B
Diff
21 lines
702 B
Diff
Revert commit d8978c90
|
|
|
|
Commit d8978c90 (master commit 5c650b98) should not have been backported
|
|
to 0.9.11 branch without master commit 97010eb1 as well.
|
|
|
|
|
|
Index: libvirt-0.9.11.4/src/qemu/qemu_process.c
|
|
===================================================================
|
|
--- libvirt-0.9.11.4.orig/src/qemu/qemu_process.c
|
|
+++ libvirt-0.9.11.4/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",
|