Re: [PATCH v9 7/7] spapr_numa.c: handle auto NUMA node with no distance info

2021-09-20 Thread David Gibson
On Mon, Sep 20, 2021 at 02:49:47PM -0300, Daniel Henrique Barboza wrote: > numa_complete_configuration() in hw/core/numa.c always adds a NUMA node > for the pSeries machine if none was specified, but without node distance > information for the single node created. > > NUMA FORM1 affinity code didn

[PATCH v9 7/7] spapr_numa.c: handle auto NUMA node with no distance info

2021-09-20 Thread Daniel Henrique Barboza
numa_complete_configuration() in hw/core/numa.c always adds a NUMA node for the pSeries machine if none was specified, but without node distance information for the single node created. NUMA FORM1 affinity code didn't rely on numa_state information to do its job, but FORM2 does. As is now, this is