From: Tim Wiederhake Date: Fri, 9 Oct 2020 10:47:17 +0000 (+0200) Subject: tests: Remove references to "cpu_map.xml" in the code X-Git-Tag: v6.9.0-rc1~191 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=470dd74027bd417735ea4ec87a381ffe9d7cf1fb;p=thirdparty%2Flibvirt.git tests: Remove references to "cpu_map.xml" in the code "cpu_map.xml" was moved to a directory "cpu_map" and split up into several files. Signed-off-by: Tim Wiederhake Reviewed-by: Jiri Denemark --- 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'.