From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-1.mimecast.com (us-smtp-delivery-1.mimecast.com [205.139.110.61]) by mx.groups.io with SMTP id smtpd.web09.21755.1574329718599407271 for ; Thu, 21 Nov 2019 01:48:38 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=g8YOLi1Y; spf=pass (domain: redhat.com, ip: 205.139.110.61, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1574329717; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=WHYhXrrTnFQL+Z+5JL8ELkocwvxAD9FPyNqVT3UnpXE=; b=g8YOLi1YdBRs1pGXNHOa+QQ1RiJXzciITHo3w3r2NqxIfpbl99cwykqw+yOBkBz6yMLKj/ v5maNVaLxxBCFK18qT0auwKbpoNsbltRy8NQ9xPJCCkEucu6l1VFmO2UTMKKJLUyUuWqqE 0QmyDBv6/tL6KLajqM04J9rHkkMXAes= 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-302-sqqPdxyPOlSHKbjmAR8SVQ-1; Thu, 21 Nov 2019 04:48:34 -0500 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 7FA0C109D091; Thu, 21 Nov 2019 09:48:33 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-116-197.ams2.redhat.com [10.36.116.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id E5CF560BCC; Thu, 21 Nov 2019 09:48:32 +0000 (UTC) Subject: Re: [edk2-devel] [RFC PATCH v3 00/43] SEV-ES guest support From: "Laszlo Ersek" To: devel@edk2.groups.io, thomas.lendacky@amd.com References: <80885446-5507-9df8-10e0-b701ccf6fd2a@redhat.com> Message-ID: Date: Thu, 21 Nov 2019 10:48:32 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <80885446-5507-9df8-10e0-b701ccf6fd2a@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-MC-Unique: sqqPdxyPOlSHKbjmAR8SVQ-1 X-Mimecast-Spam-Score: 0 Content-Language: en-US Content-Type: text/plain; charset=WINDOWS-1252 Content-Transfer-Encoding: quoted-printable On 11/21/19 10:45, Laszlo Ersek wrote: > On 11/20/19 21:06, Lendacky, Thomas wrote: >=20 >> Changes since v2: >> - Added a way to locate the SEV-ES fixed AP RIP address for starting >> AP's to avoid updating the actual flash image (build time location >> that is identified with a GUID value). >=20 > Good news! But... >=20 >> - Create a VmgExit library to replace static inline functions. >> - Move some PCDs to the appropriate packages >> - Add support for writing to QEMU flash under SEV-ES >=20 > this confuses me. >=20 > Anyway I'll check the patches. Ah, I think this might refer to VmgMmioWrite() in [edk2-devel] [RFC PATCH v3 07/43] UefiCpuPkg: Implement library support for VMGEXIT and [edk2-devel] [RFC PATCH v3 32/43] OvmfPkg/QemuFlashFvbServicesRuntimeDxe: Bypass flash detection with SEV-ES is enabled So I think I do understand the reference in the blurb now. Thanks! Laszlo