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=-8.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,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 E87EFC43331 for ; Wed, 1 Apr 2020 11:03:08 +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 B8CB32078B for ; Wed, 1 Apr 2020 11:03:08 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B8CB32078B Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=adacore.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Received: from localhost ([::1]:57944 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jJb9H-0000Bu-U6 for qemu-devel@archiver.kernel.org; Wed, 01 Apr 2020 07:03:07 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:58252) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jJb5y-0006df-Lu for qemu-devel@nongnu.org; Wed, 01 Apr 2020 06:59:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jJb5x-00024M-Iz for qemu-devel@nongnu.org; Wed, 01 Apr 2020 06:59:42 -0400 Received: from mel.act-europe.fr ([194.98.77.210]:46127 helo=smtp.eu.adacore.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jJb5x-00022i-Ch for qemu-devel@nongnu.org; Wed, 01 Apr 2020 06:59:41 -0400 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 9D12681387; Wed, 1 Apr 2020 12:59:40 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at eu.adacore.com Received: from smtp.eu.adacore.com ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KALbQw33jB9L; Wed, 1 Apr 2020 12:59:40 +0200 (CEST) Received: from localhost.localdomain (lfbn-tou-1-1471-22.w90-89.abo.wanadoo.fr [90.89.4.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.eu.adacore.com (Postfix) with ESMTPSA id 5E5E181385; Wed, 1 Apr 2020 12:59:40 +0200 (CEST) Subject: Re: [PATCH-for-5.1 5/7] hw/timer/grlib_gptimer: Display frequency in decimal To: =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= , qemu-devel@nongnu.org References: <20200331105048.27989-1-f4bug@amsat.org> <20200331105048.27989-6-f4bug@amsat.org> From: KONRAD Frederic Message-ID: <965a3560-e4b7-0b77-88d0-01acbcaf94c2@adacore.com> Date: Wed, 1 Apr 2020 12:59:40 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.6.0 MIME-Version: 1.0 In-Reply-To: <20200331105048.27989-6-f4bug@amsat.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: fr Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 194.98.77.210 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: Artyom Tarasenko , Mark Cave-Ayland , Jiri Gaisler , Fabien Chouteau , Richard Henderson Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" Le 3/31/20 =C3=A0 12:50 PM, Philippe Mathieu-Daud=C3=A9 a =C3=A9crit=C2=A0= : > Signed-off-by: Philippe Mathieu-Daud=C3=A9 > --- > hw/timer/trace-events | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/hw/timer/trace-events b/hw/timer/trace-events > index 29fda7870e..96a6c9138c 100644 > --- a/hw/timer/trace-events > +++ b/hw/timer/trace-events > @@ -19,7 +19,7 @@ slavio_timer_mem_writel_invalid(uint64_t addr) "inval= id write address 0x%"PRIx64 > grlib_gptimer_enable(int id, uint32_t count) "timer:%d set count 0x%x= and run" > grlib_gptimer_disabled(int id, uint32_t config) "timer:%d Timer disab= le config 0x%x" > grlib_gptimer_restart(int id, uint32_t reload) "timer:%d reload val: = 0x%x" > -grlib_gptimer_set_scaler(uint32_t scaler, uint32_t freq) "scaler:0x%x = freq: 0x%x" > +grlib_gptimer_set_scaler(uint32_t scaler, uint32_t freq) "scaler:0x%x = freq:%uHz" > grlib_gptimer_hit(int id) "timer:%d HIT" > grlib_gptimer_readl(int id, uint64_t addr, uint32_t val) "timer:%d ad= dr 0x%"PRIx64" 0x%x" > grlib_gptimer_writel(int id, uint64_t addr, uint32_t val) "timer:%d a= ddr 0x%"PRIx64" 0x%x" >=20 Reviewed-by: KONRAD Frederic