From nobody Mon Sep 15 11:35:00 2025 Return-Path: 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 C839EC54EBC for ; Thu, 12 Jan 2023 16:45:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240777AbjALQph (ORCPT ); Thu, 12 Jan 2023 11:45:37 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42548 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240114AbjALQiL (ORCPT ); Thu, 12 Jan 2023 11:38:11 -0500 Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A75AD1A074; Thu, 12 Jan 2023 08:34:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1673541241; x=1705077241; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=inIssjsZxhtpLrcAN4HYRvnpjDxPI83d4OPZ//gWL30=; b=lSn/ZGdg6IfKcruMhmDkkt0QmEUNFZqUdRxSsVtugKHz1au3G0hS+Hcy eliJHPn4KgWtbWEzDZLPg/VD67TDogk3cKSIba5WeTsS4K++9R+qtGeRZ V2e3CYR/LW0ZEdIvr8WFukrErbQZpvgFpd7eRWN3XBclbFR07wr8Ug12X Vz1Y1X46t8svRyrxRW0DyifbQYRv+lECdzx2M8NRYwzubmb0bV21eKA56 anzeihJCq00t5x/N3Bs0A3yZF4pN/NHXtud5+Ty0Bey+OE/Z5aVkmSIGD sxV+Q7h1wgUBHNyBXMxusvfSsFzniXei743MuliHrxMDiWFXDHlCcAiO5 Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10588"; a="323811829" X-IronPort-AV: E=Sophos;i="5.97,211,1669104000"; d="scan'208";a="323811829" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Jan 2023 08:33:26 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10588"; a="721151757" X-IronPort-AV: E=Sophos;i="5.97,211,1669104000"; d="scan'208";a="721151757" Received: from ls.sc.intel.com (HELO localhost) ([143.183.96.54]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Jan 2023 08:33:26 -0800 From: isaku.yamahata@intel.com To: kvm@vger.kernel.org, linux-kernel@vger.kernel.org Cc: isaku.yamahata@intel.com, isaku.yamahata@gmail.com, Paolo Bonzini , erdemaktas@google.com, Sean Christopherson , Sagi Shahar , David Matlack Subject: [PATCH v11 037/113] [MARKER] The start of TDX KVM patch series: KVM TDP MMU hooks Date: Thu, 12 Jan 2023 08:31:45 -0800 Message-Id: <25dc1c6cbd6321c28c06cc06ce7c71deba5d9f7b.1673539699.git.isaku.yamahata@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" From: Isaku Yamahata This empty commit is to mark the start of patch series of KVM TDP MMU hooks. Signed-off-by: Isaku Yamahata --- Documentation/virt/kvm/intel-tdx-layer-status.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/virt/kvm/intel-tdx-layer-status.rst b/Documentat= ion/virt/kvm/intel-tdx-layer-status.rst index f10aff0b060e..f4aba85148e3 100644 --- a/Documentation/virt/kvm/intel-tdx-layer-status.rst +++ b/Documentation/virt/kvm/intel-tdx-layer-status.rst @@ -25,5 +25,5 @@ Patch Layer status * TD vcpu interrupts/exit/hypercall: Not yet =20 * KVM MMU GPA shared bits: Applied -* KVM TDP refactoring for TDX: Applying -* KVM TDP MMU hooks: Not yet +* KVM TDP refactoring for TDX: Applied +* KVM TDP MMU hooks: Applying --=20 2.25.1