We need all possible CPUs (including hotplug ones) to be present in the
SRAT when QEMU starts. QEMU already does that correctly today, the only
problem is that when a CPU is omitted from the NUMA configuration, it is
silently assigned to node 0.
Check if all CPUs up to max_cpus are present in the
On Wed, Mar 04, 2015 at 10:52:58AM -0300, Eduardo Habkost wrote:
> We need all possible CPUs (including hotplug ones) to be present in the
> SRAT when QEMU starts. QEMU already does that correctly today, the only
> problem is that when a CPU is omitted from the NUMA configuration, it is
> silently
We need all possible CPUs (including hotplug ones) to be present in the
SRAT when QEMU starts. QEMU already does that correctly today, the only
problem is that when a CPU is omitted from the NUMA configuration, it is
silently assigned to node 0.
Check if all CPUs up to max_cpus are present in the