Re: [Qemu-devel] [PATCH 05/13] cpuid: add missing CPUID feature flag names

2010-03-06 Thread Aurelien Jarno
On Tue, Feb 02, 2010 at 11:08:13AM +0100, Andre Przywara wrote: > 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

[Qemu-devel] [PATCH 05/13] cpuid: add missing CPUID feature flag names

2010-02-02 Thread Andre Przywara
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: