From patchwork Mon Jan 22 23:53:19 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Isaku Yamahata X-Patchwork-Id: 13526466 Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id BB7674F1EF; Mon, 22 Jan 2024 23:55:32 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.175.65.11 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1705967734; cv=none; b=BNf9HGJsZ2GeTD7tDRoQH5NmyFSMc82WF4MQICD43hgJ3iZ6qew3x8TYlkvJjZkqxVCmyggvwCycexUUxWGTuRuLTsxxIkWno8Pr6VPG7iBwuWZLk+CVxDud5ybt840mARYURQRTD1YUOQf8cdJiC/0OJd3ByV51T7iJRcOHsTo= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1705967734; c=relaxed/simple; bh=WkpnJmQUuLJFyL2brOxfTQdsOI1DqG1Lui1rEGPKdd4=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version; b=Z8HvBLEI04HNn2nguMXHrc8GQlT4ND7sxEq0tfcETo/Pbm2N0DXG031YXILPEJ1CtPdSnl9nEVqwN35KQUfifDDPGsb6g+G8NMLyN1xhQKsHoLCZzPR1yML35dVCbx0k7F7quWp3qs7IUxZ9pqhmfX26t36QJV2SQu89m7BTD+c= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=intel.com; spf=pass smtp.mailfrom=intel.com; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b=lopcWviP; arc=none smtp.client-ip=198.175.65.11 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=intel.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=intel.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="lopcWviP" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1705967733; x=1737503733; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=WkpnJmQUuLJFyL2brOxfTQdsOI1DqG1Lui1rEGPKdd4=; b=lopcWviP7bq9LO10y7EfR87+WaafaefHPVWt+WrDyinFcRiLp3graRDP FuwajjdtDy/6Mu8wcHvR/XHAcd209gOwkZfh/EbslZ76RejUxB0Z02cyR mQHDbTLDU124i9kiTYTbCIRq4U6AyntmhJaWT/7MBcqB5B0N7JdnsWArr XKYMGcJDfRrUsztlCXaFXl+Pf6Sj9TZBnK5QJjA4cIWqpTgScJ+3RFilY p+l+m9uJyx4jU2ymFV1P8zWT3Y47oQoH9EaNDduZqUVlEVtpXBEVuKaor DRsaZG9QAo/7JfL9sN8G1LlgBk6lAcSUhEbtnX6th3V46RILetINbnM3X Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10961"; a="8016366" X-IronPort-AV: E=Sophos;i="6.05,212,1701158400"; d="scan'208";a="8016366" Received: from fmviesa004.fm.intel.com ([10.60.135.144]) by orvoesa103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Jan 2024 15:55:30 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.05,212,1701158400"; d="scan'208";a="1468090" Received: from ls.sc.intel.com (HELO localhost) ([172.25.112.31]) by fmviesa004-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Jan 2024 15:55:29 -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 , Kai Huang , chen.bo@intel.com, hang.yuan@intel.com, tina.zhang@intel.com Subject: [PATCH v18 043/121] [MARKER] The start of TDX KVM patch series: KVM TDP MMU hooks Date: Mon, 22 Jan 2024 15:53:19 -0800 Message-Id: <1a7fac99007b1b92231ff74d3c2b281a10c722fd.1705965635.git.isaku.yamahata@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: References: Precedence: bulk X-Mailing-List: kvm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 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 e893a3d714c7..7903473abad1 100644 --- a/Documentation/virt/kvm/intel-tdx-layer-status.rst +++ b/Documentation/virt/kvm/intel-tdx-layer-status.rst @@ -26,5 +26,5 @@ 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