From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59400) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZoAUv-0006g6-Cp for qemu-devel@nongnu.org; Mon, 19 Oct 2015 09:29:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZoAUs-00056L-5S for qemu-devel@nongnu.org; Mon, 19 Oct 2015 09:29:09 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52501) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZoAUs-000561-0N for qemu-devel@nongnu.org; Mon, 19 Oct 2015 09:29:06 -0400 Message-ID: <1445261343.13733.41.camel@redhat.com> From: Gerd Hoffmann Date: Mon, 19 Oct 2015 15:29:03 +0200 In-Reply-To: <20151019115234.GA5874@morn.lan> References: <1445246284-21137-1-git-send-email-kraxel@redhat.com> <20151019115234.GA5874@morn.lan> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PULL 0/7] fw_cfg: add dma interface, add strings via cmdline. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin O'Connor Cc: Peter Maydell , QEMU Developers Hi > > Windows fails to compile: > > /home/petmay01/linaro/qemu-for-merges/hw/nvram/fw_cfg.c: In function > > =E2=80=98fw_cfg_dma_mem_read=E2=80=99: > > /home/petmay01/linaro/qemu-for-merges/hw/nvram/fw_cfg.c:406: warning: > > integer constant is too large for =E2=80=98long=E2=80=99 type >=20 > I don't have a Windows test environment, but I suspect the following: Builds fine here for some strange reason ... > #define FW_CFG_DMA_SIGNATURE 0x51454d5520434647 /* "QEMU CFG" */ >=20 > should be changed to: >=20 > #define FW_CFG_DMA_SIGNATURE 0x51454d5520434647ULL /* "QEMU CFG" */ But that is correct. Fixed. cheers, Gerd