x86/cpuid: Always expose 32 and 64-bit CPUs
authorAndre Przywara <andre.przywara@amd.com>
Thu, 11 Mar 2010 13:39:04 +0000 (14:39 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Sat, 13 Mar 2010 15:50:54 +0000 (16:50 +0100)
commitab3f5fc1aefa0c32a4ac27454c44b70928cea8d7
treeb1e60de5fac5c5beb097038f5796189b0e7d6ee5
parent2a8de2845009074a5ef139bc7f832da2208e7bbe
x86/cpuid: Always expose 32 and 64-bit CPUs

Since 64-bit capability is just another CPUID bit we now properly
mask, there is no reason anymore to hide the 64-bit capable CPU
models from a 32-bit only QEMU. All 64-bit CPUs can be used
perfectly in 32-bit legacy mode anyway, so these models also make
sense for 32-bit.

Signed-off-by: Andre Przywara <andre.przywara@amd.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-i386/cpuid.c