]> git.proxmox.com Git - qemu.git/commit - target-i386/cpu.c
x86/cpuid: add missing CPUID feature flag names
authorAndre Przywara <andre.przywara@amd.com>
Thu, 11 Mar 2010 13:38:59 +0000 (14:38 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Sat, 13 Mar 2010 15:50:54 +0000 (16:50 +0100)
commite117f7725af8416a0c6e416fe18549d1625f7498
tree0dc1119cc9de7dceb03e3dcc1751b4835b7cf0a5
parentbdde476a9cefb2dce8111600e7d5fec1c42bf56c
x86/cpuid: add missing CPUID feature flag names

Some CPUID feature flags had no string value, so they could not be
switched on or off from the command line.
Add names for the missing ones mentioned in the current public CPUID
specification from both Intel and AMD. Those only mentioned in the
Linux kernel source I put as comments.

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