]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commit
target-i386: Filter FEAT_7_0_EBX TCG features too
authorEduardo Habkost <ehabkost@redhat.com>
Wed, 30 Apr 2014 16:48:34 +0000 (13:48 -0300)
committerAndreas Färber <afaerber@suse.de>
Wed, 25 Jun 2014 21:54:29 +0000 (23:54 +0200)
commitd0a70f46fa9a3257089a56f2f620b0eff868557f
treef6860955fbc32ce52a28640d71ac04a7bc73fae5
parenta42d9938a162c3e3c9e441d1927dca5bd59167d9
target-i386: Filter FEAT_7_0_EBX TCG features too

The TCG_7_0_EBX_FEATURES macro was defined but never used (it even had a
typo that was never noticed). Make the existing TCG feature filtering
code use it.

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