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 D5365C7EE30 for ; Mon, 27 Feb 2023 08:24:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230236AbjB0IYT (ORCPT ); Mon, 27 Feb 2023 03:24:19 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54736 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230132AbjB0IYH (ORCPT ); Mon, 27 Feb 2023 03:24:07 -0500 Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5900BE073; Mon, 27 Feb 2023 00:24:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1677486246; x=1709022246; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=SAIRBW3GQF6z72q7YVmwyvFnCXNO+WesxE0zpp7Gks8=; b=EvjLzh+tPjSBvcmWeYZEoSHQgl2otqMMlkUSgRSSYm2LxJCRUvT+StKK 7dd5kM/CV0Smv3aU0NnvhWB38fFtZmZ3Vux/errl0aXP7KFLF6WE5rM+v YQ0sQTwGWj/KgmF1v+d/O4uoMv9ege5Waeri0z46DIh8DpYiNTmK8BhVg 8B48fQeKngQQR3/6KoR+N8Deey8d2bP+THjf7jvVzkk9ntN/5uewsqhGW 73QdTud5iQyTTnPtDm4T/QvdIH438TsIef29PAiXujEkTF81vFIIdXqMi 2iSYXFt/7x0kvZAE+gfIL9Y8dyyLX3ViZAdYxdMep2gFdI72L+b7NhHwX w==; X-IronPort-AV: E=McAfee;i="6500,9779,10633"; a="317608681" X-IronPort-AV: E=Sophos;i="5.97,331,1669104000"; d="scan'208";a="317608681" 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:02 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10633"; a="783242026" X-IronPort-AV: E=Sophos;i="5.97,331,1669104000"; d="scan'208";a="783242026" 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:01 -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 006/106] [MARKER] The start of TDX KVM patch series: TD VM creation/destruction Date: Mon, 27 Feb 2023 00:22:05 -0800 Message-Id: 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 TD VM creation/destruction. 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 db32e89e16e9..221372cfb4af 100644 --- a/Documentation/virt/kvm/intel-tdx-layer-status.rst +++ b/Documentation/virt/kvm/intel-tdx-layer-status.rst @@ -15,8 +15,8 @@ Patch Layer status ------------------ Patch layer Status * TDX, VMX coexistence: Applied -* TDX architectural definitions: Applying -* TD VM creation/destruction: Not yet +* TDX architectural definitions: Applied +* TD VM creation/destruction: Applying * TD vcpu creation/destruction: Not yet * TDX EPT violation: Not yet * TD finalization: Not yet -- 2.25.1