From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by mx.groups.io with SMTP id smtpd.web12.3854.1630406755927140519 for ; Tue, 31 Aug 2021 03:45:56 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=Ipu8GAP/; spf=pass (domain: redhat.com, ip: 216.205.24.124, mailfrom: kraxel@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1630406755; 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=NZdpQk3ATT8g5aDspsUDVTxse0X+jYX2iFHjYkYhzgY=; b=Ipu8GAP/o/yh6IdfI48C6X7yJ/3G98MeuTZM2RzTj5RYHAaUdl9ahDtCd/sYPpH1K6J0kk lSjHzo5Za8VnfZrEDMQBcR9GFk7h/NqoTphcXk2U/zb9rSqPhb8CYWWqypY60T0/FWYeaD ph8uatNWXW7fQWt3wXsalpuINzRdq1Y= 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-385-eHK5SRbuMVuxflyNZfU_bw-1; Tue, 31 Aug 2021 06:45:47 -0400 X-MC-Unique: eHK5SRbuMVuxflyNZfU_bw-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 2C285802920; Tue, 31 Aug 2021 10:45:43 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.192.91]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 82ABF19C44; Tue, 31 Aug 2021 10:45:42 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id D975F1800936; Tue, 31 Aug 2021 12:45:40 +0200 (CEST) Date: Tue, 31 Aug 2021 12:45:40 +0200 From: "Gerd Hoffmann" To: devel@edk2.groups.io, min.m.xu@intel.com Cc: Brijesh Singh , Eric Dong , Erdem Aktas , Hao A Wu , Jian J Wang , James Bottomley , Jiewen Yao , Liming Gao , Michael D Kinney , Ray Ni , Rahul Kumar , Tom Lendacky , Zhiguang Liu Subject: Re: [edk2-devel] [PATCH 00/23] Enable Intel TDX in OvmfPkg (SEC/PEI) Message-ID: <20210831104540.4um7x5zz4aq3oaq6@sirius.home.kraxel.org> References: MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 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 Hi, > [TDX]: https://software.intel.com/content/dam/develop/external/us/en/ > documents/tdx-whitepaper-final9-17.pdf So, coming back to this after reading through a bunch of docs and patches with some high-level questions. The whitepaper lists two ovmf configs: (1) config-a, supporting normal/sev/tdx with basic features. (2) config-b, supporting normal/tdx with more features. What of this is implemented by this patch series? config-a? completely? parts of it? The whitepaper also doesn't explain very well why we have two configurations in the first place. It describes *what* are the differences but not *why* they are there. Apparently some of the additional features supported by config-b are either more difficult or impossible to implement in config-a. Is that correct? Is that explained in more detail somewhere? thanks, Gerd