Is it possible to emulate any/all Sandy Bridge CPUs using QEMu? Specifically, I am trying to get something akin to an Intel Xeon E5-26xx (a SandyBridge processor) running on hardware employing a Westmere chip. This is because while my VMs are coming up, certain processors are faulting with "invalid opcode" when examining output via dmesg. When running devirtualized or on a host that has this CPU, the processes run fine.
I have tried passing QEMU "-cpu host", as well as "-cpu SandyBridge", etc, etc. Do I need to potentially pass it specific extensions (sse, sse2...) or is what I am trying to do simply not possible?