Skip to content

Commit

Permalink
tests/unit: Rename test-x86-cpuid.c to test-x86-topo.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
trueptolemy authored and philmd committed Nov 7, 2023
1 parent 5f0d69b commit af4c26e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -1772,7 +1772,7 @@ F: include/hw/southbridge/ich9.h
F: include/hw/southbridge/piix.h
F: hw/isa/apm.c
F: include/hw/isa/apm.h
F: tests/unit/test-x86-cpuid.c
F: tests/unit/test-x86-topo.c
F: tests/qtest/test-x86-cpuid-compat.c

PC Chipset
Expand Down
4 changes: 2 additions & 2 deletions tests/unit/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ tests = {
'test-visitor-serialization': [testqapi],
'test-bitmap': [],
'test-resv-mem': [],
# all code tested by test-x86-cpuid is inside topology.h
'test-x86-cpuid': [],
# all code tested by test-x86-topo is inside topology.h
'test-x86-topo': [],
'test-cutils': [],
'test-div128': [],
'test-shift128': [],
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/test-x86-cpuid.c → tests/unit/test-x86-topo.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Test code for x86 CPUID and Topology functions
* Test code for x86 APIC ID and Topology functions
*
* Copyright (c) 2012 Red Hat Inc.
*
Expand Down

0 comments on commit af4c26e

Please sign in to comment.