From nobody Fri Nov 7 23:12:46 2025 Delivered-To: importer@patchew.org Received-SPF: temperror (zoho.com: Error in retrieving data from DNS) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=temperror (zoho.com: Error in retrieving data from DNS) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1548710660544308.48993903242854; Mon, 28 Jan 2019 13:24:20 -0800 (PST) Received: from localhost ([127.0.0.1]:38814 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1goEO0-0000fS-2B for importer@patchew.org; Mon, 28 Jan 2019 16:24:08 -0500 Received: from eggs.gnu.org ([209.51.188.92]:32959) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1goEME-0008Fi-Vs for qemu-devel@nongnu.org; Mon, 28 Jan 2019 16:22:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1goEMC-0001RR-Rc for qemu-devel@nongnu.org; Mon, 28 Jan 2019 16:22:18 -0500 Received: from chuckie.co.uk ([82.165.15.123]:38689 helo=s16892447.onlinehome-server.info) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1goEMB-0001F7-3W; Mon, 28 Jan 2019 16:22:16 -0500 Received: from host109-148-71-213.range109-148.btcentralplus.com ([109.148.71.213] helo=kentang.home) by s16892447.onlinehome-server.info with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1goEMI-0000Gm-Cw; Mon, 28 Jan 2019 21:22:23 +0000 From: Mark Cave-Ayland To: qemu-devel@nongnu.org, qemu-ppc@nongnu.org, david@gibson.dropbear.id.au Date: Mon, 28 Jan 2019 21:21:56 +0000 Message-Id: <20190128212157.424-2-mark.cave-ayland@ilande.co.uk> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20190128212157.424-1-mark.cave-ayland@ilande.co.uk> References: <20190128212157.424-1-mark.cave-ayland@ilande.co.uk> X-SA-Exim-Connect-IP: 109.148.71.213 X-SA-Exim-Mail-From: mark.cave-ayland@ilande.co.uk X-SA-Exim-Version: 4.2.1 (built Sun, 08 Jan 2012 02:45:44 +0000) X-SA-Exim-Scanned: Yes (on s16892447.onlinehome-server.info) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 82.165.15.123 Subject: [Qemu-devel] [PATCH 1/2] MAINTAINERS: add myself as maintainer for Mac Old World and New World machines X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" I've unofficially been doing most of the work on the Mac machines for a whi= le now, so update MAINTAINERS to reflect this. David is still happy to be list= ed as a reviewer as per our discussion at KVM forum. Signed-off-by: Mark Cave-Ayland Acked-by: David Gibson --- MAINTAINERS | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 59e1f24d68..14b0ed95c3 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -970,7 +970,8 @@ F: hw/ppc/mpc8544ds.c F: hw/ppc/mpc8544_guts.c =20 New World (mac99) -M: David Gibson +M: Mark Cave-Ayland +R: David Gibson L: qemu-ppc@nongnu.org S: Odd Fixes F: hw/ppc/mac_newworld.c @@ -988,7 +989,8 @@ F: include/hw/input/adb* F: pc-bios/qemu_vga.ndrv =20 Old World (g3beige) -M: David Gibson +M: Mark Cave-Ayland +R: David Gibson L: qemu-ppc@nongnu.org S: Odd Fixes F: hw/ppc/mac_oldworld.c --=20 2.11.0