x86/cpuid: Enable all features of real CPU
authorAurelien Jarno <aurelien@aurel32.net>
Sat, 13 Mar 2010 15:43:15 +0000 (16:43 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Sat, 13 Mar 2010 15:50:54 +0000 (16:50 +0100)
commit5fea763835480c80c21c635d31eaa05a4b83443d
treee7cbb1c0385e768ccba40c9d54290f89de373dd1
parent17c0513bce18a50ce6a6f73a32f00e7b2d4e9850
x86/cpuid: Enable all features of real CPU

Enable all features of real CPU, unsupported features will be
trimmed depending on TCG or KVM capabilities.

Move the list of unsupported TCG features near the TCG capabilities
masks.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-i386/cpuid.c