From nobody Mon Sep 15 11:35:36 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 BB10AC71134 for ; Thu, 12 Jan 2023 16:44:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241088AbjALQoN (ORCPT ); Thu, 12 Jan 2023 11:44:13 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42014 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239919AbjALQhl (ORCPT ); Thu, 12 Jan 2023 11:37:41 -0500 Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 98389B4B5; Thu, 12 Jan 2023 08:33:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1673541237; x=1705077237; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=yLb9uSg9ibzit6JQaiXE1CHceF2wSNvx507S82c8rJA=; b=YnKS82PHBCrxYbD9ns2aCAu2QLHCZ+9A6vO/A+mSzlG4pcdQZHkGmQEQ UCBQT5gcgZUfGQQ7Oy9MRfnahUQlymUdQBi+xU3IoKQ6ocT9VOn+tYkt0 4qtx/Ioo4CC1LJMQ10MJZ6KI8gO6PGGeQZAUtJNqJUv6DQpf0XrtQzUXD nYo3OzlHpcYqnzyHBmN1vCLsANHeA3XI6DQGPcIHAT+IkyLP8wcDAa+xq fwSfJdPGwH/9clyw2Z/uz+2zoyiL+EWN99JVU3XuhQvUhiK45AgvSv9rU iAXhOsn6Bw0pnNm6IDq87bHjoV6gWtduNIM4R5RkVqW9xGghD3LisQJy8 Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10588"; a="323811753" X-IronPort-AV: E=Sophos;i="5.97,211,1669104000"; d="scan'208";a="323811753" 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:23 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10588"; a="721151697" X-IronPort-AV: E=Sophos;i="5.97,211,1669104000"; d="scan'208";a="721151697" 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:23 -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 022/113] [MARKER] The start of TDX KVM patch series: TD vcpu creation/destruction Date: Thu, 12 Jan 2023 08:31:30 -0800 Message-Id: <5a78aa6de2f9684bceefb880606a820407ded2a1.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 vcpu creation/destruction. Signed-off-by: Isaku Yamahata --- Documentation/virt/kvm/intel-tdx-layer-status.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/virt/kvm/intel-tdx-layer-status.rst b/Documentat= ion/virt/kvm/intel-tdx-layer-status.rst index 221372cfb4af..a4ee04271d66 100644 --- a/Documentation/virt/kvm/intel-tdx-layer-status.rst +++ b/Documentation/virt/kvm/intel-tdx-layer-status.rst @@ -9,15 +9,15 @@ Layer status What qemu can do ---------------- - TDX VM TYPE is exposed to Qemu. -- Qemu can try to create VM of TDX VM type and then fails. +- Qemu can create/destroy guest of TDX vm type. =20 Patch Layer status ------------------ Patch layer Status * TDX, VMX coexistence: Applied * TDX architectural definitions: Applied -* TD VM creation/destruction: Applying -* TD vcpu creation/destruction: Not yet +* TD VM creation/destruction: Applied +* TD vcpu creation/destruction: Applying * TDX EPT violation: Not yet * TD finalization: Not yet * TD vcpu enter/exit: Not yet --=20 2.25.1