From nobody Sun May 5 05:49:39 2024 Delivered-To: importer@patchew.org Received-SPF: none (zoho.com: 192.237.175.120 is neither permitted nor denied by domain of lists.xenproject.org) client-ip=192.237.175.120; envelope-from=xen-devel-bounces@lists.xenproject.org; helo=lists.xenproject.org; Authentication-Results: mx.zohomail.com; spf=none (zoho.com: 192.237.175.120 is neither permitted nor denied by domain of lists.xenproject.org) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org ARC-Seal: i=1; a=rsa-sha256; t=1561023580; cv=none; d=zoho.com; s=zohoarc; b=m4snI2n14uh4N9mAzx/70y9oRLjiQFVDO1L6zAyIi0Rd5baJfIPvVZcFeX6Hxja/mNei/FFL2VE4xyNnCNYt06WEbjJjPhrFWg2CzMFoJZLpvDO4YVZkT1LykoQC9msZWBUhVb/Qkla2Q3H3uXf1NZt7lSHiUzsPx3rsfwlIOAM= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1561023580; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:List-Subscribe:List-Post:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To:ARC-Authentication-Results; bh=n9fhDPolGf0aqbhYnacefJU6EBI10UaG902UzxOXlVk=; b=PMPTRw5ALfi2HMOZwjAA5tb8oBEhGUGqm+Lv2n8SdnEuDKPU/Dka3aFaaNYxgPPLRUplPs9XyU1zLtIDWUyK2aTpfQ/9YYahi9yew32FF7cmKoJQWlYmGEb73fKq4iaOiRNDLV1kk/NbfkIYuzsWz2d2E6eeGONpR1XVQGh8mFQ= ARC-Authentication-Results: i=1; mx.zoho.com; spf=none (zoho.com: 192.237.175.120 is neither permitted nor denied by domain of lists.xenproject.org) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org Return-Path: Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) by mx.zohomail.com with SMTPS id 1561023580384836.4874578978591; Thu, 20 Jun 2019 02:39:40 -0700 (PDT) Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1hdtWE-0002FH-Op; Thu, 20 Jun 2019 09:38:10 +0000 Received: from all-amaz-eas1.inumbo.com ([34.197.232.57] helo=us1-amaz-eas2.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1hdtWD-0002FC-Ak for xen-devel@lists.xenproject.org; Thu, 20 Jun 2019 09:38:09 +0000 Received: from mx01.bbu.dsd.mx.bitdefender.com (unknown [91.199.104.161]) by us1-amaz-eas2.inumbo.com (Halon) with ESMTPS id 1a4ad648-933f-11e9-811d-37d16ccf195f; Thu, 20 Jun 2019 09:38:05 +0000 (UTC) Received: from smtp.bitdefender.com (smtp02.buh.bitdefender.net [10.17.80.76]) by mx01.bbu.dsd.mx.bitdefender.com (Postfix) with ESMTPS id 28E5E305D489; Thu, 20 Jun 2019 12:38:04 +0300 (EEST) Received: from bitdefender.com (unknown [195.189.155.70]) by smtp.bitdefender.com (Postfix) with ESMTPSA id 0C513306E4AC; Thu, 20 Jun 2019 12:38:04 +0300 (EEST) X-Inumbo-ID: 1a4ad648-933f-11e9-811d-37d16ccf195f From: Petre Pircalabu To: xen-devel@lists.xenproject.org Date: Thu, 20 Jun 2019 12:38:02 +0300 Message-Id: <12cad7df6e35f4cd53c48083ba9d6d7dd6169a38.1561023118.git.ppircalabu@bitdefender.com> X-Mailer: git-send-email 2.7.4 Subject: [Xen-devel] [PATCH v2] MAINTAINERS: Add myself as reviewer for vm_event X-BeenThere: xen-devel@lists.xenproject.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Cc: Petre Pircalabu , tamas@tklengyel.com, Wei Liu , rcojocaru@bitdefender.com, Konrad Rzeszutek Wilk , George Dunlap , Andrew Cooper , Ian Jackson , Tim Deegan , Julien Grall , Stefano Stabellini , Jan Beulich MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" Signed-off-by: Petre Pircalabu --- Changes in v2: - Added designated reviewer after maintainer list --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index ab32e7f..0658bcc 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -413,6 +413,7 @@ F: unmodified_drivers/linux-2.6/ VM EVENT, MEM ACCESS and MONITOR M: Razvan Cojocaru M: Tamas K Lengyel +R: Petre Pircalabu S: Supported F: tools/tests/xen-access F: xen/arch/*/monitor.c --=20 2.7.4 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel