From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yi Sun Subject: Re: [PATCH] KVM: x86: Expose Intel AVX512IFMA/AVX512VBMI/SHA features to guest. Date: Thu, 15 Dec 2016 09:32:31 +0800 Message-ID: <20161215013231.GJ7435@yi.y.sun> References: <1481683349-9672-1-git-send-email-yi.y.sun@linux.intel.com> <074069cc-5775-ef9e-2634-84eed615f6e2@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Cc: kvm@vger.kernel.org, rkrcmar@redhat.com, chao.p.peng@intel.com To: Paolo Bonzini Return-path: Received: from mga06.intel.com ([134.134.136.31]:21405 "EHLO mga06.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753056AbcLOBcV (ORCPT ); Wed, 14 Dec 2016 20:32:21 -0500 Content-Disposition: inline In-Reply-To: <074069cc-5775-ef9e-2634-84eed615f6e2@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On 16-12-14 13:57:32, Paolo Bonzini wrote: > On 14/12/2016 03:42, Yi Sun wrote: > > Expose AVX512IFMA/AVX512VBMI/SHA features to guest. > > > > AVX512 spec can be found at: > > https://software.intel.com/sites/default/files/managed/26/40/319433-026.pdf > > > > SHA spec can be found at: > > https://software.intel.com/sites/default/files/managed/39/c5/325462-sdm-vol-1-2abcd-3abcd.pdf > > > > This patch depends on below patch. > > http://marc.info/?l=linux-kernel&m=147932800828178&w=2 > > > > Signed-off-by: Yi Sun > > Thanks, the patches are already in Linus's tree so I'll queue this one > for kvm/master. > > Paolo > Thanks a lot! BRs, Sun Yi