This is the kvm portion of bug 517928.
(In reply to comment #10)
> we should also add these flags to arch/x86/kvm/x86.c if we
> want them to be exposed to guests and actually used
I have to retract that part; if specified on the command line, a flag is exposed to guest no matter if kvm considers it "supported" or not. Adding these flags to qemu's target-i386/helper.c should be enough.
Created attachment 358003[details]
RHEL5 fix for this issue
The flags are defined, however, sse4_1 and sse4_2 strings are not.
I have not tested or compiled this patch.
P.