]> git.ipfire.org Git - thirdparty/qemu.git/commit
target-i386: Make TCG feature filtering more readable
authorEduardo Habkost <ehabkost@redhat.com>
Wed, 30 Apr 2014 16:48:33 +0000 (13:48 -0300)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 5 Aug 2014 19:13:15 +0000 (14:13 -0500)
commitf9ac1dc507696c9b3b6fde7f6293811ac2cb299c
treece8adf392326dc497f046fd6110a61d9a1446a63
parenta1d82075ab013db174f89a03f21237007aa87a76
target-i386: Make TCG feature filtering more readable

Instead of an #ifdef in the middle of the code, just set
TCG_EXT2_FEATURES to a different value depending on TARGET_X86_64.

Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
(cherry picked from commit a42d9938a162c3e3c9e441d1927dca5bd59167d9)

Conflicts:
target-i386/cpu.c

*removed dependency on 77549a78

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