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 D0AE021D49181 for ; Fri, 4 Aug 2017 16:04:50 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 8BEDD83F42; Fri, 4 Aug 2017 23:07:03 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 8BEDD83F42 Authentication-Results: ext-mx03.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx03.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=lersek@redhat.com Received: from lacos-laptop-7.usersys.redhat.com (ovpn-116-20.phx2.redhat.com [10.3.116.20]) by smtp.corp.redhat.com (Postfix) with ESMTP id 8C8D45D9CE; Fri, 4 Aug 2017 23:07:02 +0000 (UTC) To: Brijesh Singh , edk2-devel@lists.01.org Cc: Tom Lendacky References: <1501801872-22626-1-git-send-email-brijesh.singh@amd.com> From: Laszlo Ersek Message-ID: <5868ebf8-1bba-cc22-a464-2b154dd6fd19@redhat.com> Date: Sat, 5 Aug 2017 01:07:01 +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: <1501801872-22626-1-git-send-email-brijesh.singh@amd.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.27]); Fri, 04 Aug 2017 23:07:03 +0000 (UTC) Subject: Re: [PATCH v3 0/1] Use BusMasterCommonBuffer to map FW_CFG_DMA_ACCESS 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: Fri, 04 Aug 2017 23:04:51 -0000 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Hi Brijesh, On 08/04/17 01:11, Brijesh Singh wrote: > The patch applies on top of Laszlo's IoMmuDxe cleanup series [1]. > > Commit is also available at https://github.com/codomania/edk2/tree/qemufwcfg-sev when pushing a new version of a series, it is best to include the version number in the branch name, so that the branches of the old versions are not disturbed. (No need to do anything about it right now, just saying for the future.) Thanks, Laszlo > > [1] https://lists.01.org/pipermail/edk2-devel/2017-August/012808.html > > Changes since v2: > * Changes to address v2 feedbacks. > > Changes since v1: > * Drop Patch 1 through 3, they are covered by Laszlo's cleanup series > * Rebase to the latest > > Brijesh Singh (1): > OvmfPkg/QemuFwCfgLib: Use BusMasterCommonBuffer to map > FW_CFG_DMA_ACCESS > > OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLibInternal.h | 42 +-- > OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgDxe.c | 330 ++++++++++++++++---- > OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib.c | 130 -------- > OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgPei.c | 99 +++--- > OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgSec.c | 58 +--- > 5 files changed, 367 insertions(+), 292 deletions(-) >