this system does not support "SSSE3"
Hi all,
I installed OpenStack via devstack (with tacker too) on my laptop and i need to create a VM that supports SSSE3. When i create the image, i specify CIM Processor Allocation Setting -> Instruction Set Extension -> x86:SSSE3.
But when i create the VM, it does not support SSSE3. Output from /proc/cpuinfo of the VM:
sse3 cmpxchg16b x2apic clflush kvmclock kvmclock2 kvm_pv_eoi kvmclock_stable
My system supports SSSE3.
I have no idea why the VM does not support SSSE3 even i specified it while creating the image. Does someone knows what i am doing wrong?
Thanks!