From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60468) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c1GEZ-0000hq-FH for qemu-devel@nongnu.org; Mon, 31 Oct 2016 13:18:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c1GEW-0006TK-B2 for qemu-devel@nongnu.org; Mon, 31 Oct 2016 13:18:55 -0400 Received: from mail-wm0-x229.google.com ([2a00:1450:400c:c09::229]:34375) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1c1GEV-0006SI-T3 for qemu-devel@nongnu.org; Mon, 31 Oct 2016 13:18:52 -0400 Received: by mail-wm0-x229.google.com with SMTP id u144so9039161wmu.1 for ; Mon, 31 Oct 2016 10:18:51 -0700 (PDT) References: <1477924663-30950-1-git-send-email-pbonzini@redhat.com> From: Alex =?utf-8?Q?Benn=C3=A9e?= In-reply-to: Date: Mon, 31 Oct 2016 17:18:49 +0000 Message-ID: <878tt4xwqu.fsf@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PULL 00/27] Misc patches for 2016-10-31 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Paolo Bonzini , QEMU Developers Peter Maydell writes: > On 31 October 2016 at 14:37, Paolo Bonzini wrote: >> The following changes since commit 277d44f5a608055ee51e818837af226de8d015f5: >> >> Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into staging (2016-10-31 11:58:30 +0000) >> >> are available in the git repository at: >> >> git://github.com/bonzini/qemu.git tags/for-upstream >> >> for you to fetch changes up to 383503346e601b396dedbbb8197f213d476b596d: >> >> x86: add AVX512_4VNNIW and AVX512_4FMAPS features (2016-10-31 15:05:22 +0100) >> >> ---------------------------------------------------------------- >> * NBD bugfix (Changlong) >> * NBD write zeroes support (Eric) >> * Memory backend fixes (Haozhong) >> * Atomics fix (Alex) >> * New AVX512 features (Luwei) >> * "make check" logging fix (Paolo) >> * Chardev refactoring fallout (Paolo) >> * Small checkpatch improvement (Paolo) > > Fails to build on OSX (format string issues) :-( > > /home/petmay01/qemu/exec.c: In function 'file_ram_alloc': > /home/petmay01/qemu/exec.c:1338:9: error: format '%llu' expects > argument of type 'long long unsigned int', but argument 8 has type > 'ram_addr_t' [-Werror=format=] > error_setg(errp, "backing store %s size %"PRId64 > ^ It should be using RAM_ADDR_FMT right? > > thanks > -- PMM -- Alex Bennée