Re: [PATCH 04/10] spapr: add spapr_machine_using_legacy_numa() helper

2020-08-19 Thread David Gibson
On Fri, Aug 14, 2020 at 05:54:18PM -0300, Daniel Henrique Barboza wrote: > The changes to come to NUMA support are all guest visible. In > theory we could just create a new 5_1 class option flag to > avoid the changes to cascade to 5.1 and under. The reality is that > these changes are only relevan

[PATCH 04/10] spapr: add spapr_machine_using_legacy_numa() helper

2020-08-15 Thread Daniel Henrique Barboza
The changes to come to NUMA support are all guest visible. In theory we could just create a new 5_1 class option flag to avoid the changes to cascade to 5.1 and under. The reality is that these changes are only relevant if the machine has more than one NUMA node. There is no need to change guest be