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