I'm trying to figure out if it's possible to add the CPU flags sse4_1 and sse4_2 when your using the default kvm64 cpu type? OPNSense complains about the lack of SSE4_1 when I enable the AES flag. If I pick the host cpu type AES works correctly but for some reason OPNSense routing performance is reduced by 50%. I can pick a cpu type of SandyBridge and everything works but that seems like maybe the wrong approach. Trying to set the flag via qm fails with a regex error.
I found the cpu flags here http://www.linux-kvm.org/page/Tuning_KVM
Code:
root@cloudctl1:~# qm set 100 --cpu=kvm64,flags=+sse4.1
400 Parameter verification failed.
cpu: invalid format - format error
cpu.flags: value does not match the regex pattern
I found the cpu flags here http://www.linux-kvm.org/page/Tuning_KVM
Last edited: