x86/cpuid: fix CPUID levels
authorAndre Przywara <andre.przywara@amd.com>
Thu, 11 Mar 2010 13:39:06 +0000 (14:39 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Sat, 13 Mar 2010 15:50:54 +0000 (16:50 +0100)
commit17c0513bce18a50ce6a6f73a32f00e7b2d4e9850
tree7bd815d50650faf78d69a3a419cc0cc205f65d8d
parentab3f5fc1aefa0c32a4ac27454c44b70928cea8d7
x86/cpuid: fix CPUID levels

Bump up the xlevel number for qemu32 to allow parsing of the processor
name string for this model.
Similiarly the 486 processor should have at least the feature bit
leaf enabled.

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