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 X-Spam-Level: X-Spam-Status: No, score=-17.2 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D3FADC433FE for ; Tue, 8 Dec 2020 21:50:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 867C821D7F for ; Tue, 8 Dec 2020 21:50:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730211AbgLHVux (ORCPT ); Tue, 8 Dec 2020 16:50:53 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51882 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730199AbgLHVux (ORCPT ); Tue, 8 Dec 2020 16:50:53 -0500 Received: from mail-oi1-x243.google.com (mail-oi1-x243.google.com [IPv6:2607:f8b0:4864:20::243]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3F098C0613CF for ; Tue, 8 Dec 2020 13:50:13 -0800 (PST) Received: by mail-oi1-x243.google.com with SMTP id f132so118060oib.12 for ; Tue, 08 Dec 2020 13:50:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=pxqZFKpCxt1YMmCRnRmZFTodNYlQR/RONK9lMwj2jVU=; b=zQsbgGjWu6V+B5JVuOMuDSb5iEFt9eGLaCETCMHJ4Y4LiwqkIM4bpvJpoyjgswnSvh VFNrxj3Enfx7IaHU3w3zhToIokBVbDMqBRo9UsibkOas7+y7WEghw7LpHZ3y+Gi2vYmn TgWdrwWsIrs09dxVpWdxQRFqSeqWDe0xmejWRYd08kcbT7b0y+KHP18wNQJnSI7Nq6RF cU4TeqKQpE/uP1aXL5YJ31MJfO9h2XyvTlmhpzWUsgDL3V4Q7u91W6Jgln4ookg2Hgeq nbEGvNE1/oggaTiREELMDLOux8IHwJF7WYXV8wS1prTkRdTg0t/QQL/t2EVPcwPISMq2 uWNA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=pxqZFKpCxt1YMmCRnRmZFTodNYlQR/RONK9lMwj2jVU=; b=XVjn13r7KGbCW/7pYBB5Skd+/XmiRy8QFsWhmEu2oYI1PSaTqANA/3YDAnkZulgubK or3/p6Aml0m4P+h2vl7ZNxMt87yWSFpqKtFdSYfAX+FTLBMaCIP1+7+/lu2eUdEu/ESC Xop32CiQl3TuaI+ObWADtYJnSoQi1rtHLom8qK/6uxEOrCwC86yQya5ch0w5djhWjREg t7EYX2nkdlCPbTNjufCq6AK94G0FHJJVNidtDYBazMUUgBjgp8nqeDMm3Y4A0hxMVOJd yWKUxLvNho0Cd5GeOAH0Q/DMCUjB7ORtLLpJ18EPw7/vilOSZGOlQupEd7AxPtGg4LP9 VuSQ== X-Gm-Message-State: AOAM532yhyXJ1O+MAvJrqWAas44OPd9AqqdDW/X1m++mD0aqKa0paot0 emYmgt/H5JeHqZUdwo4JxJvP/Q== X-Google-Smtp-Source: ABdhPJyOnKjKPWWhZgg3fUUBpi/TPH0TvxU3LEnX8ziNkxQYFhzUdC0YQlrp+RhoLJXoD77tBSCu6A== X-Received: by 2002:aca:4c4f:: with SMTP id z76mr4460421oia.1.1607464212745; Tue, 08 Dec 2020 13:50:12 -0800 (PST) Received: from [10.10.121.52] (fixed-187-189-51-144.totalplay.net. [187.189.51.144]) by smtp.gmail.com with ESMTPSA id x20sm50652oov.33.2020.12.08.13.50.11 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 08 Dec 2020 13:50:12 -0800 (PST) Subject: Re: [PATCH 04/19] target/mips: Remove unused headers from cp0_helper.c To: =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= , qemu-devel@nongnu.org Cc: Aurelien Jarno , Jiaxun Yang , Paul Burton , kvm@vger.kernel.org, Huacai Chen , Aleksandar Rikalo , Paolo Bonzini References: <20201206233949.3783184-1-f4bug@amsat.org> <20201206233949.3783184-5-f4bug@amsat.org> From: Richard Henderson Message-ID: <94c54de7-0a03-2f4e-122f-c921e772be7c@linaro.org> Date: Tue, 8 Dec 2020 15:50:09 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <20201206233949.3783184-5-f4bug@amsat.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org On 12/6/20 5:39 PM, Philippe Mathieu-Daudé wrote: > Remove unused headers and add missing "qemu/log.h" since > qemu_log() is called. > > Signed-off-by: Philippe Mathieu-Daudé > --- > target/mips/cp0_helper.c | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) Reviewed-by: Richard Henderson r~ 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 X-Spam-Level: X-Spam-Status: No, score=-15.1 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9724BC4361B for ; Tue, 8 Dec 2020 22:05:24 +0000 (UTC) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 23782222B3 for ; Tue, 8 Dec 2020 22:05:24 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 23782222B3 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linaro.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Received: from localhost ([::1]:51582 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kml6o-00080I-Ja for qemu-devel@archiver.kernel.org; Tue, 08 Dec 2020 17:05:22 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:50258) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kmksF-0002Jk-1q for qemu-devel@nongnu.org; Tue, 08 Dec 2020 16:50:19 -0500 Received: from mail-oi1-x244.google.com ([2607:f8b0:4864:20::244]:34034) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kmksD-0006Vg-6x for qemu-devel@nongnu.org; Tue, 08 Dec 2020 16:50:18 -0500 Received: by mail-oi1-x244.google.com with SMTP id s75so194270oih.1 for ; Tue, 08 Dec 2020 13:50:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=pxqZFKpCxt1YMmCRnRmZFTodNYlQR/RONK9lMwj2jVU=; b=zQsbgGjWu6V+B5JVuOMuDSb5iEFt9eGLaCETCMHJ4Y4LiwqkIM4bpvJpoyjgswnSvh VFNrxj3Enfx7IaHU3w3zhToIokBVbDMqBRo9UsibkOas7+y7WEghw7LpHZ3y+Gi2vYmn TgWdrwWsIrs09dxVpWdxQRFqSeqWDe0xmejWRYd08kcbT7b0y+KHP18wNQJnSI7Nq6RF cU4TeqKQpE/uP1aXL5YJ31MJfO9h2XyvTlmhpzWUsgDL3V4Q7u91W6Jgln4ookg2Hgeq nbEGvNE1/oggaTiREELMDLOux8IHwJF7WYXV8wS1prTkRdTg0t/QQL/t2EVPcwPISMq2 uWNA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=pxqZFKpCxt1YMmCRnRmZFTodNYlQR/RONK9lMwj2jVU=; b=Qo0O4So9DKGQLodZnuzr/p6Ak8JO9KroYMzCI4llXfvAwLp9Uv2SdIAV7HTuhxH1+4 P7mB5xZo3336kLBXYp34B5dz+sJv/cqBmo3L3unGgJHTEiBqmz+rAS+GYpiVGYfN/hjc bApsj+2tq9HewcW6vGSiIJYBlTuw0EGn19D/EUDXVl2tAsbYlW9ldMT4ILgJXKjTaZM6 aMhVmylNhyry+nkqdk+go5sNB1G+CkJ5nMpZcLkFrDE2kdgrq0M2FiPDvWIa5xof1hsa YxXODvTcxSqNFDP/oUvsKPet+4RnCdclVjMfr3TEtNmnp00Hbz+mQDq7v7THr0MoLj3j FFyw== X-Gm-Message-State: AOAM5311+giA5uSpbK0C2OcUrfDp54U9r+pTAn8YyyyCyX79KuzEOMB7 AaaED3nfl3ReFcr04vbSVuvcuw== X-Google-Smtp-Source: ABdhPJyOnKjKPWWhZgg3fUUBpi/TPH0TvxU3LEnX8ziNkxQYFhzUdC0YQlrp+RhoLJXoD77tBSCu6A== X-Received: by 2002:aca:4c4f:: with SMTP id z76mr4460421oia.1.1607464212745; Tue, 08 Dec 2020 13:50:12 -0800 (PST) Received: from [10.10.121.52] (fixed-187-189-51-144.totalplay.net. [187.189.51.144]) by smtp.gmail.com with ESMTPSA id x20sm50652oov.33.2020.12.08.13.50.11 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 08 Dec 2020 13:50:12 -0800 (PST) Subject: Re: [PATCH 04/19] target/mips: Remove unused headers from cp0_helper.c To: =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= , qemu-devel@nongnu.org References: <20201206233949.3783184-1-f4bug@amsat.org> <20201206233949.3783184-5-f4bug@amsat.org> From: Richard Henderson Message-ID: <94c54de7-0a03-2f4e-122f-c921e772be7c@linaro.org> Date: Tue, 8 Dec 2020 15:50:09 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <20201206233949.3783184-5-f4bug@amsat.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2607:f8b0:4864:20::244; envelope-from=richard.henderson@linaro.org; helo=mail-oi1-x244.google.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, NICE_REPLY_A=-0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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: Aleksandar Rikalo , kvm@vger.kernel.org, Paul Burton , Huacai Chen , Paolo Bonzini , Aurelien Jarno Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" On 12/6/20 5:39 PM, Philippe Mathieu-Daudé wrote: > Remove unused headers and add missing "qemu/log.h" since > qemu_log() is called. > > Signed-off-by: Philippe Mathieu-Daudé > --- > target/mips/cp0_helper.c | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) Reviewed-by: Richard Henderson r~