From mboxrd@z Thu Jan 1 00:00:00 1970 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 1901EC4332F for ; Fri, 30 Sep 2022 10:22:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231883AbiI3KWs (ORCPT ); Fri, 30 Sep 2022 06:22:48 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33836 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231405AbiI3KTF (ORCPT ); Fri, 30 Sep 2022 06:19:05 -0400 Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0F62B16FFB5; Fri, 30 Sep 2022 03:19:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1664533144; x=1696069144; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=9+zynqxUnbt7L2tmrykvNHmz+Wt/xr8Fj4lA+9l+hKk=; b=kue4fVw1SbVSH/wT1duuB6t7p1UD6eHJ7eZUdUeG25GEz0YGnIO4sC3n aoumRjLY87LFkw6bITU41PJZ88DgfZtw8WFvVytlbQnbJ68CIXHoBspBL eEEBgccnqeaPEEzpoC6yG9HVEjoXc6LeIYUNtETpMB5iOc9WnNwWedyJp BWvZJAauFuvGVuV5S3uCwFwz5VBlWBt0isYBOTT2/T9LQrMzLQR9OWiPc +4e5hE8K/44GMDuWfcCB5cIt8NcAL2vyjbTNna8VeQfl0u8AEnZ3D2LQ+ WDr539xtduec3fjXb4QDENKMIXsX8xriM7OrzYR798XgF12FguThCDSTV Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10485"; a="281870096" X-IronPort-AV: E=Sophos;i="5.93,358,1654585200"; d="scan'208";a="281870096" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Sep 2022 03:18:58 -0700 X-IronPort-AV: E=McAfee;i="6500,9779,10485"; a="726807628" X-IronPort-AV: E=Sophos;i="5.93,358,1654585200"; d="scan'208";a="726807628" 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; 30 Sep 2022 03:18:57 -0700 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 Subject: [PATCH v9 039/105] [MARKER] The start of TDX KVM patch series: KVM TDP MMU hooks Date: Fri, 30 Sep 2022 03:17:33 -0700 Message-Id: <8f5c1cefd2d6f0446e0e21b8a43f775d322d9414.1664530907.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 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/Documentation/virt/kvm/intel-tdx-layer-status.rst index df003d2ed89e..d5cace00c433 100644 --- a/Documentation/virt/kvm/intel-tdx-layer-status.rst +++ b/Documentation/virt/kvm/intel-tdx-layer-status.rst @@ -25,6 +25,6 @@ Patch Layer status * TD vcpu interrupts/exit/hypercall: Not yet * 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 * KVM TDP MMU MapGPA: Not yet -- 2.25.1