Using PVE 7.2. For max live migration compatibility I had been sticking to kvm64 but some requirements now need some VMs to use x86-64v2 spec.
The flags used for the cpu model inside cpu-models.conf are:
flags: +cx16;+lahf-lm;+popcnt;+sse4.1;+sse4.2;+ssse3
I was able to enable all the other flags except lahf_lm for some reason
lahf_lm is from lscpu output but I understand we need to use the string from qemu/kvm which uses a dash, i.e. lahf-lm
However, neither worked when I tried. Anybody has any suggestions?
Alternatively, would it be better to pick an old v2 model like Nehalem but what would the impact be on live migration especially since my base hardware are currently all Epyc?
The flags used for the cpu model inside cpu-models.conf are:
flags: +cx16;+lahf-lm;+popcnt;+sse4.1;+sse4.2;+ssse3
I was able to enable all the other flags except lahf_lm for some reason
lahf_lm is from lscpu output but I understand we need to use the string from qemu/kvm which uses a dash, i.e. lahf-lm
However, neither worked when I tried. Anybody has any suggestions?
Alternatively, would it be better to pick an old v2 model like Nehalem but what would the impact be on live migration especially since my base hardware are currently all Epyc?