[libvirt PATCH 1/4] tests: Remove references to "cpu_map.xml" in the code

Tim Wiederhake twiederh at redhat.com
Fri Oct 9 10:47:17 UTC 2020


"cpu_map.xml" was moved to a directory "cpu_map" and split up into
several files.

Signed-off-by: Tim Wiederhake <twiederh at redhat.com>
---
 tests/cputest.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/cputest.c b/tests/cputest.c
index bf5ce84aa7..87ad5825b8 100644
--- a/tests/cputest.c
+++ b/tests/cputest.c
@@ -817,8 +817,8 @@ cpuTestUpdateLive(const void *arg)
     if (!(expected = cpuTestLoadXML(data->arch, expectedFile)))
         goto cleanup;
 
-    /* In case the host CPU signature does not exactly match any CPU model from
-     * cpu_map.xml, the CPU model we detect from CPUID may differ from the one
+    /* In case the host CPU signature does not exactly match any CPU model in
+     * src/cpu_map, the CPU model we detect from CPUID may differ from the one
      * we compute by asking QEMU. Since this test expands both CPU models and
      * compares their features, we can try to translate the 'actual' CPU to
      * use the CPU model from 'expected'.
-- 
2.26.2




More information about the libvir-list mailing list