9262515956
git-svn-id: http://svn.sabayonlinux.org/overlay@2638 d7aec97c-591d-0410-af39-a8856400b30a
12 lines
466 B
Diff
12 lines
466 B
Diff
--- libvirt-0.4.6.orig/src/qemu_conf.c 2008-09-22 13:12:12.000000000 +0000
|
|
+++ libvirt-0.4.6/src/qemu_conf.c 2008-11-25 16:34:06.000000000 +0000
|
|
@@ -339,7 +339,7 @@ qemudCapsInitNUMA(virCapsPtr caps)
|
|
goto cleanup;
|
|
|
|
for (n = 0 ; n <= numa_max_node() ; n++) {
|
|
- if (numa_node_to_cpus(n, mask, MAX_CPUS_MASK_BYTES) < 0)
|
|
+ if (numa_node_to_cpus(n, mask) < 0)
|
|
goto cleanup;
|
|
|
|
for (ncpus = 0, i = 0 ; i < MAX_CPUS ; i++)
|