[Qemu-devel] [PATCH v5 1/1] numa: Print warning if no node is assigned to a CPU

2015-03-19 Thread Eduardo Habkost
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

Re: [Qemu-devel] [PATCH v5 1/1] numa: Print warning if no node is assigned to a CPU

2015-03-04 Thread Eduardo Habkost
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

[Qemu-devel] [PATCH v5 1/1] numa: Print warning if no node is assigned to a CPU

2015-03-04 Thread Eduardo Habkost
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