]> git.proxmox.com Git - mirror_qemu.git/commit - target-i386/cpu.c
target-i386: check/enforce: Eliminate check_feat field
authorEduardo Habkost <ehabkost@redhat.com>
Fri, 4 Jan 2013 22:01:10 +0000 (20:01 -0200)
committerAndreas Färber <afaerber@suse.de>
Tue, 8 Jan 2013 20:03:44 +0000 (21:03 +0100)
commite8beac00bd26a60e788ab336f38bc12a95b20f0d
tree0b1751e35ba19398c5db170351b421d6e11f7c29
parent396d2cfccdc1a46a8c66d9d9baaa59071a553b1c
target-i386: check/enforce: Eliminate check_feat field

Now that all entries have check_feat=~0 in
kvm_check_features_against_host(), we can eliminate check_feat entirely
and make the code check all bits.

This patch shouldn't introduce any behavior change, as check_feat is set
to ~0 on all entries.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Reviewed-by: Gleb Natapov <gleb@redhat.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
target-i386/cpu.c