On 8/6/21 5:19 AM, Jingqi Liu wrote:
Maybe prepend with:
Since commits aa57020774b ("numa: move numa global variable
nb_numa_nodes into MachineState") and 7e721e7b10e ("numa: move
numa global variable numa_info into MachineState"), we can ...
> We can get NUMA information completely from MachineState::numa_state.
> Remove PCMachineState::numa_nodes and PCMachineState::node_mem,
> since they are just copied from MachineState::numa_state.
>
> Signed-off-by: Jingqi Liu <[email protected]>
> ---
> hw/i386/acpi-build.c | 12 +++++++-----
> hw/i386/pc.c | 9 ---------
> include/hw/i386/pc.h | 4 ----
> 3 files changed, 7 insertions(+), 18 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>