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 68304C54EBC for ; Thu, 12 Jan 2023 16:45:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240270AbjALQpF (ORCPT ); Thu, 12 Jan 2023 11:45:05 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42032 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239964AbjALQhs (ORCPT ); Thu, 12 Jan 2023 11:37:48 -0500 Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1E0D918392; Thu, 12 Jan 2023 08:33:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1673541239; x=1705077239; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=UXNXNU4nYYne5av5LrY+aIKSppF2pcXmbEdX5ewBtCU=; b=RYYVUZlx4ewBQcH1vLol0zN/EG46Q6r+JvSMbjXXFxkKtThagYGkLBkW gmziaVBQ+A3dthLW0O9X0g4XAwahtxL55rBcSRWoDpncTIdy9yaTwVcAa kyef9rQGf+kIN66ygryj5IgGthdIKGLC22I8UqrQFW6c/2wt1VAo0PMLa 75n2YTo1IPF3PUNyEuV0x7wmpdNBxLTgVEzVd6v03xUo+XjXPBlIIFWIL m+1ZSBm7O6X27dWYe7CA/uxuj6ygZMHY7ILrZeEkIv5+zHGgc5TFZO+1J HJMa2Jw8UfhMW+f/e5+N+Wk3CrQMa2HHjkSiq0IlCH/xGa2b8FV0h1iSu w==; X-IronPort-AV: E=McAfee;i="6500,9779,10588"; a="323811773" X-IronPort-AV: E=Sophos;i="5.97,211,1669104000"; d="scan'208";a="323811773" 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:24 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10588"; a="721151711" X-IronPort-AV: E=Sophos;i="5.97,211,1669104000"; d="scan'208";a="721151711" 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:24 -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 026/113] [MARKER] The start of TDX KVM patch series: KVM MMU GPA shared bits Date: Thu, 12 Jan 2023 08:31:34 -0800 Message-Id: <737694a280bcfe2abf8325b0c8faf33846f7a54a.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 KVM MMU GPA shared bits. 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 a4ee04271d66..88343749d4c2 100644 --- a/Documentation/virt/kvm/intel-tdx-layer-status.rst +++ b/Documentation/virt/kvm/intel-tdx-layer-status.rst @@ -10,6 +10,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. =20 Patch Layer status ------------------ @@ -17,12 +18,12 @@ Patch Layer status * TDX, VMX coexistence: Applied * TDX architectural definitions: Applied * TD VM creation/destruction: Applied -* TD vcpu creation/destruction: Applying +* TD vcpu creation/destruction: Applied * TDX EPT violation: Not yet * TD finalization: Not yet * TD vcpu enter/exit: Not yet * TD vcpu interrupts/exit/hypercall: Not yet =20 -* KVM MMU GPA shared bits: Not yet +* KVM MMU GPA shared bits: Applying * KVM TDP refactoring for TDX: Not yet * KVM TDP MMU hooks: Not yet --=20 2.25.1