]> git.proxmox.com Git - qemu.git/commit - target-i386/cpuid.c
cpu flags: aliases: pclmuldq|pclmulqdq and ffxsr|fxsr_opt
authorEduardo Habkost <ehabkost@redhat.com>
Fri, 17 Feb 2012 16:41:20 +0000 (14:41 -0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 22 Feb 2012 19:24:28 +0000 (13:24 -0600)
commitf370be3c50c0aec7785e0f82c35a0e953f23dc5b
treecb86e2f42547886893ebcb87610515d79a841899
parentf5244e937a83853411929be9502e00c98215708b
cpu flags: aliases: pclmuldq|pclmulqdq and ffxsr|fxsr_opt

pclmulqdq: /proc/cpuinfo on Linux and all documentation I have seen uses
pclmulqdq as the flag name. As the only document using pclmuldq seems to
be the Intel CPUID documentation (Application Note 485), it looks like a
typo and not the correct name for the flag.

ffxsr: AMD docs refer to fxsr_opt as ffxsr, so allow this named to be
used too.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
target-i386/cpuid.c