From nobody Tue Nov 18 05:58:55 2025 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=fail; 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 ARC-Seal: i=1; a=rsa-sha256; t=1607922841; cv=none; d=zohomail.com; s=zohoarc; b=choWhzbMQ4IMhf/8ppD6ei4GIcZmV6aCJgmzSxAXr40xD/Ro8aA7wp06M+kBtSJz1+4MyK5xkmwxTNLlGQ/+DPIPGyWGjfitHG0Ab9dPOiGb3Zu7t+iTIfNy3EWI8LOVavXYO9dwYU1LCPyWvKMJW1Bo1Np7YmHLLXMiwvDNoi0= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1607922841; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=t+lkfAGyKiaXsjijXbYWQDFZe9owm/s6SRQsMbvcXUI=; b=hUA2EEoH7mnARRDfapLapX7dKdAFlcfdP55C1JSyO4m410C8rBQTE/IVOZkr5VP3DcimfMeBQ9j2MEdPnqRftJ5Pz0NpxgiJTpFrDDE1eSX/ewwx2dy4h+Vv9nAkYRjgBva+Lsjtw2kMe8nASeTsfyCFmoFQbYGfQgyk3xIjM2o= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=fail; 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 Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1607922841399503.52395006593497; Sun, 13 Dec 2020 21:14:01 -0800 (PST) Received: from localhost ([::1]:33144 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kogBM-0001ca-CS for importer@patchew.org; Mon, 14 Dec 2020 00:14:00 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:39382) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kofwV-0005Gy-HM; Sun, 13 Dec 2020 23:58:40 -0500 Received: from bilbo.ozlabs.org ([203.11.71.1]:55401 helo=ozlabs.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kofwS-0004rp-U5; Sun, 13 Dec 2020 23:58:38 -0500 Received: by ozlabs.org (Postfix, from userid 1007) id 4CvTfr6jtdz9sWD; Mon, 14 Dec 2020 15:58:12 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gibson.dropbear.id.au; s=201602; t=1607921892; bh=uVIRb7hIYJHDnKhaMscExvDEx5rkEohyvyF3nRN8iYU=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=DUwRe4RaFl3AgpqSuf3jHwrHgdzsdPEqGY9N2HI/fY/xCBwr4NikyRhE/sxU+Ro/i O90WDW/Ci+fpqG2ipXzuxUdjs2MiCACryJAOwcXvxTaG7qgqnxM5O7vKHG76hEecoY DRUPWVAOs0Ez23G04TyuAuO9Ck4CiWWhaJKv+6cY= From: David Gibson To: peter.maydell@linaro.org Subject: [PULL 15/30] hw/ppc/spapr_tpm_proxy: Fix hexadecimal format string specifier Date: Mon, 14 Dec 2020 15:57:52 +1100 Message-Id: <20201214045807.41003-16-david@gibson.dropbear.id.au> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20201214045807.41003-1-david@gibson.dropbear.id.au> References: <20201214045807.41003-1-david@gibson.dropbear.id.au> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" 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: pass client-ip=203.11.71.1; envelope-from=dgibson@ozlabs.org; helo=ozlabs.org X-Spam_score_int: -17 X-Spam_score: -1.8 X-Spam_bar: - X-Spam_report: (-1.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.249, 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.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: qemu-devel@nongnu.org, groug@kaod.org, Dov Murik , qemu-ppc@nongnu.org, =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= , David Gibson Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) From: Philippe Mathieu-Daud=C3=A9 The '%u' conversion specifier is for decimal notation. When prefixing a format with '0x', we want the hexadecimal specifier ('%x'). Inspired-by: Dov Murik Signed-off-by: Philippe Mathieu-Daud=C3=A9 Message-Id: <20201103112558.2554390-4-philmd@redhat.com> Reviewed-by: Greg Kurz Signed-off-by: David Gibson --- hw/ppc/trace-events | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/ppc/trace-events b/hw/ppc/trace-events index dcc06d49b5..6d8d095aa2 100644 --- a/hw/ppc/trace-events +++ b/hw/ppc/trace-events @@ -19,7 +19,7 @@ spapr_update_dt_failed_size(unsigned cbold, unsigned cbne= w, unsigned magic) "Old spapr_update_dt_failed_check(unsigned cbold, unsigned cbnew, unsigned magi= c) "Old blob %u bytes, new blob %u bytes, magic 0x%x" =20 # spapr_tpm_proxy.c -spapr_h_tpm_comm(const char *device_path, uint64_t operation) "tpm_device_= path=3D%s operation=3D0x%"PRIu64 +spapr_h_tpm_comm(const char *device_path, uint64_t operation) "tpm_device_= path=3D%s operation=3D0x%"PRIx64 spapr_tpm_execute(uint64_t data_in, uint64_t data_in_sz, uint64_t data_out= , uint64_t data_out_sz) "data_in=3D0x%"PRIx64", data_in_sz=3D%"PRIu64", dat= a_out=3D0x%"PRIx64", data_out_sz=3D%"PRIu64 =20 # spapr_iommu.c --=20 2.29.2