]> 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>
Wed, 16 Jul 2014 00:28:01 +0000 (19:28 -0500)
commit7a3cd5ab408d06fac4e1ae6aa88b823a48db085c
tree3ca9c5f91e075f340c9eec3d4a1bec0d0aea5809
parent8a93721d04a55b3f23d1594287fe812da01c0d31
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)

Conflicts:
target-i386/cpu.c

*fixed simple context mismatch

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
target-i386/cpu.c