Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933263AbcKPVOj (ORCPT ); Wed, 16 Nov 2016 16:14:39 -0500 Received: from mx1.redhat.com ([209.132.183.28]:54388 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752296AbcKPVOi (ORCPT ); Wed, 16 Nov 2016 16:14:38 -0500 Date: Wed, 16 Nov 2016 22:14:33 +0100 From: Radim =?utf-8?B?S3LEjW3DocWZ?= To: Thomas Gleixner Cc: He Chen , kvm@vger.kernel.org, linux-kernel@vger.kernel.org, x86@kernel.org, Paolo Bonzini , Ingo Molnar , "H . Peter Anvin" , Luwei Kang , Piotr Luc , Borislav Petkov Subject: Re: [PATCH v6 0/3] x86/kvm: Support AVX512_4VNNIW and AVX512_4FMAPS for KVM guest Message-ID: <20161116211432.GD20282@potion> References: <1478856336-9388-1-git-send-email-he.chen@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.38]); Wed, 16 Nov 2016 21:14:37 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 550 Lines: 15 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 first two patches into > > git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/cpufeatures > > Paolo, feel free to pull that branch up to commit 47bdf3378d62 into kvm so > you can apply the KVM patch on top. Pulled into kvm/next, thanks.