From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=209.132.183.28; helo=mx1.redhat.com; envelope-from=lersek@redhat.com; receiver=edk2-devel@lists.01.org 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 7D288203525F0 for ; Tue, 24 Oct 2017 06:12:33 -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 B1F61CD4CA; Tue, 24 Oct 2017 13:16:16 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com B1F61CD4CA Authentication-Results: ext-mx09.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx09.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=lersek@redhat.com Received: from lacos-laptop-7.usersys.redhat.com (ovpn-120-52.rdu2.redhat.com [10.10.120.52]) by smtp.corp.redhat.com (Postfix) with ESMTP id D68CA5C8A1; Tue, 24 Oct 2017 13:16:14 +0000 (UTC) To: "Shi, Steven" , edk2-devel-01 Cc: "Ni, Ruiyu" , "Dong, Eric" , Andrew Fish , Leif Lindholm , "Kinney, Michael D" References: <20171024105312.18143-1-lersek@redhat.com> <06C8AB66E78EE34A949939824ABE2B313B5BBF46@shsmsx102.ccr.corp.intel.com> From: Laszlo Ersek Message-ID: Date: Tue, 24 Oct 2017 15:16:13 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <06C8AB66E78EE34A949939824ABE2B313B5BBF46@shsmsx102.ccr.corp.intel.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.38]); Tue, 24 Oct 2017 13:16:16 +0000 (UTC) Subject: Re: [PATCH] Maintainers.txt: add Laszlo Ersek as UefiCpuPkg reviewer 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: Tue, 24 Oct 2017 13:12:33 -0000 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Hi Steven, On 10/24/17 13:02, Shi, Steven wrote: > Hi Laszlo, > I happen hope to know how to well test the IOMMU/VT-D feature on OVMF. Can you give me some hints? first of all, please let us not discuss questions that are unrelated to a patch under that patch. If you have a question about OVMF, I'm happy to talk about it, in a separate thread -- just email edk2 and CC me; but not in response to an unrelated patch. Second, I'm not sure what level of vt-d emulation QEMU provides. I suggest asking the question on the qemu-devel mailing list. If QEMU emulates vt-d closely enough, then bringing the edk2 vt-d modules into OVMF might suffice. Thanks Laszlo > > > Steven Shi > Intel\SSG\STO\UEFI Firmware > > Tel: +86 021-61166522 > iNet: 821-6522 > >> -----Original Message----- >> From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of >> Laszlo Ersek >> Sent: Tuesday, October 24, 2017 6:53 PM >> To: edk2-devel-01 >> Cc: Ni, Ruiyu ; Dong, Eric ; >> Andrew Fish ; Leif Lindholm ; >> Kinney, Michael D >> Subject: [edk2] [PATCH] Maintainers.txt: add Laszlo Ersek as UefiCpuPkg >> reviewer >> >> UefiCpuPkg hosts a number of modules (SMM infrastructure, >> MP-initialization) that may behave differently enough between >> virtualization guests and physical boards that they merit regression >> testing and review specifically from a virtualization perspective. >> >> Add Laszlo as a UefiCpuPkg reviewer (not maintainer) so that he be CC'd on >> all UefiCpuPkg patches. >> >>> R: Package Reviewer: Cc address for patches and questions. Reviewers >>> help maintainers review code, but don't have push access. >> >> Cc: Andrew Fish >> Cc: Eric Dong >> Cc: Jeff Fan >> Cc: Leif Lindholm >> Cc: Michael D Kinney >> Cc: Ruiyu Ni >> Contributed-under: TianoCore Contribution Agreement 1.1 >> Signed-off-by: Laszlo Ersek >> --- >> >> Notes: >> Recently there have been two UefiCpuPkg patches on the list that have >> each spent hardly more than 24 hours in review: >> >> * d76c2da8d50d ("MdeModulePkg/PiSmmCore: Install Protocol when S3 >> resume >> finished.", 2017-10-11), >> >> * 0594ec417c89 ("UefiCpuPkg/MpInitLib: Enhance waiting for AP >> initialization logic.", 2017-10-23). >> >> Both times, I was out of office, and didn't get a chance to comment. The >> first commit broke OVMF: >> >> http://mid.mail-archive.com/8d678707-fb07-0326-acfd- >> 878bb7e8c5d6@redhat.com >> https://github.com/tianocore/edk2/commit/152e8d7670d5 >> >> while the second commit has a good chance to break OVMF on at least >> some >> virt hosts: >> >> https://lists.01.org/pipermail/edk2-devel/2017-October/016309.html >> >> I was not CC'd either time. Had I been CC'd, the automated out-of-office >> reply that I always set up would have been received on the submitter's >> side, and I could have tested and/or commented on the patches in >> question, before they were pushed. >> >> My intent as a UefiCpuPkg Reviewer is to be inserted in the patch review >> process for UefiCpuPkg. I should be explicitly CC'd; and my feedback >> should please be waited upon. I think I've proved myself reasonably >> responsive; I intend to follow up in a few days every time. My review >> should definitely not replace Eric's review, but I'd like to get an >> *official* chance to raise questions before a patch is pushed. Whenever >> I have nothing to add, I'll send an Acked-by. Thanks. >> >> Maintainers.txt | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/Maintainers.txt b/Maintainers.txt >> index c1a5723af9db..297a9bfd2b56 100644 >> --- a/Maintainers.txt >> +++ b/Maintainers.txt >> @@ -245,6 +245,7 @@ M: Jaben Carsey >> UefiCpuPkg >> W: https://github.com/tianocore/tianocore.github.io/wiki/UefiCpuPkg >> M: Eric Dong >> +R: Laszlo Ersek >> >> UnixPkg >> W: https://github.com/tianocore/tianocore.github.io/wiki/UnixPkg >> -- >> 2.14.1.3.gb7cf6e02401b >> >> _______________________________________________ >> edk2-devel mailing list >> edk2-devel@lists.01.org >> https://lists.01.org/mailman/listinfo/edk2-devel