mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-06 08:53:39 +00:00
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
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…
x
Reference in New Issue
Block a user