]> git.proxmox.com Git - mirror_qemu.git/commit - target/i386/cpu.c
i386: x86_cpu_list_feature_names() function
authorEduardo Habkost <ehabkost@redhat.com>
Mon, 22 Apr 2019 23:47:41 +0000 (20:47 -0300)
committerEduardo Habkost <ehabkost@redhat.com>
Tue, 11 Jun 2019 13:17:47 +0000 (10:17 -0300)
commit5a853fc57a0860da4a55d1448a77845f97e7a9be
treec5f30401327280c30f964302cdd562dae5a54764
parenta578cdfbdd8f9beff5ced52b7826ddb1669abbbf
i386: x86_cpu_list_feature_names() function

Extract feature name listing code from
x86_cpu_class_check_missing_features().  It will be reused to
return information about CPU filtered features at runtime.

Message-Id: <20190422234742.15780-2-ehabkost@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
target/i386/cpu.c