OSDN Git Service

target-i386: kvm_check_features_against_host(): Kill feature word array
authorEduardo Habkost <ehabkost@redhat.com>
Mon, 20 Jan 2014 16:41:14 +0000 (14:41 -0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 3 Feb 2014 16:33:54 +0000 (17:33 +0100)
commitf0b9b11164482a8a2283dee25cecc4a4c531259e
tree8e37e5be0e721a5cf30585a88bc6ea7a23102279
parent2bc65d2b020887da3eb9043ae4f7d133ed85a7fe
target-i386: kvm_check_features_against_host(): Kill feature word array

We don't need the ft[] array on kvm_check_features_against_host()
anymore, as we can simply use the feature_word_info[] array, that has
everything we need.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target-i386/cpu.c