From nobody Mon Nov 10 12:51:08 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.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; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1557831195; cv=none; d=zoho.com; s=zohoarc; b=e4ot0kgk8DXfJWpYDHdNb6l9/s5mXUKyLruxUm75oz4vVpkytyS84yz5q+42W1Oi+3Zca+r7NBExcZLXpudwESprNfsBLRQvTBA+aFpctMJijjz47igk1mhKQpjjbmVsv/5CKm5GsM2ak4PQA8luociBjgQu9DmGqvq4q1/Qslg= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1557831195; 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:ARC-Authentication-Results; bh=bkGd9W9pv7+9v5eEKeujJhj+ZZR2Rt9jpz8/TGJE160=; b=iR3fGSHsG14g/4fJH5qVOGsgJNOAPPko1XKHUl1AgSUZmGK+DEC3pDRqbHITBwh9094Bxp4mVGR5qKPrEWMTLEnQL0srrh55umQyKJam97SGZW+Ok7MbdMG+vjVquDYcR7MLfoXoAI16IR2PU6t8m9bYn8x2znt2kj90Ggs+Mrw= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.gnu.org (209.51.188.17 [209.51.188.17]) by mx.zohomail.com with SMTPS id 15578311952776.060964041126567; Tue, 14 May 2019 03:53:15 -0700 (PDT) Received: from localhost ([127.0.0.1]:45374 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hQV3V-0005yp-62 for importer@patchew.org; Tue, 14 May 2019 06:53:09 -0400 Received: from eggs.gnu.org ([209.51.188.92]:36078) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hQUsg-0005wH-6e for qemu-devel@nongnu.org; Tue, 14 May 2019 06:41:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hQUsf-0001JN-AV for qemu-devel@nongnu.org; Tue, 14 May 2019 06:41:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34534) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hQUsf-0001Hs-50 for qemu-devel@nongnu.org; Tue, 14 May 2019 06:41:57 -0400 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 7FA53811D8 for ; Tue, 14 May 2019 10:41:56 +0000 (UTC) Received: from localhost (unknown [10.36.112.10]) by smtp.corp.redhat.com (Postfix) with ESMTP id 5D02B60BCF; Tue, 14 May 2019 10:41:48 +0000 (UTC) From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= To: qemu-devel@nongnu.org Date: Tue, 14 May 2019 12:41:25 +0200 Message-Id: <20190514104126.6294-3-marcandre.lureau@redhat.com> In-Reply-To: <20190514104126.6294-1-marcandre.lureau@redhat.com> References: <20190514104126.6294-1-marcandre.lureau@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.27]); Tue, 14 May 2019 10:41:56 +0000 (UTC) Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH v4 2/3] libvhost-user: fix -Werror=format= on ppc64 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= , Gerd Hoffmann , "Michael S. Tsirkin" Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" That should fix the following warning: /home/pm215/qemu/contrib/libvhost-user/libvhost-user.c: In function =E2=80=98vu_set_mem_table_exec_postcopy=E2=80=99: /home/pm215/qemu/contrib/libvhost-user/libvhost-user.c:666:9: error: format =E2=80=98%llx=E2=80=99 expects argument of type =E2=80=98long long u= nsigned int=E2=80=99, but argument 5 has type =E2=80=98__u64=E2=80=99 [-Werror=3Dformat=3D] DPRINT("%s: region %d: Registered userfault for %llx + %llx\n", ^ /home/pm215/qemu/contrib/libvhost-user/libvhost-user.c:666:9: error: format =E2=80=98%llx=E2=80=99 expects argument of type =E2=80=98long long u= nsigned int=E2=80=99, but argument 6 has type =E2=80=98__u64=E2=80=99 [-Werror=3Dformat=3D] cc1: all warnings being treated as errors Signed-off-by: Marc-Andr=C3=A9 Lureau Reviewed-by: Philippe Mathieu-Daud=C3=A9 --- contrib/libvhost-user/libvhost-user.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/contrib/libvhost-user/libvhost-user.c b/contrib/libvhost-user/= libvhost-user.c index 40443a3daa..ab85166b15 100644 --- a/contrib/libvhost-user/libvhost-user.c +++ b/contrib/libvhost-user/libvhost-user.c @@ -663,8 +663,10 @@ vu_set_mem_table_exec_postcopy(VuDev *dev, VhostUserMs= g *vmsg) __func__, i); return false; } - DPRINT("%s: region %d: Registered userfault for %llx + %llx\n", - __func__, i, reg_struct.range.start, reg_struct.range.len); + DPRINT("%s: region %d: Registered userfault for %" + PRIu64 " + %" PRIu64 "\n", __func__, i, + (uint64_t)reg_struct.range.start, + (uint64_t)reg_struct.range.len); /* Now it's registered we can let the client at it */ if (mprotect((void *)(uintptr_t)dev_region->mmap_addr, dev_region->size + dev_region->mmap_offset, --=20 2.21.0.777.g83232e3864