From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mx.groups.io with SMTP id smtpd.web09.170.1631794871716668257 for ; Thu, 16 Sep 2021 05:21:11 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=O28NSqqe; spf=pass (domain: redhat.com, ip: 170.10.129.124, mailfrom: kraxel@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1631794870; 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=f/E1szK+eom+JNOMhj0jYBBYOZXDsKe4QUTOFC0UckA=; b=O28NSqqe1XCTj0TnSgpAlB50sEVeNGNRKfyNLEYAscMLVTYgOa6zkh+ECeyxv2XdCYhF9J lRpU3PaWvbkIR99PeYzNj21A9TOVmtJtpWu+IeddhPJRN2bEOVrE2E1/ERXqoOLJtIRkU4 KkbQYWI//9rDwJ02KNEyoiAoDkumFI0= 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-5-Hi0r40zuPWijN7jhyzjK-Q-1; Thu, 16 Sep 2021 08:21:09 -0400 X-MC-Unique: Hi0r40zuPWijN7jhyzjK-Q-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 707571084693; Thu, 16 Sep 2021 12:21:07 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.192.91]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 31C9060583; Thu, 16 Sep 2021 12:21:07 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id D7DAD18009EC; Thu, 16 Sep 2021 14:20:27 +0200 (CEST) From: "Gerd Hoffmann" To: devel@edk2.groups.io Cc: Jordan Justen , Gerd Hoffmann , Jiewen Yao , Julien Grall , Stefan Berger , Leif Lindholm , Ard Biesheuvel , Andrew Fish , Michael D Kinney , =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= , Anthony Perard , Jiewen Yao Subject: [PATCH v4 20/20] OvmfPkg/Microvm: add Maintainers.txt entry Date: Thu, 16 Sep 2021 14:20:27 +0200 Message-Id: <20210916122027.2352393-21-kraxel@redhat.com> In-Reply-To: <20210916122027.2352393-1-kraxel@redhat.com> References: <20210916122027.2352393-1-kraxel@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=kraxel@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=3599 Signed-off-by: Gerd Hoffmann Reviewed-by: Jiewen Yao --- Maintainers.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Maintainers.txt b/Maintainers.txt index 41f491bcaed1..52f9aa99ac7d 100644 --- a/Maintainers.txt +++ b/Maintainers.txt @@ -440,6 +440,12 @@ F: OvmfPkg/Library/ResetSystemLib/BaseResetSystemLibBhyve.inf R: Rebecca Cran [bcran] R: Peter Grehan [grehan-freebsd] +OvmfPkg: microvm-related modules +F: OvmfPkg/Microvm/ +F: OvmfPkg/Include/IndustryStandard/Microvm.h +F: OvmfPkg/Library/ResetSystemLib/*Microvm.* +R: Gerd Hoffmann [kraxel] + OvmfPkg: CSM modules F: OvmfPkg/Csm/ R: David Woodhouse [dwmw2] -- 2.31.1