[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v5 02/20] tests: Rename test-x86-cpuid.c to test-x86-topo.c
|
From: |
Zhao Liu |
|
Subject: |
Re: [PATCH v5 02/20] tests: Rename test-x86-cpuid.c to test-x86-topo.c |
|
Date: |
Wed, 25 Oct 2023 16:22:07 +0800 |
On Tue, Oct 24, 2023 at 11:09:34AM +0200, Thomas Huth wrote:
> Date: Tue, 24 Oct 2023 11:09:34 +0200
> From: Thomas Huth <thuth@redhat.com>
> Subject: Re: [PATCH v5 02/20] tests: Rename test-x86-cpuid.c to
> test-x86-topo.c
>
> On 24/10/2023 11.03, Zhao Liu wrote:
> > From: Zhao Liu <zhao1.liu@intel.com>
> >
> > The tests in this file actually test the APIC ID combinations.
> > Rename to test-x86-topo.c to make its name more in line with its
> > actual content.
> >
> > Signed-off-by: Zhao Liu <zhao1.liu@intel.com>
> > Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
> > Tested-by: Babu Moger <babu.moger@amd.com>
> > Tested-by: Yongwei Ma <yongwei.ma@intel.com>
> > Acked-by: Michael S. Tsirkin <mst@redhat.com>
> > ---
>
> Reviewed-by: Thomas Huth <thuth@redhat.com>
Thanks!
-Zhao
- [PATCH v5 00/20] Support smp.clusters for x86 in QEMU, Zhao Liu, 2023/10/24
- [PATCH v5 01/20] i386: Fix comment style in topology.h, Zhao Liu, 2023/10/24
- [PATCH v5 02/20] tests: Rename test-x86-cpuid.c to test-x86-topo.c, Zhao Liu, 2023/10/24
- [PATCH v5 03/20] softmmu: Fix CPUSTATE.nr_cores' calculation, Zhao Liu, 2023/10/24
- [PATCH v5 04/20] hw/cpu: Update the comments of nr_cores and nr_dies, Zhao Liu, 2023/10/24
- [PATCH v5 05/20] i386/cpu: Fix i/d-cache topology to core level for Intel CPU, Zhao Liu, 2023/10/24
- [PATCH v5 06/20] i386/cpu: Use APIC ID offset to encode cache topo in CPUID[4], Zhao Liu, 2023/10/24
- [PATCH v5 07/20] i386/cpu: Consolidate the use of topo_info in cpu_x86_cpuid(), Zhao Liu, 2023/10/24
- [PATCH v5 08/20] i386: Split topology types of CPUID[0x1F] from the definitions of CPUID[0xB], Zhao Liu, 2023/10/24
- [PATCH v5 09/20] i386: Decouple CPUID[0x1F] subleaf with specific topology level, Zhao Liu, 2023/10/24
- [PATCH v5 10/20] i386: Introduce module-level cpu topology to CPUX86State, Zhao Liu, 2023/10/24
- [PATCH v5 12/20] i386: Expose module level in CPUID[0x1F], Zhao Liu, 2023/10/24
- [PATCH v5 11/20] i386: Support modules_per_die in X86CPUTopoInfo, Zhao Liu, 2023/10/24