From patchwork Wed Mar 13 18:41:25 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Paul Durrant X-Patchwork-Id: 13591817 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 56AEAC54E60 for ; Wed, 13 Mar 2024 18:41:46 +0000 (UTC) Received: from list by lists.xenproject.org with outflank-mailman.692726.1080118 (Exim 4.92) (envelope-from ) id 1rkTXl-0006NN-Gc; Wed, 13 Mar 2024 18:41:37 +0000 X-Outflank-Mailman: Message body and most headers restored to incoming version Received: by outflank-mailman (output) from mailman id 692726.1080118; Wed, 13 Mar 2024 18:41:37 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1rkTXl-0006NG-DC; Wed, 13 Mar 2024 18:41:37 +0000 Received: by outflank-mailman (input) for mailman id 692726; Wed, 13 Mar 2024 18:41:36 +0000 Received: from mail.xenproject.org ([104.130.215.37]) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1rkTXk-0006N8-2C for xen-devel@lists.xenproject.org; Wed, 13 Mar 2024 18:41:36 +0000 Received: from xenbits.xenproject.org ([104.239.192.120]) by mail.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1rkTXj-0004uH-Us; Wed, 13 Mar 2024 18:41:35 +0000 Received: from ec2-63-33-11-17.eu-west-1.compute.amazonaws.com ([63.33.11.17] helo=REM-PW02S00X.ant.amazon.com) by xenbits.xenproject.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1rkTXj-0002Ct-Hp; Wed, 13 Mar 2024 18:41:35 +0000 X-BeenThere: xen-devel@lists.xenproject.org List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xenproject.org Precedence: list Sender: "Xen-devel" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=xen.org; s=20200302mail; h=Content-Transfer-Encoding:Content-Type:MIME-Version: Message-Id:Date:Subject:Cc:To:From; bh=N9fRCgST6Y0xZgmCssbdnEf4QwnDWFyNxFJ9at5808g=; b=eP/fvdhG/fEQXgzkEhzn5A6z+c h1qNDJopJyJnCtrjxh6SpgTK7XVpuY/byHAdVHB/EBgxpYGvtm0toBBeijEUBi3a3MNZ4opjb1bFP E24PiY4GU0WG/GFWxhPwTV1WMzZRZp3q8b/0GlN4jzdOyI9yXM3pu0RYX4NEEDEMmJnE=; From: Paul Durrant To: xen-devel@lists.xenproject.org Cc: Paul Durrant , Andrew Cooper , George Dunlap , Jan Beulich , Julien Grall , Stefano Stabellini , Wei Liu Subject: [PATCH] MAINTAINERS: Remove myself from several subsystems Date: Wed, 13 Mar 2024 18:41:25 +0000 Message-Id: <20240313184125.39185-1-paul@xen.org> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 From: Paul Durrant I am not as actively involved with the Xen project as I once was so I need to relinquish some of my maintainer responsibilities: IOMMU and I/O emulation. NOTE: Since I am sole maintainer for I/O EMULATION (IOREQ) and X86 I/O EMULATION, these sections are removed. Signed-off-by: Paul Durrant Acked-by: Stefano Stabellini --- Cc: Andrew Cooper Cc: George Dunlap Cc: Jan Beulich Cc: Julien Grall Cc: Stefano Stabellini Cc: Wei Liu --- MAINTAINERS | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 56a6932037fe..b2cc3cc3921b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -358,7 +358,6 @@ F: xen/drivers/passthrough/vtd/ IOMMU VENDOR INDEPENDENT CODE M: Jan Beulich -M: Paul Durrant R: Roger Pau Monné S: Supported F: xen/drivers/passthrough/ @@ -368,13 +367,6 @@ X: xen/drivers/passthrough/vtd/ X: xen/drivers/passthrough/device_tree.c F: xen/include/xen/iommu.h -I/O EMULATION (IOREQ) -M: Paul Durrant -S: Supported -F: xen/common/ioreq.c -F: xen/include/xen/ioreq.h -F: xen/include/public/hvm/ioreq.h - KCONFIG M: Doug Goldstein S: Supported @@ -608,18 +600,6 @@ F: tools/misc/xen-cpuid.c F: tools/tests/cpu-policy/ F: tools/tests/x86_emulator/ -X86 I/O EMULATION -M: Paul Durrant -S: Supported -F: xen/arch/x86/hvm/emulate.c -F: xen/arch/x86/hvm/intercept.c -F: xen/arch/x86/hvm/io.c -F: xen/arch/x86/hvm/ioreq.c -F: xen/arch/x86/include/asm/hvm/emulate.h -F: xen/arch/x86/include/asm/hvm/io.h -F: xen/arch/x86/include/asm/hvm/ioreq.h -F: xen/arch/x86/include/asm/ioreq.h - X86 MEMORY MANAGEMENT M: Jan Beulich M: Andrew Cooper