Re: [PATCH] spapr_numa.c: fix FORM1 distance-less nodes

2021-11-10 Thread Daniel Henrique Barboza
On 11/10/21 06:58, Richard Henderson wrote: On 11/9/21 7:35 PM, Daniel Henrique Barboza wrote: Commit 71e6fae3a99 fixed an issue with FORM2 affinity guests with NUMA nodes in which the distance info is absent in machine_state->numa_state->nodes. This happens when QEMU adds a default NUMA node

Re: [PATCH] spapr_numa.c: fix FORM1 distance-less nodes

2021-11-10 Thread Richard Henderson
On 11/9/21 7:35 PM, Daniel Henrique Barboza wrote: Commit 71e6fae3a99 fixed an issue with FORM2 affinity guests with NUMA nodes in which the distance info is absent in machine_state->numa_state->nodes. This happens when QEMU adds a default NUMA node and when the user adds NUMA nodes without speci

[PATCH] spapr_numa.c: fix FORM1 distance-less nodes

2021-11-09 Thread Daniel Henrique Barboza
Commit 71e6fae3a99 fixed an issue with FORM2 affinity guests with NUMA nodes in which the distance info is absent in machine_state->numa_state->nodes. This happens when QEMU adds a default NUMA node and when the user adds NUMA nodes without specifying the distances. During the discussions of the f