From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.81]) by mx.groups.io with SMTP id smtpd.web11.11014.1589459510278982003 for ; Thu, 14 May 2020 05:31:50 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=OYvIzpUF; spf=pass (domain: redhat.com, ip: 207.211.31.81, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1589459509; 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=M+mU35W2yfOJXL7CfEeVlLo/+F1lEeMCmbBpCybhTCQ=; b=OYvIzpUFQDzzkIm29YvkflnqFldt9EyApGFcmCq1O+tzmuEkqqfqHYqjWR9ZZ2KPi0zd8N yPhwt2IMNLkDXbpO/GG9OUDcYaux5ZW3blOccbOMx+DekygrNw5l5bhTBmbt7Mmk6r4GYq vIudgMhHYT7pinu+fsg/mW7Ov9liPoE= 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-295-3RoQjSxHMfa3lX10bnwp8Q-1; Thu, 14 May 2020 08:31:44 -0400 X-MC-Unique: 3RoQjSxHMfa3lX10bnwp8Q-1 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 mimecast-mx01.redhat.com (Postfix) with ESMTPS id 8F5F7107ACF3; Thu, 14 May 2020 12:31:42 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-113-179.ams2.redhat.com [10.36.113.179]) by smtp.corp.redhat.com (Postfix) with ESMTP id C92B35D9CA; Thu, 14 May 2020 12:31:40 +0000 (UTC) Subject: Re: [edk2-devel] [PATCH v1 11/11] Maintainer.txt: Add Kvmtool emulated plat maintainer To: devel@edk2.groups.io, sami.mujawar@arm.com Cc: ard.biesheuvel@arm.com, leif@nuviainc.com, michael.d.kinney@intel.com, Matteo.Carlini@arm.com, Laura.Moretta@arm.com, nd@arm.com References: <20200514084019.71368-1-sami.mujawar@arm.com> <20200514084019.71368-12-sami.mujawar@arm.com> From: "Laszlo Ersek" Message-ID: <94ed98c0-2d29-ee80-56fd-ecf98dfa2673@redhat.com> Date: Thu, 14 May 2020 14:31:39 +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: <20200514084019.71368-12-sami.mujawar@arm.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 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 05/14/20 10:40, Sami Mujawar wrote: > Kvmtool is a virtual machine manager that can be used > to launch guest partitions. It additionally emulates > some hardware components e.g. RTC, CFI etc. essentially > providing an emulated virtual platform for a guest > operating system (OS) to run. > > A standards-based OS would need UEFI firmware support > for the Kvmtool emulated platform, for which additional > modules are added to ArmVirtPkg. > Adding myself as maintainer for these modules as > advised on mailing list discussion at > https://edk2.groups.io/g/devel/topic/30915279#30693 > > Signed-off-by: Sami Mujawar > --- > Maintainers.txt | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/Maintainers.txt b/Maintainers.txt > index 896ac5821fc6602e25db79b9aa47e4c2329c530b..3006bc1ea2feb224f0f710831466c5a6a876e3ee 100644 > --- a/Maintainers.txt > +++ b/Maintainers.txt > @@ -152,6 +152,13 @@ F: ArmVirtPkg/XenPlatformHasAcpiDtDxe/ > F: ArmVirtPkg/XenioFdtDxe/ > R: Julien Grall > > +ArmVirtPkg: Kvmtool emulated platform support > +F: ArmVirtPkg/ArmVirtKvmTool.* > +F: ArmVirtPkg/KvmtoolPlatformDxe/ > +F: ArmVirtPkg/Library/KvmtoolVirtMemInfoLib/ > +F: ArmVirtPkg/Library/NorFlashKvmtoolLib/ > +M: Sami Mujawar > + > BaseTools > F: BaseTools/ > W: https://github.com/tianocore/tianocore.github.io/wiki/BaseTools > Reviewed-by: Laszlo Ersek