]> git.ipfire.org Git - thirdparty/qemu.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)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 5 Aug 2014 19:14:43 +0000 (14:14 -0500)
commitb2f0e9240bf42025494098f72649fad196f9d0f0
tree7e46c3354c2276bb466a8c3dda8b630ffabd3893
parentf9ac1dc507696c9b3b6fde7f6293811ac2cb299c
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>
(cherry picked from commit d0a70f46fa9a3257089a56f2f620b0eff868557f)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
target-i386/cpu.c