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.8339.1639380657285426967 for ; Sun, 12 Dec 2021 23:30:57 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=F+ixD9+Q; 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=1639380655; 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: content-transfer-encoding:content-transfer-encoding; bh=BmD/C7vlyRnmjxhuniuTvE001+xJ4Iw3U0awi846Vp4=; b=F+ixD9+QUgCWJaO35NvtDPaCbT2xp/ozBTd02ZuLn8eO0MOzzXTxaT+2YYJA2VlaOSRToL wiqjqUYLtMao0GX//DCP2Oio1hq1/0aLnESIOcNfq2/amkbLGP8WXP+QCBV/AjCTeqqDxD 4hhvar8t2hQC2ilO08rkg1WzWlu8fXE= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-580-WszGPMNQN6KMmK6538Lm-A-1; Mon, 13 Dec 2021 02:30:52 -0500 X-MC-Unique: WszGPMNQN6KMmK6538Lm-A-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 53476801B0F; Mon, 13 Dec 2021 07:30:51 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.192.14]) by smtp.corp.redhat.com (Postfix) with ESMTPS id C3A035D6D7; Mon, 13 Dec 2021 07:30:50 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 856C6180009C; Mon, 13 Dec 2021 08:30:48 +0100 (CET) From: "Gerd Hoffmann" To: devel@edk2.groups.io Cc: Jiewen Yao , Peter Grehan , Pawel Polawski , Jordan Justen , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= , Ard Biesheuvel , Rebecca Cran , Gerd Hoffmann Subject: [PATCH 0/2] two sev build fixes Date: Mon, 13 Dec 2021 08:30:46 +0100 Message-Id: <20211213073048.3437320-1-kraxel@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 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="utf-8" Content-Transfer-Encoding: 8bit Gerd Hoffmann (2): OvmfPkg/Microvm: add PcdConfidentialComputingGuestAttr OvmfPkg/Bhyve: add MemEncryptSevLib OvmfPkg/Bhyve/BhyveX64.dsc | 1 + OvmfPkg/Microvm/MicrovmX64.dsc | 3 +++ 2 files changed, 4 insertions(+) -- 2.33.1