target-i386: Filter KVM and 0xC0000001 features on TCG
authorEduardo Habkost <ehabkost@redhat.com>
Wed, 30 Apr 2014 16:48:35 +0000 (13:48 -0300)
committerAndreas Färber <afaerber@suse.de>
Wed, 25 Jun 2014 21:54:56 +0000 (23:54 +0200)
commit84a6c6cd40687598c7e85d7de8095e08b5e636d7
treeb19e296c50ef08d16a37d7483081190ee385c71e
parentd0a70f46fa9a3257089a56f2f620b0eff868557f
target-i386: Filter KVM and 0xC0000001 features on TCG

TCG doesn't support any of the feature flags on FEAT_KVM and
FEAT_C000_0001_EDX feature words, so clear all bits on those feature
words.

Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
target-i386/cpu.c