spapr: move h_home_node_associativity to spapr_numa.c
commitf8a13fc3812562ad46db1d37d9a176613731698f
authorDaniel Henrique Barboza <danielhb413@gmail.com>
Fri, 4 Sep 2020 17:24:20 +0000 (4 14:24 -0300)
committerDavid Gibson <david@gibson.dropbear.id.au>
Tue, 8 Sep 2020 00:37:32 +0000 (8 10:37 +1000)
tree907a6b41a3e7368632551c4e941d64ff1910d51b
parentdd7e1d7ae431ee61b0e59bf505fc39dc17bba24b
spapr: move h_home_node_associativity to spapr_numa.c

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.

Reviewed-by: Greg Kurz <groug@kaod.org>
Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
Message-Id: <20200904172422.617460-2-danielhb413@gmail.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/ppc/spapr_hcall.c
hw/ppc/spapr_numa.c