From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web10.11402.1593094190672706455 for ; Thu, 25 Jun 2020 07:09:50 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: ard.biesheuvel@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 58DFBC0A; Thu, 25 Jun 2020 07:09:50 -0700 (PDT) Received: from [192.168.1.69] (unknown [10.37.8.29]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id BF8C53F73C; Thu, 25 Jun 2020 07:09:48 -0700 (PDT) Subject: Re: [PATCH v3 15/15] Maintainer.txt: Add Kvmtool platform reviewer To: Sami Mujawar , devel@edk2.groups.io Cc: leif@nuviainc.com, michael.d.kinney@intel.com, Matteo.Carlini@arm.com, Laura.Moretta@arm.com, nd@arm.com References: <20200624133458.61920-1-sami.mujawar@arm.com> <20200624133458.61920-16-sami.mujawar@arm.com> From: "Ard Biesheuvel" Message-ID: Date: Thu, 25 Jun 2020 16:09:46 +0200 User-Agent: Mozilla/5.0 (X11; Linux aarch64; rv:68.0) Gecko/20100101 Thunderbird/68.9.0 MIME-Version: 1.0 In-Reply-To: <20200624133458.61920-16-sami.mujawar@arm.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit On 6/24/20 3:34 PM, 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 a virtual platform for a guest operating > system (OS) to run. > > A standards-based OS would need UEFI firmware support > for the Kvmtool virtual platform, for which additional > modules are added to ArmVirtPkg. > Adding myself as reviewer for these modules as > advised on mailing list discussion at > - https://edk2.groups.io/g/devel/topic/30915279#30693 > - https://edk2.groups.io/g/devel/topic/74200911#59650 > > Signed-off-by: Sami Mujawar > Reviewed-by: Laszlo Ersek Reviewed-by: Ard Biesheuvel > --- > > Notes: > v3: > - Updated Maintainers.txt to add reviewer for Kvmtool platform. [Sami] > Ref: https://edk2.groups.io/g/devel/topic/74200911#59650 > > Maintainers.txt | 10 ++++++++++ > 1 file changed, 10 insertions(+) > > diff --git a/Maintainers.txt b/Maintainers.txt > index 32c9003a6209f38da4e422191a4ae327fd166dc0..2d9aefa6ed3181553ce908ddd85d6078fd5f829c 100644 > --- a/Maintainers.txt > +++ b/Maintainers.txt > @@ -152,6 +152,16 @@ F: ArmVirtPkg/XenPlatformHasAcpiDtDxe/ > F: ArmVirtPkg/XenioFdtDxe/ > R: Julien Grall > > +ArmVirtPkg: Kvmtool emulated platform support > +F: ArmVirtPkg/ArmVirtKvmTool.* > +F: ArmVirtPkg/KvmtoolPlatformDxe/ > +F: ArmVirtPkg/Library/Fdt16550SerialPortHookLib/ > +F: ArmVirtPkg/Library/KvmtoolPlatformPeiLib/ > +F: ArmVirtPkg/Library/KvmtoolRtcFdtClientLib/ > +F: ArmVirtPkg/Library/KvmtoolVirtMemInfoLib/ > +F: ArmVirtPkg/Library/NorFlashKvmtoolLib/ > +R: Sami Mujawar > + > BaseTools > F: BaseTools/ > W: https://github.com/tianocore/tianocore.github.io/wiki/BaseTools >