From mboxrd@z Thu Jan 1 00:00:00 1970 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 lists1p.gnu.org (lists1p.gnu.org [209.51.188.17]) (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 18A08CD98C7 for ; Wed, 10 Jun 2026 08:09:21 +0000 (UTC) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists1p.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1wXDvn-0000rG-VV; Wed, 10 Jun 2026 04:05:00 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists1p.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1wXDvm-0000qF-3b for qemu-devel@nongnu.org; Wed, 10 Jun 2026 04:04:58 -0400 Received: from us-smtp-delivery-124.mimecast.com ([170.10.129.124]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1wXDvk-0000YX-KX for qemu-devel@nongnu.org; Wed, 10 Jun 2026 04:04:57 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1781078695; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=QgQhY2jSkcPyXRUPq7rYqX0FtTRWutCk6PjUzNUoOGI=; b=Gh8EZi+dNKOhRlU69HXY9Hq9ezKDXKYBC1OSYC/R5hOE4WrsgkYHC5ESwq0go6+7hjJt2X ti0Uu2DzH/VTZRQ5N4Ky0Z7A99uepajv2HJQJeV9MBBTRW0U0pBP+gXltB144JCp70fAB0 bYURrSXPjmDYi/+atPY2zsmMvOrN8Qw= Received: from mx-prod-mc-03.mail-002.prod.us-west-2.aws.redhat.com (ec2-54-186-198-63.us-west-2.compute.amazonaws.com [54.186.198.63]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-659-QHHmWTtsNma8a5T4phX-BA-1; Wed, 10 Jun 2026 04:04:51 -0400 X-MC-Unique: QHHmWTtsNma8a5T4phX-BA-1 X-Mimecast-MFC-AGG-ID: QHHmWTtsNma8a5T4phX-BA_1781078690 Received: from mx-prod-int-10.mail-002.prod.us-west-2.aws.redhat.com (mx-prod-int-10.mail-002.prod.us-west-2.aws.redhat.com [10.30.177.95]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx-prod-mc-03.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id 9C37D195423C; Wed, 10 Jun 2026 08:04:50 +0000 (UTC) Received: from blackfin.pond.sub.org (unknown [10.44.22.28]) by mx-prod-int-10.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id 1899736535; Wed, 10 Jun 2026 08:04:50 +0000 (UTC) Received: by blackfin.pond.sub.org (Postfix, from userid 1000) id 9B23021E6A05; Wed, 10 Jun 2026 10:04:47 +0200 (CEST) From: Markus Armbruster To: qemu-devel@nongnu.org Cc: stefanha@redhat.com, =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= , Pierrick Bouvier , Alistair Francis Subject: [PULL 03/42] MAINTAINERS: Fix RISCV related paths Date: Wed, 10 Jun 2026 10:04:08 +0200 Message-ID: <20260610080447.1156502-4-armbru@redhat.com> In-Reply-To: <20260610080447.1156502-1-armbru@redhat.com> References: <20260610080447.1156502-1-armbru@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 3.6 on 10.30.177.95 Received-SPF: pass client-ip=170.10.129.124; envelope-from=armbru@redhat.com; helo=us-smtp-delivery-124.mimecast.com X-Spam_score_int: 8 X-Spam_score: 0.8 X-Spam_bar: / X-Spam_report: (0.8 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.445, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, RCVD_IN_SBL_CSS=3.335, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: qemu development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org From: Philippe Mathieu-Daudé Host user-emulation headers were renamed in commits ba0e7333620 ("configure: Merge riscv32 and riscv64 host architectures") and bbf15aaf7c7 ("common-user: Move safe-syscall.* from linux-user"), then covered in commit 355cdac7d86 ("MAINTAINERS: Add common-user/host/riscv to RISC-V section"). Remove the obsolete entries. test_riscv64_sifive_u.py was renamed in commit e1a8572a8d7 ("tests/functional: Move riscv32/riscv64 tests into target-specific folders"). Reported-by: Pierrick Bouvier Signed-off-by: Philippe Mathieu-Daudé Message-ID: <20260519172621.98469-1-philmd@linaro.org> Reviewed-by: Alistair Francis --- MAINTAINERS | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index cd5a899774..64e7e090eb 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -362,8 +362,6 @@ F: hw/riscv/ F: hw/intc/riscv* F: include/hw/char/riscv_htif.h F: include/hw/riscv/ -F: linux-user/host/riscv32/ -F: linux-user/host/riscv64/ F: common-user/host/riscv* F: tests/functional/riscv32 F: tests/functional/riscv64 @@ -1782,7 +1780,7 @@ S: Supported F: docs/system/riscv/sifive_u.rst F: hw/*/*sifive*.c F: include/hw/*/*sifive*.h -F: tests/functional/test_riscv64_sifive_u.py +F: tests/functional/riscv64/test_sifive_u.py AMD Microblaze-V Generic Board M: Sai Pavan Boddu -- 2.54.0