Hide Forgot
(1) Backport upstream 991dfefd. (2) Upstream needs a patch for round-robin VCPU distribution over the NUMA nodes: if (i == nb_numa_nodes) { for (i = 0; i < max_cpus; i++) { node_cpumask[i % nb_numa_nodes] |= 1 << i; } } - replicate check for max. 64 VCPUs as seen in numa_add() - make sure LHS of bit-shift is 1ULL (as seen in numa_add(). (BZ reported at upstream state 99c7f878.)
This request was not resolved in time for the current release. Red Hat invites you to ask your support representative to propose this request, if still desired, for consideration in the next release of Red Hat Enterprise Linux.
This request was erroneously removed from consideration in Red Hat Enterprise Linux 6.4, which is currently under development. This request will be evaluated for inclusion in Red Hat Enterprise Linux 6.4.
http://lists.nongnu.org/archive/html/qemu-devel/2012-07/msg02694.html
This bug is fixed as a side-effect of bug 733720. However I'm not marking this as either duplicate or TestOnly: the fix for bug 733720 follows a different design. It actually makes this BZ invalid -- in reality qemu-kvm should *not* export max_cpus in FW_CFG_NUMA, it should do instead what the bug 733720 fix does.