From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 49D882007D250 for ; Wed, 2 Aug 2017 14:29:39 -0700 (PDT) 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 mx1.redhat.com (Postfix) with ESMTPS id 906EBC0587C9; Wed, 2 Aug 2017 21:31:49 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 906EBC0587C9 Authentication-Results: ext-mx08.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx08.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=lersek@redhat.com Received: from lacos-laptop-7.usersys.redhat.com (ovpn-116-47.phx2.redhat.com [10.3.116.47]) by smtp.corp.redhat.com (Postfix) with ESMTP id 594D3777E2; Wed, 2 Aug 2017 21:31:48 +0000 (UTC) From: Laszlo Ersek To: edk2-devel-01 Cc: Jordan Justen , Tom Lendacky , Ard Biesheuvel , Brijesh Singh References: <20170802212453.19221-1-lersek@redhat.com> Message-ID: <6f963958-f186-fa7a-0788-3451f1a47b01@redhat.com> Date: Wed, 2 Aug 2017 23:31:47 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <20170802212453.19221-1-lersek@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.32]); Wed, 02 Aug 2017 21:31:49 +0000 (UTC) Subject: Re: [PATCH 00/12] OvmfPkg/IoMmuDxe: cleanups and fixes X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Aug 2017 21:29:39 -0000 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit On 08/02/17 23:24, Laszlo Ersek wrote: > This series is proposed as a replacement (or a replacement "basis") for > patches #1 through #3 of Brijesh's series > > [PATCH v1 0/4] OvmfPkg : IoMmuDxe: BusMasterCommonBuffer support when > SEV is active > http://mid.mail-archive.com/1501529474-20550-1-git-send-email-brijesh.singh@amd.com I forgot to mention in the blurb that I have no access to SEV hardware (yet), so this is completely untested ;) It's only build-tested. It could cause demons to fly out of your nose! :) Thanks Laszlo