Re: [PATCH v3] hw/i386/acpi-build: Get NUMA information from struct NumaState

2021-09-02 Thread Liu, Jingqi
Hi Igor, Any comments ? Thanks, Jingqi On 8/23/2021 9:12 AM, Liu, Jingqi wrote: 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 get NUMA information completely

[PATCH v3] hw/i386/acpi-build: Get NUMA information from struct NumaState

2021-08-22 Thread Jingqi Liu
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 get NUMA information completely from MachineState::numa_state. Remove PCMachineState::numa_nodes and PCMachineState: