mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
spapr, spapr_numa: move lookup-arrays handling to spapr_numa.c
In a similar fashion as the previous patch, let's move the handling of ibm,associativity-lookup-arrays from spapr.c to spapr_numa.c. A spapr_numa_write_assoc_lookup_arrays() helper was created, and spapr_dt_dynamic_reconfiguration_memory() can now use it to advertise the lookup-arrays. Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com> Message-Id: <20200903220639.563090-4-danielhb413@gmail.com> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
8f86a40824
commit
0ee520126a
3 changed files with 38 additions and 23 deletions
|
@ -29,5 +29,7 @@ void spapr_numa_write_associativity_dt(SpaprMachineState *spapr, void *fdt,
|
|||
int offset, int nodeid);
|
||||
int spapr_numa_fixup_cpu_dt(SpaprMachineState *spapr, void *fdt,
|
||||
int offset, PowerPCCPU *cpu);
|
||||
int spapr_numa_write_assoc_lookup_arrays(SpaprMachineState *spapr, void *fdt,
|
||||
int offset);
|
||||
|
||||
#endif /* HW_SPAPR_NUMA_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue