From nobody Thu May 16 00:22:58 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=pass header.i=@intel.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; dmarc=pass(p=none dis=none) header.from=linux.intel.com ARC-Seal: i=1; a=rsa-sha256; t=1711539753; cv=none; d=zohomail.com; s=zohoarc; b=LFCXtmLS1KWP5B9NgoAC2oe4rmr65ZZ3FPtM6c1JPz8ZyObn66A0X4azsHvsp7V9psew28GIiF1axfeq+7ZBzkcBM6jv4U0wfT89h/FZdDiwJsWAOOl1DPGX9hZtJ0XnXJxWzDnBUHnDDyyk01bZKVq6xXZCD6rcHrP5Yb7O6bo= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1711539753; h=Content-Transfer-Encoding:Cc:Cc:Date:Date:From:From:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:Subject:To:To:Message-Id:Reply-To; bh=zRVWZ1/mz9SjMAWrRxCOrRK64EmR1EDReZsxkFec9Rw=; b=PaZog2ZUdWdiT+nYoBcgEBmFT5XEy4uG7jyZhseAJDoFbUOS2ccrjm8PDgkSXMpyTPj0k3d/UlvQxuGB2JyQpIik3ahRXxIruzGfOHktovMv/3uLOqLAzFMXAJgK1rvM9u84YDZsE8+X6E/whmftGcUAkt+kCb70p8N6V6e9PpE= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=@intel.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; dmarc=pass header.from= (p=none dis=none) Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1711539753859796.5333110517676; Wed, 27 Mar 2024 04:42:33 -0700 (PDT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rpRfM-0000FY-MV; Wed, 27 Mar 2024 07:42:01 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rpRfI-0000FJ-O3 for qemu-devel@nongnu.org; Wed, 27 Mar 2024 07:41:56 -0400 Received: from mgamail.intel.com ([192.198.163.7]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rpRfG-000347-6p for qemu-devel@nongnu.org; Wed, 27 Mar 2024 07:41:55 -0400 Received: from orviesa005.jf.intel.com ([10.64.159.145]) by fmvoesa101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Mar 2024 04:41:52 -0700 Received: from liuzhao-optiplex-7080.sh.intel.com ([10.239.160.36]) by orviesa005.jf.intel.com with ESMTP; 27 Mar 2024 04:41:51 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1711539714; x=1743075714; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=IsK7FM6JV64ClavXCbUb8x6UsIvU/oqb9Fw/iiCaWgk=; b=KNn2fULacWqz5VMeAzAtVYK+wo7Sl5mpUMogE+34+G1EWzYSRb3xXxQZ oH/IRDCd88UelaXbyk0+dI2C8zwh5HA5Bc4qgXZ/RrgcAEvtAlWQx0K9i S4OiupuRiVwCIuUrQLpV8h5SZxS7qnJ5X84H0cz1qgsQv0uJXk9/R8jz9 goAeUIhJSIYy55i9Qtagogf2cx54XvLWc7ogMp7sfC/GRJRY5vYB10YhZ VzK1uW/SFdlbPNeyrdUtkBsWnZfl7zgPlITpGaWQ3vXxIXQ71Wh7666kv alaCE9fZMVNL0LmwD44fvq+UKsIlqHHUpvL9p4RHgniCgoDubW3QW934Z w==; X-CSE-ConnectionGUID: dipmU3WVS3y7Ioct/pLNGg== X-CSE-MsgGUID: Adf9xJtORC6sJbp/0fdYGw== X-IronPort-AV: E=McAfee;i="6600,9927,11025"; a="32077492" X-IronPort-AV: E=Sophos;i="6.07,158,1708416000"; d="scan'208";a="32077492" X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.07,158,1708416000"; d="scan'208";a="20976709" From: Zhao Liu To: Markus Armbruster Cc: qemu-devel@nongnu.org, Zhao Liu Subject: [PATCH] MAINTAINERS: Fix error-report.c entry Date: Wed, 27 Mar 2024 19:55:39 +0800 Message-Id: <20240327115539.3860270-1-zhao1.liu@linux.intel.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable 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; Received-SPF: none client-ip=192.198.163.7; envelope-from=zhao1.liu@linux.intel.com; helo=mgamail.intel.com X-Spam_score_int: -19 X-Spam_score: -2.0 X-Spam_bar: -- X-Spam_report: (-2.0 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 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-bounces+importer=patchew.org@nongnu.org X-ZohoMail-DKIM: pass (identity @intel.com) X-ZM-MESSAGEID: 1711539754848100001 Content-Type: text/plain; charset="utf-8" From: Zhao Liu The commit 15002f60f792 ("util: rename qemu-error.c to match its header name") renamed util/qemu-error.c to util/error-report.c but missed to change the corresponding entry. To avoid get_maintainer.pl failing, update the error-report.c entry. Signed-off-by: Zhao Liu Reviewed-by: Philippe Mathieu-Daud=C3=A9 --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index a07af6b9d48e..197a06b42ff0 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3013,7 +3013,7 @@ F: include/qapi/error.h F: include/qemu/error-report.h F: qapi/error.json F: util/error.c -F: util/qemu-error.c +F: util/error-report.c F: scripts/coccinelle/err-bad-newline.cocci F: scripts/coccinelle/error-use-after-free.cocci F: scripts/coccinelle/error_propagate_null.cocci --=20 2.34.1