From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58871) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gH67s-0007Pb-6A for qemu-devel@nongnu.org; Mon, 29 Oct 2018 07:54:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gH67q-0007ht-Q0 for qemu-devel@nongnu.org; Mon, 29 Oct 2018 07:54:32 -0400 Received: from mail-oi1-x243.google.com ([2607:f8b0:4864:20::243]:44813) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gH67q-0007bz-EL for qemu-devel@nongnu.org; Mon, 29 Oct 2018 07:54:30 -0400 Received: by mail-oi1-x243.google.com with SMTP id k19-v6so6742185oic.11 for ; Mon, 29 Oct 2018 04:54:27 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20181026153125.24738-1-laurent@vivier.eu> References: <20181026153125.24738-1-laurent@vivier.eu> From: Peter Maydell Date: Mon, 29 Oct 2018 11:54:06 +0000 Message-ID: Content-Type: text/plain; charset="UTF-8" Subject: Re: [Qemu-devel] [PULL 00/20] Trivial patches patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laurent Vivier Cc: QEMU Developers , Michael Tokarev , Jason Wang , qemu-arm , Michael Walle , Laurent Vivier , "Michael S. Tsirkin" , Cleber Rosa , Igor Mammedov , "open list:X86" , Aleksandar Markovic , Markus Armbruster , Max Reitz , Fam Zheng , Paolo Bonzini , =?UTF-8?B?QWxleCBCZW5uw6ll?= , Anthony Perard , Aurelien Jarno , Kevin Wolf , Qemu-block , Stefano Stabellini , Gerd Hoffmann , Marcel Apfelbaum , =?UTF-8?Q?Philippe_Mathieu=2DDaud=C3=A9?= , Thomas Huth , QEMU Trivial , Riku Voipio , Eduardo Habkost On 26 October 2018 at 16:31, Laurent Vivier wrote: > The following changes since commit 808ebd66e467f77c0d1f8c6346235f81e9c99cf2: > > Merge remote-tracking branch 'remotes/riscv/tags/riscv-for-master-3.1-sf0' into staging (2018-10-25 17:41:03 +0100) > > are available in the Git repository at: > > git://github.com/vivier/qemu.git tags/trivial-patches-pull-request > > for you to fetch changes up to 4b03da6e87c34793137a231b558231fd406c05e8: > > ppc: move at24c to its own CONFIG_ symbol (2018-10-26 17:17:32 +0200) > > ---------------------------------------------------------------- > QEMU trivial patches collected between June and October 2018 > (Thank you to Thomas Huth) > > ---------------------------------------------------------------- Hi; I get a compile error due to a format string issue: In file included from /home/petmay01/qemu-for-merges/hw/net/milkymist-minimac2.c:33:0: /home/petmay01/qemu-for-merges/hw/net/milkymist-minimac2.c: In function 'minimac2_write': /home/petmay01/qemu-for-merges/hw/net/milkymist-minimac2.c:420:23: error: format '%lx' expects argument of type 'long unsigned int', but argument 4 has type 'uint64_t {aka long long unsign ed int}' [-Werror=format=] "milkymist_minimac2_wr%d: 0x%" HWADDR_PRIx " = 0x%lx\n", ^ /home/petmay01/qemu-for-merges/include/qemu/log.h:85:22: note: in definition of macro 'qemu_lo g_mask' qemu_log(FMT, ## __VA_ARGS__); \ ^ cc1: all warnings being treated as errors (affects windows crossbuilds, OSX and 32-bit hosts). thanks -- PMM