commit | d0a70f46fa9a3257089a56f2f620b0eff868557f | [log] [tgz] |
---|---|---|
author | Eduardo Habkost <ehabkost@redhat.com> | Wed Apr 30 13:48:34 2014 -0300 |
committer | Andreas Färber <afaerber@suse.de> | Wed Jun 25 23:54:29 2014 +0200 |
tree | f6860955fbc32ce52a28640d71ac04a7bc73fae5 | |
parent | a42d9938a162c3e3c9e441d1927dca5bd59167d9 [diff] |
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>