]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
tests: Remove references to "cpu_map.xml" in the code
authorTim Wiederhake <twiederh@redhat.com>
Fri, 9 Oct 2020 10:47:17 +0000 (12:47 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Fri, 9 Oct 2020 13:38:05 +0000 (15:38 +0200)
"cpu_map.xml" was moved to a directory "cpu_map" and split up into
several files.

Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
tests/cputest.c

index bf5ce84aa71c07bfd709ebf0506b29790ba082b8..87ad5825b870053acea7b2f13dc57a0dac91e8eb 100644 (file)
@@ -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'.