]> git.proxmox.com Git - mirror_qemu.git/commit - target/i386/cpu.c
target-i386: Loop-based feature word filtering in TCG mode
authorEduardo Habkost <ehabkost@redhat.com>
Wed, 30 Apr 2014 16:48:38 +0000 (13:48 -0300)
committerAndreas Färber <afaerber@suse.de>
Wed, 25 Jun 2014 21:54:57 +0000 (23:54 +0200)
commit37ce3522cb88c524caec57cb52a4bfbb880abbe5
tree5a84d8a0fcf405fdd6c1862260126110cb1c570c
parente1c224b4eb3b8693c230bb2762a959ae1f531f76
target-i386: Loop-based feature word filtering in TCG mode

Instead of manually filtering each feature word, add a tcg_features
field to FeatureWordInfo, and use that field to filter all feature words
in TCG mode.

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