Re: [Qemu-devel] [PATCH] x86/cpuid:add AVX512_4VNNIW and AVX512_4FMAPS features.

2016-10-30 Thread no-reply
Hi, Your series seems to have some coding style problems. See output below for more information: Type: series Subject: [Qemu-devel] [PATCH] x86/cpuid:add AVX512_4VNNIW and AVX512_4FMAPS features. Message-id: 1477646144-7055-1-git-send-email-he.c...@linux.intel.com === TEST SCRIPT BEGIN

[Qemu-devel] [PATCH] x86/cpuid:add AVX512_4VNNIW and AVX512_4FMAPS features.

2016-10-28 Thread He Chen
From: Luwei Kang The spec can be found in Intel Software Developer Manual or in Instruction Set Extensions Programming Reference. Signed-off-by: Luwei Kang Signed-off-by: Piotr Luc --- target-i386/cpu.c | 19 ++- target-i386/cpu.h | 4 2 files changed, 22 insertions(+),

Re: [Qemu-devel] [PATCH] x86/cpuid:add AVX512_4VNNIW and AVX512_4FMAPS features.

2016-10-28 Thread Paolo Bonzini
On 28/10/2016 11:15, He Chen wrote: > From: Luwei Kang > > The spec can be found in Intel Software Developer Manual or in > Instruction Set Extensions Programming Reference. > > Signed-off-by: Luwei Kang > Signed-off-by: Piotr Luc > --- > target-i386/cpu.c | 19 ++- > target