From nobody Fri Apr 19 04:20:03 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) 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=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org ARC-Seal: i=1; a=rsa-sha256; t=1573240643; cv=none; d=zoho.com; s=zohoarc; b=XYxeHQOjEyS4icDgGM83zYXwWF30Jd/WZqrMwfqUykXxjraS1zeithBjMJwYVwRhDJ3Yng955LfZp/BET2rdUlOiezrPXOcElxVPoFXueSLDdt7Qac5/rU27tmwVd2JTd77qjrqXZA88FZMcSMSXpkMD14dpwP//751LbQAsoIA= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1573240643; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=9e2x70xsetK0Jg2uieC8/MdSrfUQT7XG/+3wx0pa4Gg=; b=QGO+iEP6rPG71+1QhI6MueAGA4FfUmh2mYbXqvBHpTFrlvw1jGSHNfXTyum7HLRC90yUaEBcaNQE55yep+SyDFLtpUi5ufeeJfSyI2BmzmbZJ9H4q3GSv97aTF9UveCSqynXXt4G5H0ML3mrWf6P+ZqhaoIOS+7IDJiOqNgxdXw= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) 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 1573240643034138.66956803761695; Fri, 8 Nov 2019 11:17:23 -0800 (PST) Received: from localhost ([::1]:59062 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iT9l3-00033T-Jf for importer@patchew.org; Fri, 08 Nov 2019 14:17:21 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:58618) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iT9fx-0006BU-TI for qemu-devel@nongnu.org; Fri, 08 Nov 2019 14:12:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iT9fw-0004Fc-4V for qemu-devel@nongnu.org; Fri, 08 Nov 2019 14:12:05 -0500 Received: from mx2.rt-rk.com ([89.216.37.149]:46691 helo=mail.rt-rk.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iT9fv-0002na-RW for qemu-devel@nongnu.org; Fri, 08 Nov 2019 14:12:04 -0500 Received: from localhost (localhost [127.0.0.1]) by mail.rt-rk.com (Postfix) with ESMTP id D24491A1F98; Fri, 8 Nov 2019 20:10:58 +0100 (CET) Received: from rtrkw774-lin.domain.local (rtrkw774-lin.domain.local [10.10.14.106]) by mail.rt-rk.com (Postfix) with ESMTPSA id A8C981A2138; Fri, 8 Nov 2019 20:10:58 +0100 (CET) X-Virus-Scanned: amavisd-new at rt-rk.com From: Aleksandar Markovic To: qemu-devel@nongnu.org Subject: [PATCH 1/5] MAINTAINERS: Add a section on git infrastructure Date: Fri, 8 Nov 2019 20:10:45 +0100 Message-Id: <1573240249-6966-2-git-send-email-aleksandar.markovic@rt-rk.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1573240249-6966-1-git-send-email-aleksandar.markovic@rt-rk.com> References: <1573240249-6966-1-git-send-email-aleksandar.markovic@rt-rk.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 89.216.37.149 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: peter.maydell@linaro.org, philmd@redhat.com, hpoussin@reactos.org, Aleksandar Markovic , aleksandar.rikalo@rt-rk.com, alex.bennee@linaro.org, aurelien@aurel32.net Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" From: Aleksandar Markovic There should be a patient person maintaining gory details of git-related files, and there is no better person for that role than Philippe. Alex should be the reviewer for some relations with gitdm. Signed-off-by: Aleksandar Markovic --- MAINTAINERS | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 4964fbb..be43ccb 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2664,6 +2664,23 @@ M: Daniel P. Berrange S: Odd Fixes F: scripts/git-submodule.sh =20 +GIT infrastructure +M: Philippe Mathieu-Daud=C3=A9 +R: Alex Benn=C3=A9e +S: Maintained +F: .mailmap +F: scripts/git.orderfile +F: .gitignore +F: tests/fp/.gitignore +F: tests/fp/berkeley-softfloat-3/.gitignore +F: tests/fp/berkeley-testfloat-3/.gitignore +F: tests/migration/.gitignore +F: tests/multiboot/.gitignore +F: tests/qemu-iotests/.gitignore +F: tests/tcg/.gitignore +F: tests/uefi-test-tools/.gitignore +F: ui/keycodemapdb/tests/.gitignore + Sphinx documentation configuration and build machinery M: Peter Maydell S: Maintained --=20 2.7.4 From nobody Fri Apr 19 04:20:03 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) 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=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org ARC-Seal: i=1; a=rsa-sha256; t=1573240442; cv=none; d=zoho.com; s=zohoarc; b=oQHzg8VayAHf3SVBYqj1FxHSgUHZngrzfLyzH55hC1NDltRJYMNQJU8WZoOdtzCYT5aIAMUH4t/rRtxRix3HXQlEuHoe/PCiViOl/2JnaJwFeZrgKZ8dtrqy9XYoXh42aNxzLTcSNuSMq1lsexSn6nAgJ3CtjWEg1W1fNQ1Hsmo= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1573240442; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=rI8tOchwGsJsovqgLd8pUccUaZ23jFBaGB0f347JXb4=; b=KZet9NC8ZglQMlhrmLMU1JwgJ/fi6ejMrp++GojEE4RtQSo3Rh3zmo68/I7RfUK8/s1I/rSAP0M2dMA5HFrB+XDSMibJbpV/fh6hcLNQApe98vRRDFdcZ+sRcHymz4N05JDuPt+bUKGFWkylUcYZ7wZt0LCZch5tHvTDce+euL0= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) 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 1573240442331578.4036680593865; Fri, 8 Nov 2019 11:14:02 -0800 (PST) Received: from localhost ([::1]:59026 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iT9ho-0007ju-Pd for importer@patchew.org; Fri, 08 Nov 2019 14:14:00 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:58620) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iT9fx-0006Bd-Gr for qemu-devel@nongnu.org; Fri, 08 Nov 2019 14:12:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iT9fw-0004GP-7k for qemu-devel@nongnu.org; Fri, 08 Nov 2019 14:12:05 -0500 Received: from mx2.rt-rk.com ([89.216.37.149]:46696 helo=mail.rt-rk.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iT9fv-0002nc-Rz for qemu-devel@nongnu.org; Fri, 08 Nov 2019 14:12:04 -0500 Received: from localhost (localhost [127.0.0.1]) by mail.rt-rk.com (Postfix) with ESMTP id 194011A2252; Fri, 8 Nov 2019 20:10:59 +0100 (CET) Received: from rtrkw774-lin.domain.local (rtrkw774-lin.domain.local [10.10.14.106]) by mail.rt-rk.com (Postfix) with ESMTPSA id E780C1A2138; Fri, 8 Nov 2019 20:10:58 +0100 (CET) X-Virus-Scanned: amavisd-new at rt-rk.com From: Aleksandar Markovic To: qemu-devel@nongnu.org Subject: [PATCH 2/5] MAINTAINERS: Add a section on UI translation Date: Fri, 8 Nov 2019 20:10:46 +0100 Message-Id: <1573240249-6966-3-git-send-email-aleksandar.markovic@rt-rk.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1573240249-6966-1-git-send-email-aleksandar.markovic@rt-rk.com> References: <1573240249-6966-1-git-send-email-aleksandar.markovic@rt-rk.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 89.216.37.149 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: peter.maydell@linaro.org, philmd@redhat.com, hpoussin@reactos.org, Aleksandar Markovic , aleksandar.rikalo@rt-rk.com, alex.bennee@linaro.org, aurelien@aurel32.net Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" From: Aleksandar Markovic There should be a person who will quickly evaluate new UI translation, and find a way to update existing ones should something changes in UI. Signed-off-by: Aleksandar Markovic --- MAINTAINERS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index be43ccb..69cdc13 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2681,6 +2681,11 @@ F: tests/tcg/.gitignore F: tests/uefi-test-tools/.gitignore F: ui/keycodemapdb/tests/.gitignore =20 +UI translations +M: Aleksandar Markovic +R: Philippe Mathieu-Daud=C3=A9 +F: po/*.po + Sphinx documentation configuration and build machinery M: Peter Maydell S: Maintained --=20 2.7.4 From nobody Fri Apr 19 04:20:03 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) 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=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org ARC-Seal: i=1; a=rsa-sha256; t=1573240651; cv=none; d=zoho.com; s=zohoarc; b=mXl+M3dpPjJ6RPl3Bc4rAXUUrw/SrPdoO70fx2dzlfB4spqsRfq0vq+Kx6qSdbRl8twFCrBCugoDxXQDsbn04g6Oc/ufk4nupN5X2OT6s5wbmhMEtGW4sPWNoTh+8e4pAmrBjwTaL5OK75HjLMaevnJJAHB6hYiTuDf/G0cEOz0= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1573240651; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=0xTpFtn7jCh9ElnYjsRxaVs49KfdcSezvQ7PxncpR8g=; b=PawIr8Dhzx6XwK32ck4vLRLhM6yldcidNz59xgmN4aMQya/zNqzRLYkh65FAP18yoKvViw7ho/d4YZFriREwKvtodZ5GXR3Wex/NF5q1l0JaW6K/9wa9euy16183sgumNBgJmDQ/qhS3gE483+piTDkhJFb8NZOxOHlAXLeVgzg= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) 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 1573240651299254.33308169361408; Fri, 8 Nov 2019 11:17:31 -0800 (PST) Received: from localhost ([::1]:59064 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iT9lC-0003Bv-2z for importer@patchew.org; Fri, 08 Nov 2019 14:17:30 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:58640) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iT9fy-0006DM-86 for qemu-devel@nongnu.org; Fri, 08 Nov 2019 14:12:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iT9fw-0004Gz-9h for qemu-devel@nongnu.org; Fri, 08 Nov 2019 14:12:06 -0500 Received: from mx2.rt-rk.com ([89.216.37.149]:46714 helo=mail.rt-rk.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iT9fw-0002nh-03 for qemu-devel@nongnu.org; Fri, 08 Nov 2019 14:12:04 -0500 Received: from localhost (localhost [127.0.0.1]) by mail.rt-rk.com (Postfix) with ESMTP id 2A7581A2138; Fri, 8 Nov 2019 20:10:59 +0100 (CET) Received: from rtrkw774-lin.domain.local (rtrkw774-lin.domain.local [10.10.14.106]) by mail.rt-rk.com (Postfix) with ESMTPSA id F199F1A21B4; Fri, 8 Nov 2019 20:10:58 +0100 (CET) X-Virus-Scanned: amavisd-new at rt-rk.com From: Aleksandar Markovic To: qemu-devel@nongnu.org Subject: [PATCH 3/5] MAINTAINERS: Adjust maintainership for Fulong 2E board Date: Fri, 8 Nov 2019 20:10:47 +0100 Message-Id: <1573240249-6966-4-git-send-email-aleksandar.markovic@rt-rk.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1573240249-6966-1-git-send-email-aleksandar.markovic@rt-rk.com> References: <1573240249-6966-1-git-send-email-aleksandar.markovic@rt-rk.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 89.216.37.149 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: peter.maydell@linaro.org, philmd@redhat.com, hpoussin@reactos.org, Aleksandar Markovic , aleksandar.rikalo@rt-rk.com, alex.bennee@linaro.org, aurelien@aurel32.net Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" From: Aleksandar Markovic Change the maintainership for Fulong 2E board to improve its quality. Signed-off-by: Aleksandar Markovic --- MAINTAINERS | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 69cdc13..4a478f8 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -962,9 +962,10 @@ S: Maintained F: hw/mips/mips_r4k.c =20 Fulong 2E -M: Aleksandar Markovic -R: Aleksandar Rikalo -S: Odd Fixes +M: Philippe Mathieu-Daud=C3=A9 +R: Herv=C3=A9 Poussineau +R: Aleksandar Markovic +S: Maintained F: hw/mips/mips_fulong2e.c F: hw/isa/vt82c686.c F: hw/pci-host/bonito.c --=20 2.7.4 From nobody Fri Apr 19 04:20:03 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) 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=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org ARC-Seal: i=1; a=rsa-sha256; t=1573240450; cv=none; d=zoho.com; s=zohoarc; b=CwpEISFJN+5dcGMFLFbCqdYRdj6yTzXOVxaYSDkfktaTK+M5s5Gpo3HOawHJlt2+MEjCC+8Hn7OkYB2NZ652btPPHMHVL8BXaRWga4Eknl065fHs2zbCvyBtB5COqeHZAgMNGNz5m6ovhtGm8lvSXf0V7saLqSj3Y3EBKAD9/QQ= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1573240450; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=Ltwu9XlkihGkcWQ1/IJZ/eO/GfFyy4Y5Qe/QvOFDSjQ=; b=SkSjkiELKNe/G0DE6zf815YgAwT/AyV6EWjGSDeqjAqqdOuAMCRLBn5c9Fszli+FrRii+DyRflZSKVBZsXWDqWAMaUIK8YNSnGIISvelQ6ZA4/5gomI6fhg+8JQkHHm1ePd2st9AE6odqus+o6edZb4prXOCNAp3rsXeEHDIlFY= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) 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 1573240450801166.28786811821465; Fri, 8 Nov 2019 11:14:10 -0800 (PST) Received: from localhost ([::1]:59028 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iT9hv-0007sc-GT for importer@patchew.org; Fri, 08 Nov 2019 14:14:07 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:58623) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iT9fx-0006C4-HR for qemu-devel@nongnu.org; Fri, 08 Nov 2019 14:12:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iT9fw-0004Gb-8i for qemu-devel@nongnu.org; Fri, 08 Nov 2019 14:12:05 -0500 Received: from mx2.rt-rk.com ([89.216.37.149]:46723 helo=mail.rt-rk.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iT9fv-0002ni-Tp for qemu-devel@nongnu.org; Fri, 08 Nov 2019 14:12:04 -0500 Received: from localhost (localhost [127.0.0.1]) by mail.rt-rk.com (Postfix) with ESMTP id 393361A21B4; Fri, 8 Nov 2019 20:10:59 +0100 (CET) Received: from rtrkw774-lin.domain.local (rtrkw774-lin.domain.local [10.10.14.106]) by mail.rt-rk.com (Postfix) with ESMTPSA id 0A1BD1A21B7; Fri, 8 Nov 2019 20:10:59 +0100 (CET) X-Virus-Scanned: amavisd-new at rt-rk.com From: Aleksandar Markovic To: qemu-devel@nongnu.org Subject: [PATCH 4/5] MAINTAINERS: Adjust maintainership for Malta board Date: Fri, 8 Nov 2019 20:10:48 +0100 Message-Id: <1573240249-6966-5-git-send-email-aleksandar.markovic@rt-rk.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1573240249-6966-1-git-send-email-aleksandar.markovic@rt-rk.com> References: <1573240249-6966-1-git-send-email-aleksandar.markovic@rt-rk.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 89.216.37.149 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: peter.maydell@linaro.org, philmd@redhat.com, hpoussin@reactos.org, Aleksandar Markovic , aleksandar.rikalo@rt-rk.com, alex.bennee@linaro.org, aurelien@aurel32.net Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" From: Aleksandar Markovic Change the maintainership for Malta board to improve its quality. Signed-off-by: Aleksandar Markovic Acked-by: Aurelien Jarno --- MAINTAINERS | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 4a478f8..1a49381 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -941,8 +941,9 @@ F: hw/display/jazz_led.c F: hw/dma/rc4030.c =20 Malta -M: Aurelien Jarno -R: Aleksandar Rikalo +M: Philippe Mathieu-Daud=C3=A9 +R: Herv=C3=A9 Poussineau +R: Aurelien Jarno S: Maintained F: hw/mips/mips_malta.c F: hw/mips/gt64xxx_pci.c --=20 2.7.4 From nobody Fri Apr 19 04:20:03 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) 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=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org ARC-Seal: i=1; a=rsa-sha256; t=1573240773; cv=none; d=zoho.com; s=zohoarc; b=Sb9RDRHjNV+u12sP1a3QvL+okq5pi+/zbMM9WhiP44Ua79/wvomhNWCx3pdc/t+2AhSfHh31hJ6v+itblVnoxs90x4U7vDQ1hZxZU+ss/m42YuwhPFQM5hTpuwXvtQUGBRbRT3kZeZ6olZt5AomfsBfUi5Y+mgzl1SwryqQjAHs= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1573240773; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=SGxRvon8vbz2HP8rbu2aaI23B8+Um+zXzni3sA0dwuk=; b=auWV8kTXwTNM/0L0m84G08+w5BIPLCqdEvWxhJNd0SFld57A3LEVvZw4fGMDjwGAXzZpvZ2a4ZazXlcexTGMMKDAr4pt7tPDoEjcRQfFlHdoOh7vcMewGi6t8pxovBUUQlr3hxm4TvvtVVLdK6rtsjpirfdos4EAbqrzYecS158= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) 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 157324077368157.02342585678207; Fri, 8 Nov 2019 11:19:33 -0800 (PST) Received: from localhost ([::1]:59090 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iT9n7-000516-M6 for importer@patchew.org; Fri, 08 Nov 2019 14:19:29 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:58654) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iT9fy-0006ED-MP for qemu-devel@nongnu.org; Fri, 08 Nov 2019 14:12:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iT9fx-0004RA-D9 for qemu-devel@nongnu.org; Fri, 08 Nov 2019 14:12:06 -0500 Received: from mx2.rt-rk.com ([89.216.37.149]:50481 helo=mail.rt-rk.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iT9fx-0004Hg-6K for qemu-devel@nongnu.org; Fri, 08 Nov 2019 14:12:05 -0500 Received: from localhost (localhost [127.0.0.1]) by mail.rt-rk.com (Postfix) with ESMTP id 43A6E1A21BF; Fri, 8 Nov 2019 20:10:59 +0100 (CET) Received: from rtrkw774-lin.domain.local (rtrkw774-lin.domain.local [10.10.14.106]) by mail.rt-rk.com (Postfix) with ESMTPSA id 173681A224E; Fri, 8 Nov 2019 20:10:59 +0100 (CET) X-Virus-Scanned: amavisd-new at rt-rk.com From: Aleksandar Markovic To: qemu-devel@nongnu.org Subject: [PATCH 5/5] MAINTAINERS: Adjust maintainership for R4000 systems Date: Fri, 8 Nov 2019 20:10:49 +0100 Message-Id: <1573240249-6966-6-git-send-email-aleksandar.markovic@rt-rk.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1573240249-6966-1-git-send-email-aleksandar.markovic@rt-rk.com> References: <1573240249-6966-1-git-send-email-aleksandar.markovic@rt-rk.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 89.216.37.149 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: peter.maydell@linaro.org, philmd@redhat.com, hpoussin@reactos.org, Aleksandar Markovic , aleksandar.rikalo@rt-rk.com, alex.bennee@linaro.org, aurelien@aurel32.net Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" From: Aleksandar Markovic Change the maintainership for R4000 systems to improve its quality. Signed-off-by: Aleksandar Markovic Acked-by: Aurelien Jarno --- MAINTAINERS | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 1a49381..62e7d6d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -957,8 +957,9 @@ F: hw/mips/mips_mipssim.c F: hw/net/mipsnet.c =20 R4000 -M: Aurelien Jarno -R: Aleksandar Rikalo +M: Herv=C3=A9 Poussineau +R: Aurelien Jarno +R: Philippe Mathieu-Daud=C3=A9 S: Maintained F: hw/mips/mips_r4k.c =20 --=20 2.7.4