mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 17:34:18 +03:00
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 <twiederh@redhat.com> Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
This commit is contained in:
parent
974dc0a4c6
commit
470dd74027
@ -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'.
|
||||
|
Loading…
Reference in New Issue
Block a user