Message ID | 20211208000359.2853257-1-yang.zhong@intel.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <kvm-owner@kernel.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3B879C433EF for <kvm@archiver.kernel.org>; Tue, 7 Dec 2021 15:09:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238473AbhLGPMh (ORCPT <rfc822;kvm@archiver.kernel.org>); Tue, 7 Dec 2021 10:12:37 -0500 Received: from mga14.intel.com ([192.55.52.115]:5480 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229503AbhLGPMh (ORCPT <rfc822;kvm@vger.kernel.org>); Tue, 7 Dec 2021 10:12:37 -0500 X-IronPort-AV: E=McAfee;i="6200,9189,10190"; a="237820954" X-IronPort-AV: E=Sophos;i="5.87,293,1631602800"; d="scan'208";a="237820954" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Dec 2021 07:09:06 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.87,293,1631602800"; d="scan'208";a="461289713" Received: from icx.bj.intel.com ([10.240.192.117]) by orsmga003.jf.intel.com with ESMTP; 07 Dec 2021 07:09:01 -0800 From: Yang Zhong <yang.zhong@intel.com> To: x86@kernel.org, kvm@vger.kernel.org, linux-kernel@vger.kernel.org, tglx@linutronix.de, mingo@redhat.com, bp@alien8.de, dave.hansen@linux.intel.com, pbonzini@redhat.com Cc: seanjc@google.com, jun.nakajima@intel.com, kevin.tian@intel.com, jing2.liu@linux.intel.com, jing2.liu@intel.com, yang.zhong@intel.com Subject: [PATCH 00/19] AMX Support in KVM Date: Tue, 7 Dec 2021 19:03:40 -0500 Message-Id: <20211208000359.2853257-1-yang.zhong@intel.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: <kvm.vger.kernel.org> X-Mailing-List: kvm@vger.kernel.org |
Series |
AMX Support in KVM
|
expand
|
Jing, Yang, On Tue, Dec 07 2021 at 19:03, Yang Zhong wrote: > > Thanks Thomas for the thoughts and patches on the KVM FPU and AMX > support. welcome. The overall impression of that series is that it is heading into the right direction. Keep up the good work! Thanks, tglx