]> git.ipfire.org Git - thirdparty/libvirt.git/commit
cpu_x86: Ignore alias names
authorTim Wiederhake <twiederh@redhat.com>
Mon, 17 Oct 2022 11:20:42 +0000 (13:20 +0200)
committerTim Wiederhake <twiederh@redhat.com>
Tue, 8 Nov 2022 20:44:22 +0000 (21:44 +0100)
commit7b0c01db75b0c11ba6f80999b822cfadff4d28da
treeb72b2f0ae9fbec1b8584f7a1788c1ceb7736c958
parent10a41a8cbdf4bcaba0039e97704afda8220cd8e0
cpu_x86: Ignore alias names

A later patch will add alias names to the feature map. They will be used
in virQEMUCapsCPUFeatureTranslate and for synchronizing the list with QEMU.

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