On 10 November 2015 at 12:22, Dr. David Alan Gilbert <dgilb...@redhat.com> wrote: > * Peter Maydell (peter.mayd...@linaro.org) wrote: >> On 10 November 2015 at 10:53, Peter Maydell <peter.mayd...@linaro.org> wrote: >> > On 9 November 2015 at 22:36, Eric Blake <ebl...@redhat.com> wrote: >> >> The only POSIX-ly correct portable way to print ssize_t is via casts >> >> (yes, quite ugly), as in: >> >> >> >> printf("%zu", (size_t)(ssize_t_value)); >> > >> > I'm running a test build using this approach. >> >> The following fixup patch was sufficient to get the pull through >> my tests. >> >> Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > > OK, it's just error messages anyway (we'll probably get afew > odd big values in there in the -ve cases). > > Reviewed-by: Dr. David Alan Gilbert <dgilb...@redhat.com> > > Is this OK or are you expecting Juan to send you a new pull?
I need a new pull, yes. -- PMM