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 36E65C64ED8 for ; Mon, 27 Feb 2023 08:26:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231398AbjB0I0y (ORCPT ); Mon, 27 Feb 2023 03:26:54 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55130 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230328AbjB0IYi (ORCPT ); Mon, 27 Feb 2023 03:24:38 -0500 Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 670C21A652; Mon, 27 Feb 2023 00:24:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1677486253; x=1709022253; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=PWnXznMMeziyc9Hs5eWqvj28CFaE86kvU5fCx1QnDYQ=; b=a1eiobxWh7MTIwaqmjarhVCqzC/xE+C76wCx+OItVP2fJCyyCeyVt0B2 BgdbEPR0bp6BdnhhRqu8eKASG3gl1spsufJ6f5ucP3T8EyhBJRDR1p71G aJCa27Gy7P4n9O9HeIBHPX3gzI5P9zTNonQOgCCL7obBHhkzITYvbv8F5 bx538BAgd1dhezw/SusNTehfuHR0zki3blBAvg12UtatsyFx718kRAyBX 4uiTbQdCyeFr1/vgbBuyosF/agPvE/f6amcvvdIEpS0chEjSKJGjfLvkS WbyhF/xDLBV/rzh19jV10mzjOLL5sFSKNbZgFQQHzxx3QDNVjPqtEeIFK Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10633"; a="317608757" X-IronPort-AV: E=Sophos;i="5.97,331,1669104000"; d="scan'208";a="317608757" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Feb 2023 00:24:05 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10633"; a="783242122" X-IronPort-AV: E=Sophos;i="5.97,331,1669104000"; d="scan'208";a="783242122" Received: from ls.sc.intel.com (HELO localhost) ([143.183.96.54]) by fmsmga002-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Feb 2023 00:24:04 -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 , Kai Huang , Zhi Wang Subject: [PATCH v12 023/106] [MARKER] The start of TDX KVM patch series: KVM TDP refactoring for TDX Date: Mon, 27 Feb 2023 00:22:22 -0800 Message-Id: <3b8904822cc7ae6fd813a76e02fb741838f79094.1677484918.git.isaku.yamahata@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Isaku Yamahata This empty commit is to mark the start of patch series of KVM TDP refactoring for TDX. 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/Documentation/virt/kvm/intel-tdx-layer-status.rst index 88343749d4c2..f10aff0b060e 100644 --- a/Documentation/virt/kvm/intel-tdx-layer-status.rst +++ b/Documentation/virt/kvm/intel-tdx-layer-status.rst @@ -24,6 +24,6 @@ Patch Layer status * TD vcpu enter/exit: Not yet * TD vcpu interrupts/exit/hypercall: Not yet -* KVM MMU GPA shared bits: Applying -* KVM TDP refactoring for TDX: Not yet +* KVM MMU GPA shared bits: Applied +* KVM TDP refactoring for TDX: Applying * KVM TDP MMU hooks: Not yet -- 2.25.1