target/i386: drop the duplicated definition of cpuid AVX512_VBMI macro
commite7694a5eae34a31a5b240467b5201a7f31b7f96a
authorTao Xu <tao3.xu@intel.com>
Thu, 26 Sep 2019 02:10:55 +0000 (26 10:10 +0800)
committerEduardo Habkost <ehabkost@redhat.com>
Tue, 15 Oct 2019 21:34:44 +0000 (15 18:34 -0300)
tree029a683c5ad8cfac43f145eaa75c81460a6bafbe
parentf2be0bebb6f5d5436079d8c28f07da891082d753
target/i386: drop the duplicated definition of cpuid AVX512_VBMI macro

Drop the duplicated definition of cpuid AVX512_VBMI macro and rename
it as CPUID_7_0_ECX_AVX512_VBMI. Rename CPUID_7_0_ECX_VBMI2 as
CPUID_7_0_ECX_AVX512_VBMI2.

Acked-by: Stefano Garzarella <sgarzare@redhat.com>
Signed-off-by: Tao Xu <tao3.xu@intel.com>
Message-Id: <20190926021055.6970-3-tao3.xu@intel.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
target/i386/cpu.c
target/i386/cpu.h
target/i386/hvf/x86_cpuid.c