Re: [PATCH v3 02/17] tests: Rename test-x86-cpuid.c to test-x86-topo.c

2023-08-04 Thread Zhao Liu
Hi Babu, On Tue, Aug 01, 2023 at 06:20:46PM -0500, Moger, Babu wrote: > Date: Tue, 1 Aug 2023 18:20:46 -0500 > From: "Moger, Babu" > Subject: Re: [PATCH v3 02/17] tests: Rename test-x86-cpuid.c to > test-x86-topo.c > > Zhao, > > On 8/1/23 05:35,

Re: [PATCH v3 02/17] tests: Rename test-x86-cpuid.c to test-x86-topo.c

2023-08-01 Thread Moger, Babu
Zhao, On 8/1/23 05:35, Zhao Liu wrote: > From: Zhao Liu > > In fact, this unit tests APIC ID other than CPUID. This is not clear. The tests in test-x86-topo.c actually test the APIC ID combinations. Rename to test-x86-topo.c to make its name more in line with its actual content. > Rename to

[PATCH v3 02/17] tests: Rename test-x86-cpuid.c to test-x86-topo.c

2023-08-01 Thread Zhao Liu
From: Zhao Liu In fact, this unit tests APIC ID other than CPUID. Rename to test-x86-topo.c to make its name more in line with its actual content. Signed-off-by: Zhao Liu Tested-by: Yongwei Ma Reviewed-by: Philippe Mathieu-Daudé --- Changes since v1: * Rename test-x86-apicid.c to