
11 Jun
2021
11 Jun
'21
9:43 a.m.
On 6/10/21 9:45 AM, Tim Wiederhake wrote:
"avx-vvni" was introduced to qemu in commit c1826ea6a052084f2e6a0bae9dd5932a727df039, adding it Cooperlake.
This feature is currently not used by any libvirt CPU models, but its addition silences a warning from sync_qemu_i386.py:
``` warning: Unknown feature 'CPUID_7_1_EAX_AVX_VNNI' warning: Feature unknown to libvirt: CPUID_7_1_EAX_AVX_VNNI ```
Signed-off-by: Tim Wiederhake <twiederh@redhat.com> --- src/cpu_map/sync_qemu_i386.py | 1 + src/cpu_map/x86_features.xml | 3 +++ 2 files changed, 4 insertions(+)
Reviewed-by: Michal Privoznik <mprivozn@redhat.com> and pushed. Michal