]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
qemu: Remove references to "cpu_map.xml" in the code
authorTim Wiederhake <twiederh@redhat.com>
Fri, 9 Oct 2020 10:47:18 +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>
src/qemu/qemu_capabilities.c

index 38b901a6c409c7ca51b5fa29033beb40e2f5d3fa..02136fd3b370953067fcf1fb4c4c2280b524221a 100644 (file)
@@ -3072,7 +3072,7 @@ virQEMUCapsProbeQMPHostCPU(virQEMUCapsPtr qemuCaps,
 
     cpu->model = g_strdup(model);
 
-    /* Some x86_64 features defined in cpu_map.xml use spelling which differ
+    /* Some x86_64 features defined in src/cpu_map/ use spelling which differ
      * from the one preferred by QEMU. Static expansion would give us only the
      * preferred spelling. With new QEMU we always use the QEMU's canonical
      * names of all features and translate between them and our names. But for