From patchwork Mon Feb 26 08:26:05 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Isaku Yamahata X-Patchwork-Id: 13571492 Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.13]) (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 28C6A612D8; Mon, 26 Feb 2024 08:28:25 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=192.198.163.13 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708936107; cv=none; b=tDjUwdQZoUNe0KbmJcRwbKCU3lLmVn/nl7Gn6yMF2PyZ1r+R+bwPup94xn6mEK7mC1RsQMNqYSU4IYcHuA1oRM2mRV1AWPaX/ulTbvQzcg8LmqyRiUKXQ3QpkEI9gJjqz0+xj9qL7LK+QHgVCxq0KiaKt89rYnYDsUm9dh1UPfQ= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708936107; c=relaxed/simple; bh=VWeErb8XXD2SBqMy8L7JRBcxtOCdpKU+Rt6/TTjVA8Q=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version; b=bNCh4IZAiQQ2ohquMBuctk9x5chJolpnKOTvGuSctCUUTpon/AHy4jSACtiF7UCq4YsrqYX1L1zwnYj8Js2R0y0rX0SgAWn+rCjY0IqgZN24AL9qHeRP9j+xuJYdO+igf/CRzc9qTV2ar/S+g4e8ceWzLiCiJ+f3++eFjCq91UI= 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=LP9kL6Hf; arc=none smtp.client-ip=192.198.163.13 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="LP9kL6Hf" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1708936105; x=1740472105; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=VWeErb8XXD2SBqMy8L7JRBcxtOCdpKU+Rt6/TTjVA8Q=; b=LP9kL6HfpQkCOFu72Fo/6V1G8P2/RMyqlwS6xn1NqFI+Z0GE+gD4O5FW ddwzW0OQ5zFY1ku6uZ2P0Scqn/ucdZ6bAQvXoVQs7JbOH9WmRfjEeiGBA 8FgUNmBsY2F/XT9+E017Fb3aVy2Q5QtpN0yXFaFwvc8em6emngqqDik2f vs1zJh7rF5lnpsQKVKyXq6hx5hBepkZjLaC9X3V34d0sKaVbjpCS3/dJR 1kOuxSlDF1i9WDhq7jeOQnVkcLTFn5jfUp4OkdDGUbfcMNa1KosYfkvG4 plRbcLaoRdSJCnmPjysYZLMAsufGvy86vpO7FO3NNTyazpbaJaudTFkZj g==; X-IronPort-AV: E=McAfee;i="6600,9927,10995"; a="6155470" X-IronPort-AV: E=Sophos;i="6.06,185,1705392000"; d="scan'208";a="6155470" Received: from orviesa009.jf.intel.com ([10.64.159.149]) by fmvoesa107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Feb 2024 00:28:20 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.06,185,1705392000"; d="scan'208";a="6615935" Received: from ls.sc.intel.com (HELO localhost) ([172.25.112.31]) by orviesa009-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Feb 2024 00:28:20 -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 v19 063/130] [MARKER] The start of TDX KVM patch series: TDX EPT violation Date: Mon, 26 Feb 2024 00:26:05 -0800 Message-Id: <605cd09c62227230c84e79016626331294f438f3.1708933498.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 TDX EPT violation. 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 7903473abad1..c4d67dd9ddf8 100644 --- a/Documentation/virt/kvm/intel-tdx-layer-status.rst +++ b/Documentation/virt/kvm/intel-tdx-layer-status.rst @@ -20,11 +20,11 @@ Patch Layer status * TDX architectural definitions: Applied * TD VM creation/destruction: Applied * TD vcpu creation/destruction: Applied -* TDX EPT violation: Not yet +* TDX EPT violation: Applying * TD finalization: Not yet * TD vcpu enter/exit: Not yet * TD vcpu interrupts/exit/hypercall: Not yet * KVM MMU GPA shared bits: Applied * KVM TDP refactoring for TDX: Applied -* KVM TDP MMU hooks: Applying +* KVM TDP MMU hooks: Applied