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

2021-08-05 Thread Liu, Jingqi
On 8/5/2021 5:26 PM, Igor Mammedov wrote: On Tue, 3 Aug 2021 14:30:05 +0800 Jingqi Liu wrote: The NUMA information in PCMachineState is copied from MachineState. We get this information uniformly from struct NumaState in MachineState. Is there a another reason behind this patch? As clean

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

2021-08-05 Thread Igor Mammedov
On Tue, 3 Aug 2021 14:30:05 +0800 Jingqi Liu wrote: > The NUMA information in PCMachineState is copied from MachineState. > We get this information uniformly from struct NumaState in MachineState. Is there a another reason behind this patch? As cleanup it's not complete, why do you keep PCMachi

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

2021-08-02 Thread Jingqi Liu
The NUMA information in PCMachineState is copied from MachineState. We get this information uniformly from struct NumaState in MachineState. Signed-off-by: Jingqi Liu --- hw/i386/acpi-build.c | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/hw/i386/acpi-build.c b/