From nobody Mon Sep 15 11:33:04 2025 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 5051FC678D4 for ; Thu, 12 Jan 2023 16:52:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241157AbjALQtL (ORCPT ); Thu, 12 Jan 2023 11:49:11 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41952 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240259AbjALQih (ORCPT ); Thu, 12 Jan 2023 11:38:37 -0500 Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EE2081CB05; Thu, 12 Jan 2023 08:34: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=1673541246; x=1705077246; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=fhfduvAtIn2GOQVZ8YLJzAnqeWsCauqfTbMobAUWChw=; b=Vy9FJ2FabqqtEs2VlLunNcPKs1kH1XZtUXu9C/+KBuasR35IsHT6vL38 AI+k5yipa8b38FyFuuO7HmrTkpxbWcSpzJZsnLU9zT9eX0jle//Oysvot loqyPdJZIDJ9hwF3HNa7t244E72UkssXVamj65soxGPQx/xGVAAOJbLVL TrRodU4smeDJ4RJwPDfQn0kp3lupEY9HV7MaB3m+nJkzdWWy1O/tRF8lZ HqD6VYZm891m4QvEIH+Wweg6DiB5C8C8DA+sTB/MnIatLJFC+27dSBdPA HhCvP9M8mh6weyfHiyW9T8GiphhwDKb/2VRCmtT9D0yuldy8lN3mF+zdh Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10588"; a="323811943" X-IronPort-AV: E=Sophos;i="5.97,211,1669104000"; d="scan'208";a="323811943" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Jan 2023 08:33:30 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10588"; a="721151840" X-IronPort-AV: E=Sophos;i="5.97,211,1669104000"; d="scan'208";a="721151840" Received: from ls.sc.intel.com (HELO localhost) ([143.183.96.54]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Jan 2023 08:33:30 -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 Subject: [PATCH v11 059/113] [MARKER] The start of TDX KVM patch series: TD finalization Date: Thu, 12 Jan 2023 08:32:07 -0800 Message-Id: <26e975314434c239eabc1db9c155993943f8c233.1673539699.git.isaku.yamahata@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" From: Isaku Yamahata This empty commit is to mark the start of patch series of TD finalization. Signed-off-by: Isaku Yamahata --- Documentation/virt/kvm/intel-tdx-layer-status.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Documentation/virt/kvm/intel-tdx-layer-status.rst b/Documentat= ion/virt/kvm/intel-tdx-layer-status.rst index 9b3ab0363184..c081217a0036 100644 --- a/Documentation/virt/kvm/intel-tdx-layer-status.rst +++ b/Documentation/virt/kvm/intel-tdx-layer-status.rst @@ -11,6 +11,7 @@ What qemu can do - TDX VM TYPE is exposed to Qemu. - Qemu can create/destroy guest of TDX vm type. - Qemu can create/destroy vcpu of TDX vm type. +- Qemu can populate initial guest memory image. =20 Patch Layer status ------------------ @@ -19,8 +20,8 @@ Patch Layer status * TDX architectural definitions: Applied * TD VM creation/destruction: Applied * TD vcpu creation/destruction: Applied -* TDX EPT violation: Applying -* TD finalization: Not yet +* TDX EPT violation: Applied +* TD finalization: Applying * TD vcpu enter/exit: Not yet * TD vcpu interrupts/exit/hypercall: Not yet =20 --=20 2.25.1