From nobody Tue Nov 11 05:03:27 2025 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=1561023926; cv=none; d=zoho.com; s=zohoarc; b=H0L7h70bF4L4QgQfEp4zKIihGkn8YezTm4xi7IcFQzrB96KQkSKaAonvChYICoSAiD8lGbAkPb1ibNXFDXN2s6Fn53Yjub+WJkkFPaDsMptYeJDmUqM/xE73YhDI+x+H4+kYsc7SJlo5sFVvWm3I4kCKTDr2nGBR+Yvx0ZZwmWc= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1561023926; 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:ARC-Authentication-Results; bh=HhZfZ///GUzMl6swoK9nVT6x1ULCtzxjUnekOrTDw1g=; b=YvvQIK5Fe/m9hdXysH4+7Xs7l7mmGQDULBXxc7xtvj5k9dRS5wk6SOtTCEfHurhcC+v/CYtnm8tPLpahpjNYkRvi5qYfHajJVD2diASoSa4fcJOYuw+5prxtvxCa2F10Zha6nvv5ysisge60sRAKdwe6DNuwsuuhE7rpZ9PcvqI= 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 1561023926524577.583768405707; Thu, 20 Jun 2019 02:45:26 -0700 (PDT) Received: from localhost ([::1]:45448 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hdtdF-0007Qc-E9 for importer@patchew.org; Thu, 20 Jun 2019 05:45:25 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:45735) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hdtEt-0004W0-LQ for qemu-devel@nongnu.org; Thu, 20 Jun 2019 05:20:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hdtEr-0000vy-V7 for qemu-devel@nongnu.org; Thu, 20 Jun 2019 05:20:15 -0400 Received: from mx2.rt-rk.com ([89.216.37.149]:35424 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 1hdtEr-0000sa-Ho for qemu-devel@nongnu.org; Thu, 20 Jun 2019 05:20:13 -0400 Received: from localhost (localhost [127.0.0.1]) by mail.rt-rk.com (Postfix) with ESMTP id 45D321A244B; Thu, 20 Jun 2019 11:20:10 +0200 (CEST) Received: from rtrkw774-lin.domain.local (rtrkw774-lin.domain.local [10.10.13.43]) by mail.rt-rk.com (Postfix) with ESMTPSA id 146721A4674; Thu, 20 Jun 2019 11:20:10 +0200 (CEST) X-Virus-Scanned: amavisd-new at rt-rk.com From: Aleksandar Markovic To: qemu-devel@nongnu.org Date: Thu, 20 Jun 2019 11:19:54 +0200 Message-Id: <1561022396-20649-3-git-send-email-aleksandar.markovic@rt-rk.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1561022396-20649-1-git-send-email-aleksandar.markovic@rt-rk.com> References: <1561022396-20649-1-git-send-email-aleksandar.markovic@rt-rk.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 89.216.37.149 Subject: [Qemu-devel] [PATCH 2/4] MAINTAINERS: Consolidate MIPS disassembler-related items 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: arikalo@wavecomp.com, amarkovic@wavecomp.com 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 Eliminate duplicate MIPS disassembler-related items in the MAINTAINERS file, and use wildcards to shorten the list of involved files. Signed-off-by: Aleksandar Markovic --- MAINTAINERS | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 869e87b..f9f66e5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -212,9 +212,7 @@ R: Aleksandar Rikalo S: Maintained F: target/mips/ F: default-configs/*mips* -F: disas/mips.c -F: disas/nanomips.cpp -F: disas/nanomips.h +F: disas/*mips* F: hw/intc/mips_gic.c F: hw/mips/ F: hw/misc/mips_* @@ -2321,7 +2319,6 @@ M: Aurelien Jarno R: Aleksandar Rikalo S: Maintained F: tcg/mips/ -F: disas/mips.c =20 PPC TCG target M: Richard Henderson --=20 2.7.4