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.web08.624.1635864032508148282 for ; Tue, 02 Nov 2021 07:40:32 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=Aw5F7hrJ; 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=1635864031; 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=USwTO4IsLpaZfil1DEGj0ThinI0apLI2IyAYV6deU2w=; b=Aw5F7hrJ2gW1cpszFPeWnralGdVS66nJFsp9+pJ36QmExYIJ2cKtDRIE0grmAC7hILOB8/ 5Uzp8O2+UlPpcNX4J8SdJ9e3imIMf+fOMIwG4FJ9hG/ohhXnwwMTx2G4XSPmGz2q3qR7Sc dRXNtxXUfg9K6F35j+oq3MJ+B2o+I3c= 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-212-D8T8p3mmNv2IJ7KJhThNgw-1; Tue, 02 Nov 2021 10:40:26 -0400 X-MC-Unique: D8T8p3mmNv2IJ7KJhThNgw-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 0DF9A814508; Tue, 2 Nov 2021 14:37:02 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.194.99]) by smtp.corp.redhat.com (Postfix) with ESMTPS id A14405C1C5; Tue, 2 Nov 2021 14:37:01 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id D15DE180092D; Tue, 2 Nov 2021 15:36:54 +0100 (CET) Date: Tue, 2 Nov 2021 15:36:54 +0100 From: "Gerd Hoffmann" To: Min Xu Cc: devel@edk2.groups.io, Michael Roth , Ray Ni , Rahul Kumar , Eric Dong , James Bottomley , Jiewen Yao , Tom Lendacky , Jordan Justen , Ard Biesheuvel , Erdem Aktas Subject: Re: [PATCH V3 13/29] MdePkg: Add macro to check SEV/TDX guest Message-ID: <20211102143654.erdefdkbnwacwa6v@sirius.home.kraxel.org> References: <6de8782f0aa99e61bfe745973ba7546f91575e52.1635769996.git.min.m.xu@intel.com> MIME-Version: 1.0 In-Reply-To: <6de8782f0aa99e61bfe745973ba7546f91575e52.1635769996.git.min.m.xu@intel.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 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 Mon, Nov 01, 2021 at 09:16:02PM +0800, Min Xu wrote: > RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3429 > > Add macros CC_GUEST_IS_TDX/CC_GUEST_IS_SEV to check SEV/TDX guest. > > Cc: Michael Roth > Cc: Ray Ni > Cc: Rahul Kumar > Cc: Eric Dong > Cc: James Bottomley > Cc: Min Xu > Cc: Jiewen Yao > Cc: Tom Lendacky > Cc: Jordan Justen > Cc: Ard Biesheuvel > Cc: Erdem Aktas > Cc: Gerd Hoffmann > Signed-off-by: Min Xu Acked-by: Gerd Hoffmann take care, Gerd