From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51353) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YroJY-0001y0-I9 for qemu-devel@nongnu.org; Mon, 11 May 2015 10:04:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YroJP-0007v2-3i for qemu-devel@nongnu.org; Mon, 11 May 2015 10:04:12 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57967) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YroJO-0007uj-Uo for qemu-devel@nongnu.org; Mon, 11 May 2015 10:04:03 -0400 Date: Mon, 11 May 2015 09:17:51 -0400 From: Luiz Capitulino Message-ID: <20150511091751.0aab2027@redhat.com> In-Reply-To: References: <1431092051-31046-1-git-send-email-lcapitulino@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PULL 00/10] QMP queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers On Mon, 11 May 2015 13:53:47 +0100 Peter Maydell wrote: > On 8 May 2015 at 14:34, Luiz Capitulino wrote: > > The following changes since commit f8340b360b9bc29d48716ba8aca79df2b954= 4979: > > > > hw/ptimer: Do not artificially limit timers when using icount (2015-0= 5-08 17:15:23 +1000) > > > > are available in the git repository at: > > > > git://repo.or.cz/qemu/qmp-unstable.git tags/for-upstream > > > > for you to fetch changes up to 07972d16e3343dc62302b81efb018308f99f7a7a: > > > > scripts: qmp-shell: Add verbose flag (2015-05-08 08:47:01 -0400) > > > > ---------------------------------------------------------------- > > QMP pull request >=20 > Hi. I'm afraid this doesn't build on win32: > /home/petmay01/linaro/qemu-for-merges/monitor.c: In function =E2=80=98mem= ory_search=E2=80=99: > /home/petmay01/linaro/qemu-for-merges/monitor.c:1306: warning: > implicit declaration of function =E2=80=98memmem=E2=80=99 > /home/petmay01/linaro/qemu-for-merges/monitor.c:1306: warning: nested > extern declaration of =E2=80=98memmem=E2=80=99 > /home/petmay01/linaro/qemu-for-merges/monitor.c:1306: warning: > assignment makes pointer from integer Needless to say that I didn't build for win32. My bad. Can you try again? I've dropped the offending patch and pushed the tag again.