Skip to content

Commit af4c26e

Browse files
trueptolemyphilmd
authored andcommitted
tests/unit: Rename test-x86-cpuid.c to test-x86-topo.c
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> Message-ID: <20231024090323.1859210-3-zhao1.liu@linux.intel.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
1 parent 5f0d69b commit af4c26e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

MAINTAINERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1772,7 +1772,7 @@ F: include/hw/southbridge/ich9.h
17721772
F: include/hw/southbridge/piix.h
17731773
F: hw/isa/apm.c
17741774
F: include/hw/isa/apm.h
1775-
F: tests/unit/test-x86-cpuid.c
1775+
F: tests/unit/test-x86-topo.c
17761776
F: tests/qtest/test-x86-cpuid-compat.c
17771777

17781778
PC Chipset

tests/unit/meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ tests = {
2222
'test-visitor-serialization': [testqapi],
2323
'test-bitmap': [],
2424
'test-resv-mem': [],
25-
# all code tested by test-x86-cpuid is inside topology.h
26-
'test-x86-cpuid': [],
25+
# all code tested by test-x86-topo is inside topology.h
26+
'test-x86-topo': [],
2727
'test-cutils': [],
2828
'test-div128': [],
2929
'test-shift128': [],
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Test code for x86 CPUID and Topology functions
2+
* Test code for x86 APIC ID and Topology functions
33
*
44
* Copyright (c) 2012 Red Hat Inc.
55
*

0 commit comments

Comments
 (0)