Re: [Qemu-devel] [PULL 00/16] Migration PULL request

2017-09-20 Thread Peter Xu
On Thu, Sep 21, 2017 at 12:10:39PM +0800, Peter Xu wrote: > On Wed, Sep 20, 2017 at 08:32:46PM +0100, Peter Maydell wrote: > > On 20 September 2017 at 12:42, Juan Quintela wrote: > > > Juan Quintela wrote: > > >> Hi > > >> > > >> To make merges easier, this includes: > > >> - Peter Xu reviewed pa

Re: [Qemu-devel] [PULL 00/16] Migration PULL request

2017-09-20 Thread Peter Xu
On Wed, Sep 20, 2017 at 08:32:46PM +0100, Peter Maydell wrote: > On 20 September 2017 at 12:42, Juan Quintela wrote: > > Juan Quintela wrote: > >> Hi > >> > >> To make merges easier, this includes: > >> - Peter Xu reviewed patches from Postocpy recovery (3) > >> - Alexey reviewed pages from block

Re: [Qemu-devel] [PULL 00/16] Migration PULL request

2017-09-20 Thread Peter Maydell
On 20 September 2017 at 12:42, Juan Quintela wrote: > Juan Quintela wrote: >> Hi >> >> To make merges easier, this includes: >> - Peter Xu reviewed patches from Postocpy recovery (3) >> - Alexey reviewed pages from block postcopy (4) > > I meaned here to include Vladimir series. This is incomple

Re: [Qemu-devel] [PULL 00/16] Migration PULL request

2017-09-20 Thread no-reply
Hi, This series failed build test on s390x host. Please find the details below. Type: series Message-id: 20170920104639.2335-1-quint...@redhat.com Subject: [Qemu-devel] [PULL 00/16] Migration PULL request === TEST SCRIPT BEGIN === #!/bin/bash # Testing script will be invoked under the git

Re: [Qemu-devel] [PULL 00/16] Migration PULL request

2017-09-20 Thread Juan Quintela
Juan Quintela wrote: > Hi > > To make merges easier, this includes: > - Peter Xu reviewed patches from Postocpy recovery (3) > - Alexey reviewed pages from block postcopy (4) I meaned here to include Vladimir series. This is incomplete. Nacked myself. > - reviewed patches from Multifd (me) > >

[Qemu-devel] [PULL 00/16] Migration PULL request

2017-09-20 Thread Juan Quintela
Hi To make merges easier, this includes: - Peter Xu reviewed patches from Postocpy recovery (3) - Alexey reviewed pages from block postcopy (4) - reviewed patches from Multifd (me) Please apply, Juan. The following changes since commit c51700273ad9802a21c19f8d2b4bcb67c38e74ac: Merge remote-tr

Re: [Qemu-devel] [PULL 00/16] Migration pull request (v2)

2015-05-11 Thread Dr. David Alan Gilbert
* Peter Maydell (peter.mayd...@linaro.org) wrote: > On 11 May 2015 at 12:04, Amit Shah wrote: > > I'm wondering how Peter does his builds, and if he can share his > > recipes or build farms for maintainer trees (or just some -staging > > tree like the kernel). > > https://git.linaro.org/people/pe

Re: [Qemu-devel] [PULL 00/16] Migration pull request (v2)

2015-05-11 Thread Alex Bennée
Stefan Hajnoczi writes: > On Thu, May 07, 2015 at 11:40:50PM +0530, Amit Shah wrote: >> On (Thu) 07 May 2015 [13:45:26], Peter Maydell wrote: >> > On 7 May 2015 at 12:50, Juan Quintela wrote: >> > > >> > > >> > > Hi again >> > > >> > > For v2 >> > > >> > > - fix 32bit compilation (as said, comp

Re: [Qemu-devel] [PULL 00/16] Migration pull request (v2)

2015-05-11 Thread Peter Maydell
On 11 May 2015 at 12:04, Amit Shah wrote: > I'm wondering how Peter does his builds, and if he can share his > recipes or build farms for maintainer trees (or just some -staging > tree like the kernel). https://git.linaro.org/people/peter.maydell/misc-scripts.git and notably the remake-merge-buil

Re: [Qemu-devel] [PULL 00/16] Migration pull request (v2)

2015-05-11 Thread Amit Shah
On (Fri) 08 May 2015 [10:31:56], Stefan Hajnoczi wrote: > On Thu, May 07, 2015 at 11:40:50PM +0530, Amit Shah wrote: > > On (Thu) 07 May 2015 [13:45:26], Peter Maydell wrote: > > > On 7 May 2015 at 12:50, Juan Quintela wrote: > > > > > > > > > > > > Hi again > > > > > > > > For v2 > > > > > > > >

Re: [Qemu-devel] [PULL 00/16] Migration pull request (v2)

2015-05-08 Thread Stefan Hajnoczi
On Thu, May 07, 2015 at 11:40:50PM +0530, Amit Shah wrote: > On (Thu) 07 May 2015 [13:45:26], Peter Maydell wrote: > > On 7 May 2015 at 12:50, Juan Quintela wrote: > > > > > > > > > Hi again > > > > > > For v2 > > > > > > - fix 32bit compilation (as said, compiling for 64bit linux, 64bit > > > w

Re: [Qemu-devel] [PULL 00/16] Migration pull request (v2)

2015-05-07 Thread Amit Shah
On (Thu) 07 May 2015 [13:45:26], Peter Maydell wrote: > On 7 May 2015 at 12:50, Juan Quintela wrote: > > > > > > Hi again > > > > For v2 > > > > - fix 32bit compilation (as said, compiling for 64bit linux, 64bit > > windows and 32bit windows was not enough) > > > > - Now, we have versions 2.4 ev

Re: [Qemu-devel] [PULL 00/16] Migration pull request (v2)

2015-05-07 Thread Paolo Bonzini
On 07/05/2015 16:43, Eric Blake wrote: > > I wonder if include/qemu/atomic.h could enhance the #define wrappers to > add no-op compile-time checking, something like (untested): > > #define atomic_add(ptr, n) do { \ > QEMU_BUILD_BUG_ON(sizeof(ptr) > sizeof(void*)); \ > __sync_fetch_and_add(p

Re: [Qemu-devel] [PULL 00/16] Migration pull request (v2)

2015-05-07 Thread Eric Blake
On 05/07/2015 06:45 AM, Peter Maydell wrote: > Fails to build on win32: > > LINK arm-softmmu/qemu-system-arm.exe > arch_init.o: In function `do_compress_ram_page': > /home/petmay01/linaro/qemu-for-merges/arch_init.c:879: undefined > reference to `___sync_fetch_and_add_8' > collect2: ld returne

Re: [Qemu-devel] [PULL 00/16] Migration pull request (v2)

2015-05-07 Thread Peter Maydell
On 7 May 2015 at 12:50, Juan Quintela wrote: > > > Hi again > > For v2 > > - fix 32bit compilation (as said, compiling for 64bit linux, 64bit > windows and 32bit windows was not enough) > > - Now, we have versions 2.4 everywhere (thanks Eric) > > - Liang Li sent a new patch to the list to fix th

[Qemu-devel] [PULL 00/16] Migration pull request (v2)

2015-05-07 Thread Juan Quintela
Hi again For v2 - fix 32bit compilation (as said, compiling for 64bit linux, 64bit windows and 32bit windows was not enough) - Now, we have versions 2.4 everywhere (thanks Eric) - Liang Li sent a new patch to the list to fix the update of a migration parameter, included. Please apply, and