From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-1.mimecast.com (us-smtp-1.mimecast.com [205.139.110.120]) by mx.groups.io with SMTP id smtpd.web12.4354.1591870907157779002 for ; Thu, 11 Jun 2020 03:21:47 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=Vdm/rZH0; spf=pass (domain: redhat.com, ip: 205.139.110.120, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1591870906; 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: in-reply-to:in-reply-to:references:references; bh=4l90JPZ8s9ZXrEICewOr2cSGaSmZB9BWavX82d+7PEw=; b=Vdm/rZH0jiQmEabv4cpH9wY3Vsh8gpS8eXtZlSo8TOU0YkcW4TJa3gBTVl2fmGaVfPZ64f qAnOeqneIblW5uXqbW4OA0YwVZQ2QjYqM8ger2sqQKJ1Z89htcxFV6PagRJjl24C2432ij wb50hFAjI3Gl2rx/6FoDGaMcWRW7wIo= 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-114-deDNR6MTOiyRlEZ-za1CGw-1; Thu, 11 Jun 2020 06:21:42 -0400 X-MC-Unique: deDNR6MTOiyRlEZ-za1CGw-1 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 CBBF7835B42; Thu, 11 Jun 2020 10:21:40 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-114-21.ams2.redhat.com [10.36.114.21]) by smtp.corp.redhat.com (Postfix) with ESMTP id 80C4682030; Thu, 11 Jun 2020 10:21:38 +0000 (UTC) Subject: Re: [PATCH v9 46/46] Maintainers.txt: Add reviewers for the OvmfPkg SEV-related files To: Tom Lendacky , devel@edk2.groups.io, Brijesh Singh Cc: Ard Biesheuvel , Eric Dong , Jordan Justen , Liming Gao , Michael D Kinney , Ray Ni , Andrew Fish , Leif Lindholm References: <3c6aa60ce5427cef802fdba089508cc2e5357870.1591363657.git.thomas.lendacky@amd.com> From: "Laszlo Ersek" Message-ID: <472f4013-3eb8-5619-ff31-fb3715d2b3c1@redhat.com> Date: Thu, 11 Jun 2020 12:21:37 +0200 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: <3c6aa60ce5427cef802fdba089508cc2e5357870.1591363657.git.thomas.lendacky@amd.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Language: en-US Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit On 06/05/20 15:27, Tom Lendacky wrote: > Register reviewers for the SEV-related files in OvmfPkg. > > Cc: Andrew Fish > Cc: Laszlo Ersek > Cc: Leif Lindholm > Cc: Michael D Kinney > Cc: Brijesh Singh > Reviewed-by: Laszlo Ersek > Signed-off-by: Tom Lendacky > --- > Maintainers.txt | 10 ++++++++++ > 1 file changed, 10 insertions(+) > > diff --git a/Maintainers.txt b/Maintainers.txt > index 896ac5821fc6..2aa0148e9a97 100644 > --- a/Maintainers.txt > +++ b/Maintainers.txt > @@ -441,6 +441,16 @@ F: OvmfPkg/PvScsiDxe/ > R: Liran Alon > R: Nikita Leshenko > > +OvmfPkg: SEV-related modules > +F: OvmfPkg/AmdSevDxe/ > +F: OvmfPkg/Include/Library/MemEncryptSevLib.h > +F: OvmfPkg/IoMmuDxe/AmdSevIoMmu.* > +F: OvmfPkg/Library/BaseMemEncryptSevLib/ > +F: OvmfPkg/Library/VmgExitLib/ > +F: OvmfPkg/PlatformPei/AmdSev.c > +R: Tom Lendacky > +R: Brijesh Singh > + > PcAtChipsetPkg > F: PcAtChipsetPkg/ > W: https://github.com/tianocore/tianocore.github.io/wiki/PcAtChipsetPkg > Thanks! Brijesh, can you please re-ACK this patch? Thanks, Laszlo