Re: [Qemu-devel] [PULL 0/5] Migration pull request

2018-06-04 Thread Peter Maydell
On 4 June 2018 at 05:21, Juan Quintela wrote: > The following changes since commit 392fba9f583223786f844dce9b2e7f9a0ce0147a: > > Merge remote-tracking branch > 'remotes/stsquad/tags/pull-travis-updates-010618-1' into staging (2018-06-01 > 17:32:30 +0100) > > are available in the Git repository

Re: [Qemu-devel] [PULL 0/5] Migration pull request

2018-06-04 Thread Juan Quintela
no-re...@patchew.org wrote: > Hi, > > This series seems to have some coding style problems. See output below for > more information: > > Type: series > Message-id: 20180604042156.13812-1-quint...@redhat.com > Subject: [Qemu-devel] [PULL 0/5] Migration

Re: [Qemu-devel] [PULL 0/5] Migration pull request

2018-06-03 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20180604042156.13812-1-quint...@redhat.com Subject: [Qemu-devel] [PULL 0/5] Migration pull request === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1 total=$(git log

[Qemu-devel] [PULL 0/5] Migration pull request

2018-06-03 Thread Juan Quintela
The following changes since commit 392fba9f583223786f844dce9b2e7f9a0ce0147a: Merge remote-tracking branch 'remotes/stsquad/tags/pull-travis-updates-010618-1' into staging (2018-06-01 17:32:30 +0100) are available in the Git repository at: git://github.com/juanquintela/qemu.git tags/migrati

Re: [Qemu-devel] [PULL 0/5] Migration PULL request

2017-06-15 Thread Peter Maydell
On 14 June 2017 at 12:51, Juan Quintela wrote: > Hi > > In this pull requset: > - I included the v1 of peter return path, fix it > - fix the compliation with older compilers (new compliers don't >complain about a repeated typedef, so I didn't noticed) > - Add test for disabled features > - Las

[Qemu-devel] [PULL 0/5] Migration PULL request

2017-06-14 Thread Juan Quintela
Hi In this pull requset: - I included the v1 of peter return path, fix it - fix the compliation with older compilers (new compliers don't complain about a repeated typedef, so I didn't noticed) - Add test for disabled features - Last bit of misc cleanup, remove of not needed includes Please, a

Re: [Qemu-devel] [PULL 0/5] Migration pull request

2017-06-01 Thread Peter Maydell
On 31 May 2017 at 10:15, Juan Quintela wrote: > Hi > > This are the migration patches ready for inclusion: > - autoconverge improvements: (felipe franciosi) > - create savem.h > > Please, Apply. > > The following changes since commit 0748b3526e8cb78b9cd64208426bfc3d54a72b04: > > Merge remote-tra

[Qemu-devel] [PULL 0/5] Migration pull request

2017-05-31 Thread Juan Quintela
Hi This are the migration patches ready for inclusion: - autoconverge improvements: (felipe franciosi) - create savem.h Please, Apply. The following changes since commit 0748b3526e8cb78b9cd64208426bfc3d54a72b04: Merge remote-tracking branch 'kwolf/tags/for-upstream' into staging (2017-05-30

Re: [Qemu-devel] [PULL 0/5] Migration pull request

2017-05-16 Thread Stefan Hajnoczi
On Fri, May 12, 2017 at 4:52 PM, Juan Quintela wrote: > Hi > > This pull contains: > - Fix regression with compression threads (mea culpa) > - start of includes migration (creating of blocker.h header) > - Use Error** correctly after several iterations > - Rename of RAM_SAVE_FLAG_COMPRESS > - Crea

Re: [Qemu-devel] [PULL 0/5] Migration pull request

2017-05-15 Thread Juan Quintela
Stefan Hajnoczi wrote: > On Fri, May 12, 2017 at 05:52:44PM +0200, Juan Quintela wrote: >> Hi >> >> > > Thanks, applied to my staging tree: > https://github.com/stefanha/qemu/commits/staging Hi As fast as I sent the PULL request, more comments appeared. What do you preffer? - drop the whole P

Re: [Qemu-devel] [PULL 0/5] Migration pull request

2017-05-15 Thread Eric Blake
On 05/15/2017 08:58 AM, Stefan Hajnoczi wrote: >> >> Juan Quintela (5): >> migration: Fix regression with compression threads >> migration: Pass Error ** argument to {save,load}_vmstate >> ram: Rename RAM_SAVE_FLAG_

Re: [Qemu-devel] [PULL 0/5] Migration pull request

2017-05-15 Thread Stefan Hajnoczi
On Fri, May 12, 2017 at 05:52:44PM +0200, Juan Quintela wrote: > Hi > > This pull contains: > - Fix regression with compression threads (mea culpa) > - start of includes migration (creating of blocker.h header) > - Use Error** correctly after several iterations > - Rename of RAM_SAVE_FLAG_COMPRESS

[Qemu-devel] [PULL 0/5] Migration pull request

2017-05-12 Thread Juan Quintela
Hi This pull contains: - Fix regression with compression threads (mea culpa) - start of includes migration (creating of blocker.h header) - Use Error** correctly after several iterations - Rename of RAM_SAVE_FLAG_COMPRESS - Create block capabilities for shared and enable Please, apply. The fol

Re: [Qemu-devel] [PULL 0/5] Migration pull request

2015-11-05 Thread Peter Maydell
On 4 November 2015 at 12:48, Juan Quintela wrote: > Hi > > This is the pull request for migration, it includes: > > - Liang Li series for improving migration downtime > - Mark Cave-Ayland fix to analyze-migration script > > Please, apply > > The following changes since commit 79cf9fad341e6e7bd6b55

[Qemu-devel] [PULL 0/5] Migration pull request

2015-11-04 Thread Juan Quintela
Hi This is the pull request for migration, it includes: - Liang Li series for improving migration downtime - Mark Cave-Ayland fix to analyze-migration script Please, apply The following changes since commit 79cf9fad341e6e7bd6b55395b71d5c5727d7f5b0: Merge remote-tracking branch 'remotes/pmayd