Re: [PATCH v5 1/3] spapr: move h_home_node_associativity to spapr_numa.c

2020-09-04 Thread Greg Kurz
On Fri, 4 Sep 2020 10:56:29 -0300 Daniel Henrique Barboza wrote: > The implementation of this hypercall will be modified to use > spapr->numa_assoc_arrays input. Moving it to spapr_numa.c makes > make more sense. > > Signed-off-by: Daniel Henrique Barboza > --- Not sure if David already appli

[PATCH v5 1/3] spapr: move h_home_node_associativity to spapr_numa.c

2020-09-04 Thread Daniel Henrique Barboza
The implementation of this hypercall will be modified to use spapr->numa_assoc_arrays input. Moving it to spapr_numa.c makes make more sense. Signed-off-by: Daniel Henrique Barboza --- hw/ppc/spapr_hcall.c | 40 --- hw/ppc/spapr_numa.c | 45 ++