Re: [PATCH v6 0/3] x86/kvm: Support AVX512_4VNNIW and AVX512_4FMAPS for KVM guest

2016-11-16 Thread Radim Krčmář
2016-11-16 11:16+0100, Thomas Gleixner: > On Fri, 11 Nov 2016, He Chen wrote: > >> This patch series is going to add two new AVX512 features to KVM guest. >> Since these two features are defined as scattered features in kernel, >> some extra modification in kernel is included. > > I merged the fi

Re: [PATCH v6 0/3] x86/kvm: Support AVX512_4VNNIW and AVX512_4FMAPS for KVM guest

2016-11-16 Thread Thomas Gleixner
On Fri, 11 Nov 2016, He Chen wrote: > This patch series is going to add two new AVX512 features to KVM guest. > Since these two features are defined as scattered features in kernel, > some extra modification in kernel is included. I merged the first two patches into git://git.kernel.org/pub/sc

[PATCH v6 0/3] x86/kvm: Support AVX512_4VNNIW and AVX512_4FMAPS for KVM guest

2016-11-11 Thread He Chen
This patch series is going to add two new AVX512 features to KVM guest. Since these two features are defined as scattered features in kernel, some extra modification in kernel is included. BTW. sorry for sending patch so frequently, and really appreciate your kindly review. --- Changes in v6: * r