Re: [Qemu-devel] [PULL 00/57] Migration pull (take 2)

2015-11-10 Thread Peter Maydell
On 10 November 2015 at 14:24, Juan Quintela wrote: > > > Hi > > Now with peter changes to make it compile on his windows crosscompiler. > > thanks, Peter. > > > two items: > > - Postcopy pull request (dave) > - fix for qemu_completion (Denis) > > Please apply. > > Thanks, Juan. > > > The following

Re: [Qemu-devel] [PULL 00/57] Migration pull

2015-11-10 Thread Peter Maydell
On 10 November 2015 at 12:22, Dr. David Alan Gilbert wrote: > * Peter Maydell (peter.mayd...@linaro.org) wrote: >> On 10 November 2015 at 10:53, Peter Maydell wrote: >> > On 9 November 2015 at 22:36, Eric Blake wrote: >> >> The only POSIX-ly correct portable way to print ssize_t is via casts >>

Re: [Qemu-devel] [PULL 00/57] Migration pull

2015-11-10 Thread Dr. David Alan Gilbert
* Peter Maydell (peter.mayd...@linaro.org) wrote: > On 10 November 2015 at 10:53, Peter Maydell wrote: > > On 9 November 2015 at 22:36, Eric Blake 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

Re: [Qemu-devel] [PULL 00/57] Migration pull

2015-11-10 Thread Peter Maydell
On 10 November 2015 at 10:53, Peter Maydell wrote: > On 9 November 2015 at 22:36, Eric Blake 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.

Re: [Qemu-devel] [PULL 00/57] Migration pull

2015-11-10 Thread Peter Maydell
On 9 November 2015 at 22:36, Eric Blake 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. > I wish %zd were portably useful for printing ssize_t, but

Re: [Qemu-devel] [PULL 00/57] Migration pull

2015-11-09 Thread Eric Blake
On 11/09/2015 11:29 AM, Juan Quintela wrote: >> Fails to build on W32: > > I know it is not good consolation, but it build for me and David. > And I don't understand the error. The error is a bug in mingw headers. > > >> >> cc1: warnings being treated as errors >> /home/petmay01/linaro/qemu-f

Re: [Qemu-devel] [PULL 00/57] Migration pull

2015-11-09 Thread Markus Armbruster
Peter Maydell writes: > On 9 November 2015 at 17:28, Juan Quintela wrote: >> >> Hi >> >> two items: >> >> - Postcopy pull request (dave) >> - fix for qemu_completion (Denis) >> >> Please apply. >> >> Thanks, Juan. >> >> >> The following changes since commit ce278618b088afd10b91a05311eaeb6401bb50

Re: [Qemu-devel] [PULL 00/57] Migration pull

2015-11-09 Thread Juan Quintela
Peter Maydell wrote: > On 9 November 2015 at 17:28, Juan Quintela wrote: >> >> Hi >> >> two items: >> >> - Postcopy pull request (dave) >> - fix for qemu_completion (Denis) >> >> Please apply. >> >> Thanks, Juan. >> >> >> The following changes since commit ce278618b088afd10b91a05311eaeb6401bb5004

Re: [Qemu-devel] [PULL 00/57] Migration pull

2015-11-09 Thread Juan Quintela
Peter Maydell wrote: > On 9 November 2015 at 17:28, Juan Quintela wrote: >> >> Hi >> >> two items: >> >> - Postcopy pull request (dave) >> - fix for qemu_completion (Denis) >> >> Please apply. >> >> Thanks, Juan. >> >> >> The following changes since commit ce278618b088afd10b91a05311eaeb6401bb5004

Re: [Qemu-devel] [PULL 00/57] Migration pull

2015-11-09 Thread Peter Maydell
On 9 November 2015 at 17:40, Dr. David Alan Gilbert wrote: > * Peter Maydell (peter.mayd...@linaro.org) wrote: >> 57 patches three days before hard freeze? Are you *really* sure about this? > > Well: > a) It's been posted and tested for a long time now; most things seem happy. > b) It's been p

Re: [Qemu-devel] [PULL 00/57] Migration pull

2015-11-09 Thread Dr. David Alan Gilbert
* Peter Maydell (peter.mayd...@linaro.org) wrote: > On 9 November 2015 at 17:28, Juan Quintela wrote: > > > > Hi > > > > two items: > > > > - Postcopy pull request (dave) > > - fix for qemu_completion (Denis) > > > > Please apply. > > 57 patches three days before hard freeze? Are you *really* sur

Re: [Qemu-devel] [PULL 00/57] Migration pull

2015-11-09 Thread Juan Quintela
Peter Maydell wrote: > On 9 November 2015 at 17:28, Juan Quintela wrote: >> >> Hi >> >> two items: >> >> - Postcopy pull request (dave) >> - fix for qemu_completion (Denis) >> >> Please apply. > > 57 patches three days before hard freeze? Are you *really* sure about this? 1 is a fix. We were exp

Re: [Qemu-devel] [PULL 00/57] Migration pull

2015-11-09 Thread Peter Maydell
On 9 November 2015 at 17:28, Juan Quintela wrote: > > Hi > > two items: > > - Postcopy pull request (dave) > - fix for qemu_completion (Denis) > > Please apply. 57 patches three days before hard freeze? Are you *really* sure about this? thanks -- PMM

Re: [Qemu-devel] [PULL 00/57] Migration pull

2015-11-09 Thread Peter Maydell
On 9 November 2015 at 17:28, Juan Quintela wrote: > > Hi > > two items: > > - Postcopy pull request (dave) > - fix for qemu_completion (Denis) > > Please apply. > > Thanks, Juan. > > > The following changes since commit ce278618b088afd10b91a05311eaeb6401bb5004: > > configure: Don't disable optim