Message ID | 1431092051-31046-1-git-send-email-lcapitulino@redhat.com |
---|---|
State | New |
Headers | show |
On 8 May 2015 at 14:34, Luiz Capitulino <lcapitulino@redhat.com> wrote: > The following changes since commit f8340b360b9bc29d48716ba8aca79df2b9544979: > > hw/ptimer: Do not artificially limit timers when using icount (2015-05-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 Hi. I'm afraid this doesn't build on win32: /home/petmay01/linaro/qemu-for-merges/monitor.c: In function ‘memory_search’: /home/petmay01/linaro/qemu-for-merges/monitor.c:1306: warning: implicit declaration of function ‘memmem’ /home/petmay01/linaro/qemu-for-merges/monitor.c:1306: warning: nested extern declaration of ‘memmem’ /home/petmay01/linaro/qemu-for-merges/monitor.c:1306: warning: assignment makes pointer from integer thanks -- PMM
On Mon, 11 May 2015 13:53:47 +0100 Peter Maydell <peter.maydell@linaro.org> wrote: > On 8 May 2015 at 14:34, Luiz Capitulino <lcapitulino@redhat.com> wrote: > > The following changes since commit f8340b360b9bc29d48716ba8aca79df2b9544979: > > > > hw/ptimer: Do not artificially limit timers when using icount (2015-05-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 > > Hi. I'm afraid this doesn't build on win32: > /home/petmay01/linaro/qemu-for-merges/monitor.c: In function ‘memory_search’: > /home/petmay01/linaro/qemu-for-merges/monitor.c:1306: warning: > implicit declaration of function ‘memmem’ > /home/petmay01/linaro/qemu-for-merges/monitor.c:1306: warning: nested > extern declaration of ‘memmem’ > /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.
On 11 May 2015 at 14:17, Luiz Capitulino <lcapitulino@redhat.com> wrote: > On Mon, 11 May 2015 13:53:47 +0100 > Peter Maydell <peter.maydell@linaro.org> wrote: > >> On 8 May 2015 at 14:34, Luiz Capitulino <lcapitulino@redhat.com> wrote: >> > The following changes since commit f8340b360b9bc29d48716ba8aca79df2b9544979: >> > >> > hw/ptimer: Do not artificially limit timers when using icount (2015-05-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 >> >> Hi. I'm afraid this doesn't build on win32: >> /home/petmay01/linaro/qemu-for-merges/monitor.c: In function ‘memory_search’: >> /home/petmay01/linaro/qemu-for-merges/monitor.c:1306: warning: >> implicit declaration of function ‘memmem’ >> /home/petmay01/linaro/qemu-for-merges/monitor.c:1306: warning: nested >> extern declaration of ‘memmem’ >> /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. Applied, thanks. -- PMM