CPU with AVX support,

Nov 16, 2023
5
0
1
My solution was to define a new CPU model based on x86-64-v2-AES that also exposes AVX

New models can be defined here cluster wide:
/etc/pve/virtual-guest/cpu-models.conf

Add this definition to the /etc/pve/virtual-guest/cpu-models.conf file:

cpu-model: x86-64-v2-AES-AVX
flags +avx;+avx2;+xsave;+aes;+popcnt;+ssse3;+sse4_1;+sse4_2
phys-bits host
hidden 0
hv-vendor-id proxmox
reported-model kvm64

It will then be immediately available in the GUI as a Custom (QEMU) CPU:


1730381574184.png