From nobody Mon May 6 02:37:19 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.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 (zohomail.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=1575982834; cv=none; d=zohomail.com; s=zohoarc; b=FlPmTNtiq7Eli5HHMNhplp2sReNapELLoUBVOvHqD9bm7oHgeP5yeINz+vRMJ2uyu0C591IW5nl7DwjdbOVrdr9obc5E8WoHAOcA6aK56LELMwyDe/3ZUomrdnL5P7pHngQ3JOYQc1JhHbGHlbU53qWQmt3YYWq0tnILlg9CL1w= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1575982834; h=Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:Message-ID:References:Sender:Subject:To; bh=DmLnegafj142lN0ha2ypC/dSX8dQJmiyCOhHt44ILa0=; b=URaUEzT+1BRtU+iQXF3hhEUi9nf/Vnt1uSTQ23DLzeDMTkozLbzjqtCyc9vst4PdiSTvifu5jpyadc7PvgVgqL1SyLJl2OU3b+zgmumqLO1UQGma36g2u4WzVvoqoc9B320WVKoujha/Kh7kfr1ekcW6BrhAEUb+qH+f08fDzOA= ARC-Authentication-Results: i=1; mx.zohomail.com; spf=pass (zohomail.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 1575982834743220.94194416773416; Tue, 10 Dec 2019 05:00:34 -0800 (PST) Received: from localhost ([::1]:56251 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ief7x-0006V6-1S for importer@patchew.org; Tue, 10 Dec 2019 08:00:33 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:52837) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ief4I-0002VP-Hh for qemu-devel@nongnu.org; Tue, 10 Dec 2019 07:56:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ief4H-0003BT-Hp for qemu-devel@nongnu.org; Tue, 10 Dec 2019 07:56:46 -0500 Received: from mx2.rt-rk.com ([89.216.37.149]:42195 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 1ief4H-0002re-Af for qemu-devel@nongnu.org; Tue, 10 Dec 2019 07:56:45 -0500 Received: from localhost (localhost [127.0.0.1]) by mail.rt-rk.com (Postfix) with ESMTP id E081F1A212E; Tue, 10 Dec 2019 13:55:39 +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 BC86E1A1EB3; Tue, 10 Dec 2019 13:55:39 +0100 (CET) X-Virus-Scanned: amavisd-new at rt-rk.com From: Aleksandar Markovic To: qemu-devel@nongnu.org Subject: [PATCH v3 1/5] MAINTAINERS: Add a section on UI translation Date: Tue, 10 Dec 2019 13:55:15 +0100 Message-Id: <1575982519-29852-2-git-send-email-aleksandar.markovic@rt-rk.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1575982519-29852-1-git-send-email-aleksandar.markovic@rt-rk.com> References: <1575982519-29852-1-git-send-email-aleksandar.markovic@rt-rk.com> 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, Aleksandar Markovic , aurelien@aurel32.net, hpoussin@reactos.org 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" 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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 3b3a88e..ac686e2 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2715,6 +2715,10 @@ M: Daniel P. Berrange S: Odd Fixes F: scripts/git-submodule.sh =20 +UI translations +M: Aleksandar Markovic +F: po/*.po + Sphinx documentation configuration and build machinery M: Peter Maydell S: Maintained --=20 2.7.4 From nobody Mon May 6 02:37:19 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.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 (zohomail.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=1575982825; cv=none; d=zohomail.com; s=zohoarc; b=cmniw9jkZZa3ezAEZyG3axX3TFj6oZAlFjOXgjYkWvKR7KdBgmUEfBRmEKp0vk8NVahYC5d2CbDNLK8gLj1UOQ03EAzyNPqUSZTGXo00ButKzxvQLFWHjo/AyAsBMwyfJHQvXlqmPjeJOET+efBty3W8l1qFboklitNGIe+BW5E= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1575982825; 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=sXsuNJlwb3b1peVR5eDSxPqHIadBj+ZJqgDWxSCQkCw=; b=bQnzs52dKSycd5kFegQMmiFzcY8syYRg+ENd+lF8uTL8ZPtXHPwUjh+u4H77XX5BhtsPybOG4LqRbu9vHWRgP60UKi5Gh/Vqc3hBNvzqNiq0zHNbv66gCw0674sCF0R27NJVxoSNakDQf04BKLUV9lv6WrDbZGxUr/qC6N67FaI= ARC-Authentication-Results: i=1; mx.zohomail.com; spf=pass (zohomail.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 1575982825949505.37782186368065; Tue, 10 Dec 2019 05:00:25 -0800 (PST) Received: from localhost ([::1]:56248 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ief7o-0006O4-5L for importer@patchew.org; Tue, 10 Dec 2019 08:00:24 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:52844) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ief4I-0002Vd-Ni for qemu-devel@nongnu.org; Tue, 10 Dec 2019 07:56:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ief4H-0003BZ-Nh for qemu-devel@nongnu.org; Tue, 10 Dec 2019 07:56:46 -0500 Received: from mx2.rt-rk.com ([89.216.37.149]:43148 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 1ief4H-0002sZ-Gw for qemu-devel@nongnu.org; Tue, 10 Dec 2019 07:56:45 -0500 Received: from localhost (localhost [127.0.0.1]) by mail.rt-rk.com (Postfix) with ESMTP id 517921A21CA; Tue, 10 Dec 2019 13:55:42 +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 31F011A217D; Tue, 10 Dec 2019 13:55:42 +0100 (CET) X-Virus-Scanned: amavisd-new at rt-rk.com From: Aleksandar Markovic To: qemu-devel@nongnu.org Subject: [PATCH v3 2/5] MAINTAINERS: Adjust maintainership for Fulong 2E board Date: Tue, 10 Dec 2019 13:55:16 +0100 Message-Id: <1575982519-29852-3-git-send-email-aleksandar.markovic@rt-rk.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1575982519-29852-1-git-send-email-aleksandar.markovic@rt-rk.com> References: <1575982519-29852-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, Aleksandar Markovic , aurelien@aurel32.net, hpoussin@reactos.org 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 Acked-by: Philippe Mathieu-Daud=C3=A9 --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index ac686e2..8b059f4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -976,8 +976,8 @@ S: Obsolete F: hw/mips/mips_r4k.c =20 Fulong 2E +M: Philippe Mathieu-Daud=C3=A9 M: Aleksandar Markovic -R: Aleksandar Rikalo S: Odd Fixes F: hw/mips/mips_fulong2e.c F: hw/isa/vt82c686.c --=20 2.7.4 From nobody Mon May 6 02:37:19 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.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 (zohomail.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=1575982839; cv=none; d=zohomail.com; s=zohoarc; b=mn/LVtxnC8rHRFDjd6tY9Bpzkxh0D35/MELYz62BdSAM9hlfpYt2vvplKO+1Ndd3I59VcmYWdPKGzlIKxxl0hn7B4Sqofd3uKC4cFnzKKj78UumvWd+puQxh8oWDcefFq76c0kSPOdvi5O0ROzJdcD0ubVyS6ToNfhzVTaoIvOk= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1575982839; 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=WH+fE+Navt31im8VfchfHIVo8jMCdKzE8YuCn1zKONQ=; b=E2kosZ6/Mk5yRthTqIqky6/2LiZSRiPR5RkJu4/vQFHxP/B5ytw4xlIAXwPQc3zWwto2WPYRq4obqa7nSFStx+xC5SnaidEF+sGQS2rGVuf7tWg+sec14+9Jz0O3R/QRB71jAXWppplrTYZNOxfknYf2kr8TwMQeB2oWSYDJPsI= ARC-Authentication-Results: i=1; mx.zohomail.com; spf=pass (zohomail.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 1575982839690200.52034142023274; Tue, 10 Dec 2019 05:00:39 -0800 (PST) Received: from localhost ([::1]:56272 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ief81-0006fg-UN for importer@patchew.org; Tue, 10 Dec 2019 08:00:37 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:52862) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ief4J-0002WG-4D for qemu-devel@nongnu.org; Tue, 10 Dec 2019 07:56:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ief4I-0003Bm-5f for qemu-devel@nongnu.org; Tue, 10 Dec 2019 07:56:47 -0500 Received: from mx2.rt-rk.com ([89.216.37.149]:43240 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 1ief4H-0002si-Uq for qemu-devel@nongnu.org; Tue, 10 Dec 2019 07:56:46 -0500 Received: from localhost (localhost [127.0.0.1]) by mail.rt-rk.com (Postfix) with ESMTP id 6C9541A217D; Tue, 10 Dec 2019 13:55:42 +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 3C8871A21BB; Tue, 10 Dec 2019 13:55:42 +0100 (CET) X-Virus-Scanned: amavisd-new at rt-rk.com From: Aleksandar Markovic To: qemu-devel@nongnu.org Subject: [PATCH v3 3/5] MAINTAINERS: Adjust maintainership for Malta board Date: Tue, 10 Dec 2019 13:55:17 +0100 Message-Id: <1575982519-29852-4-git-send-email-aleksandar.markovic@rt-rk.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1575982519-29852-1-git-send-email-aleksandar.markovic@rt-rk.com> References: <1575982519-29852-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, Aleksandar Markovic , aurelien@aurel32.net, hpoussin@reactos.org 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. Acked-by: Aurelien Jarno Signed-off-by: Aleksandar Markovic Acked-by: Philippe Mathieu-Daud=C3=A9 --- MAINTAINERS | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 8b059f4..7803fe7 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -955,8 +955,9 @@ F: hw/display/jazz_led.c F: hw/dma/rc4030.c =20 Malta -M: Aurelien Jarno -R: Aleksandar Rikalo +M: Aleksandar Markovic +M: Philippe Mathieu-Daud=C3=A9 +R: Aurelien Jarno S: Maintained F: hw/mips/mips_malta.c F: hw/mips/gt64xxx_pci.c --=20 2.7.4 From nobody Mon May 6 02:37:19 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.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 (zohomail.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=1575982695; cv=none; d=zohomail.com; s=zohoarc; b=OfqHF2uhZybDyiSQeLJuEq02OxAFMoHj0v0KsIDOKPhOkdyAL27p7Tg3C9/XEFWmJabvwBRlNh19bNPWiKGsbthuvweQW8Db8XlZoLDSMqGGDlxaZAvZvJdnGRZlBWu2ASu92ia0U1onM+4agcB/YK+rlUrhydsr8Hz3Af1Wig0= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1575982695; 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=FANTFBj+ooWRm5YHlQ37gD7KeVZtukoLjUPHNSzPQpQ=; b=XmW/bgugXJ5e3zaG5u+mVa8X3UAdLLfxO/P5HwjHiwucy3gzTH9yOGZ7crr99WCehXF2nhDbjumixbAqoTBtFuxG78eJaRAQ9ZBBNddQ3QbYyZp4Co6wyK7bQRmFXxoHD0RqGXPY/IodnRqE5fVKJeOmRWHD+kphFaXyQxqIhjY= ARC-Authentication-Results: i=1; mx.zohomail.com; spf=pass (zohomail.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 1575982695340558.418188689286; Tue, 10 Dec 2019 04:58:15 -0800 (PST) Received: from localhost ([::1]:56232 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ief5h-0003fB-Q7 for importer@patchew.org; Tue, 10 Dec 2019 07:58:13 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:52784) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ief4D-0002RC-A9 for qemu-devel@nongnu.org; Tue, 10 Dec 2019 07:56:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ief4C-00039K-CK for qemu-devel@nongnu.org; Tue, 10 Dec 2019 07:56:41 -0500 Received: from mx2.rt-rk.com ([89.216.37.149]:57771 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 1ief4C-000395-5a for qemu-devel@nongnu.org; Tue, 10 Dec 2019 07:56:40 -0500 Received: from localhost (localhost [127.0.0.1]) by mail.rt-rk.com (Postfix) with ESMTP id 790DF1A21EB; Tue, 10 Dec 2019 13:55:42 +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 480C21A21C7; Tue, 10 Dec 2019 13:55:42 +0100 (CET) X-Virus-Scanned: amavisd-new at rt-rk.com From: Aleksandar Markovic To: qemu-devel@nongnu.org Subject: [PATCH v3 4/5] MAINTAINERS: Add three files to Malta section Date: Tue, 10 Dec 2019 13:55:18 +0100 Message-Id: <1575982519-29852-5-git-send-email-aleksandar.markovic@rt-rk.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1575982519-29852-1-git-send-email-aleksandar.markovic@rt-rk.com> References: <1575982519-29852-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, Aleksandar Markovic , aurelien@aurel32.net, hpoussin@reactos.org Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" From: Aleksandar Markovic Add two files that were recently introduced in a refactoring, that Malta emulation relies on. They are added by this patch to Malta section, but they are not added to the general MIPS section, since they are really not MIPS-specific, and there may be some non-MIPS hardware using them in future. Signed-off-by: Aleksandar Markovic Acked-by: Philippe Mathieu-Daud=C3=A9 --- MAINTAINERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 7803fe7..2af7313 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -959,8 +959,11 @@ M: Aleksandar Markovic M: Philippe Mathieu-Daud=C3=A9 R: Aurelien Jarno S: Maintained +F: hw/isa/piix4.c +F: hw/acpi/piix4.c F: hw/mips/mips_malta.c F: hw/mips/gt64xxx_pci.c +F: include/hw/southbridge/piix.h F: tests/acceptance/linux_ssh_mips_malta.py =20 Mipssim --=20 2.7.4 From nobody Mon May 6 02:37:19 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.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 (zohomail.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=1575982705; cv=none; d=zohomail.com; s=zohoarc; b=cSI1ufQR3Cs/lcO7q6SDG9jtpMgihmAlERSeefAKyArmrx//s67+jh+TUR/apkENy9dix2ttMnpolxQq89ekP6y6g4mL6kdhjIDaI7Ls6/n0H9pKUzdjSJEazf9kLL8yrbpjKtynZ6zbXsewPtppCfz8TiiOCyjPa9fPjzgVQ3w= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1575982705; h=Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:Message-ID:References:Sender:Subject:To; bh=gLVtvc19j/fwcW/hT9DlE6mnDiUmR50Todo8iimiDFo=; b=FvGiUpVAqUsiN6rruuU8LnmxoRfJ/9Iw6pzsf/4LB5lPTz5192d18J7UIKsjR7WBJQcU002PER9FlJOfKV9qqzia17wcIR2GD4dneWNbH0oGSwLUkZT1/FVoClmJWCm+lz62IJ4LoqcJxfpVaMYwolOyjGv3+hi8Ta5zBQYamOQ= ARC-Authentication-Results: i=1; mx.zohomail.com; spf=pass (zohomail.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 1575982705210578.7940336810072; Tue, 10 Dec 2019 04:58:25 -0800 (PST) Received: from localhost ([::1]:56234 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ief5r-0003pe-Oi for importer@patchew.org; Tue, 10 Dec 2019 07:58:23 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:52867) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ief4J-0002WV-8C for qemu-devel@nongnu.org; Tue, 10 Dec 2019 07:56:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ief4I-0003CF-Bu for qemu-devel@nongnu.org; Tue, 10 Dec 2019 07:56:47 -0500 Received: from mx2.rt-rk.com ([89.216.37.149]:43296 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 1ief4I-0002sq-4u for qemu-devel@nongnu.org; Tue, 10 Dec 2019 07:56:46 -0500 Received: from localhost (localhost [127.0.0.1]) by mail.rt-rk.com (Postfix) with ESMTP id 784F01A21E7; Tue, 10 Dec 2019 13:55:42 +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 521941A21D0; Tue, 10 Dec 2019 13:55:42 +0100 (CET) X-Virus-Scanned: amavisd-new at rt-rk.com From: Aleksandar Markovic To: qemu-devel@nongnu.org Subject: [PATCH v3 5/5] MAINTAINERS: Add a file to MIPS section Date: Tue, 10 Dec 2019 13:55:19 +0100 Message-Id: <1575982519-29852-6-git-send-email-aleksandar.markovic@rt-rk.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1575982519-29852-1-git-send-email-aleksandar.markovic@rt-rk.com> References: <1575982519-29852-1-git-send-email-aleksandar.markovic@rt-rk.com> 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, Aleksandar Markovic , aurelien@aurel32.net, hpoussin@reactos.org 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" From: Aleksandar Markovic File tests/acceptance/linux_ssh_mips_malta.py is crucial for entire MIPS platform, so add it to the MIPS section. The maintainership will be shared with others. Signed-off-by: Aleksandar Markovic --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 2af7313..740401b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -221,6 +221,7 @@ F: include/hw/intc/mips_gic.h F: include/hw/mips/ F: include/hw/misc/mips_* F: include/hw/timer/mips_gictimer.h +F: tests/acceptance/linux_ssh_mips_malta.py F: tests/tcg/mips/ K: ^Subject:.*(?i)mips =20 --=20 2.7.4