From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mx.groups.io with SMTP id smtpd.web11.1372.1635483183371235064 for ; Thu, 28 Oct 2021 21:53:03 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=EbdTqQPa; spf=pass (domain: redhat.com, ip: 170.10.133.124, mailfrom: kraxel@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1635483181; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=yratla7/uFU51cjmvv1Ian8+5ZSL45m0YJxzf0R6BzE=; b=EbdTqQPaUBx13gJH51SjHqD/cl8eZpx73GfNgALlEjAmLlOxLZnzn+IDgZde1JqpwL88lE xCUmnYChH3w9FcWlQPo2wbHxCkDsUNvswPiubNS9flZMJb+1dVD5yLtwXAMcDId9Bkc7sQ zQQA98InVBumLOoHeCak4jPp7c3r0R0= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-280-KMOFZQBINxeaG-WJou3kJw-1; Fri, 29 Oct 2021 00:52:54 -0400 X-MC-Unique: KMOFZQBINxeaG-WJou3kJw-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id D1C5618125C3; Fri, 29 Oct 2021 04:52:52 +0000 (UTC) Received: from sirius.home.kraxel.org (ovpn-112-241.phx2.redhat.com [10.3.112.241]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 1D14A60C13; Fri, 29 Oct 2021 04:52:52 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id BEBC01800393; Fri, 29 Oct 2021 06:52:49 +0200 (CEST) Date: Fri, 29 Oct 2021 06:52:49 +0200 From: "Gerd Hoffmann" To: "Yao, Jiewen" Cc: Tom Lendacky , Brijesh Singh , "Xu, Min M" , "sami.mujawar@arm.com" , "devel@edk2.groups.io" , Erdem Aktas , James Bottomley , "Dong, Eric" , "Ni, Ray" , "Kumar, Rahul1" Subject: Re: [edk2-devel] [PATCH V2 12/28] UefiCpuPkg/CpuExceptionHandler: Add base support for the #VE exception Message-ID: <20211029045249.73cvvuhuh7q7dzum@sirius.home.kraxel.org> References: <20211026061148.omqerrswnpgs3jin@sirius.home.kraxel.org> <20211026102458.pvzp5nxyegq7ftuu@sirius.home.kraxel.org> <20211027071935.a4l3aiiu6uaaqdvl@sirius.home.kraxel.org> MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=kraxel@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Oct 29, 2021 at 12:17:05AM +0000, Yao, Jiewen wrote: > I am OK to use EFI_CC_MEASUREMENT_PROTOCOL to replace EFI_TEE_MEASUREMENT_PROTOCOL. (much better than COCO) Looks good to me. The PCD uses the term ConfidentialComputing too, so using that or 'CC' as shortcut consistently everywhere makes sense. take care, Gerd