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

2016-03-07 Thread Li, Liang Z
> > > Amit or Liang, can you restrict the new optimization to GCC 4.9+? > > > > > > Paolo > > > > Of course, how about using '#if QEMU_GNUC_PREREQ(4, 9) && defined > CONFIG_AVX2_OPT' instead of '#ifdef CONFIG_AVX2_OPT' in cutils.c? > > Hi Liang, are you going to submit a new series with this? Ye

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

2016-03-07 Thread Amit Shah
On (Wed) 24 Feb 2016 [09:27:50], Li, Liang Z wrote: > > It's a bug in the header file, it was fixed in 4.9. > > > > https://gcc.gnu.org/ml/gcc-patches/2013-06/txtvBBiTsFs8g.txt > > > > Amit or Liang, can you restrict the new optimization to GCC 4.9+? > > > > Paolo > > Of course, how about using

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

2016-02-24 Thread Li, Liang Z
> > > On 23/02/2016 12:25, Peter Maydell wrote: > > On 23 February 2016 at 10:43, Peter Maydell > wrote: > >> That code fragment you suggest compiles fine normally, but not if I > >> add -save-temps: > >> > >> $ cat /tmp/zz9.c > >> #pragma GCC target("avx2") > >> #include > >> __m256i foo; > >>

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

2016-02-23 Thread Paolo Bonzini
On 23/02/2016 12:25, Peter Maydell wrote: > On 23 February 2016 at 10:43, Peter Maydell wrote: >> That code fragment you suggest compiles fine normally, but not if I >> add -save-temps: >> >> $ cat /tmp/zz9.c >> #pragma GCC target("avx2") >> #include >> __m256i foo; >> $ gcc -g -Wall -o /tmp/zz

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

2016-02-23 Thread Peter Maydell
On 23 February 2016 at 10:43, Peter Maydell wrote: > That code fragment you suggest compiles fine normally, but not if I > add -save-temps: > > $ cat /tmp/zz9.c > #pragma GCC target("avx2") > #include > __m256i foo; > $ gcc -g -Wall -o /tmp/zz9.o -c /tmp/zz9.c > $ echo $? > 0 > $ gcc -g -Wall -o

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

2016-02-23 Thread Li, Liang Z
> On 23 February 2016 at 09:48, Paolo Bonzini wrote: > > On 23/02/2016 10:09, Peter Maydell wrote: > >> Hi. I'm afraid this doesn't compile for x86-64 Linux: > > > > What compiler is this, and does the following compile with no > > particular extra options? > > > > #pragma GCC target("avx2") > > #

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

2016-02-23 Thread Peter Maydell
On 23 February 2016 at 09:48, Paolo Bonzini wrote: > On 23/02/2016 10:09, Peter Maydell wrote: >> Hi. I'm afraid this doesn't compile for x86-64 Linux: > > What compiler is this, and does the following compile with no particular > extra options? > > #pragma GCC target("avx2") > #include > __m256i

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

2016-02-23 Thread Li, Liang Z
> Cc: qemu list; Dr. David Alan Gilbert; Juan Quintela > Subject: Re: [Qemu-devel] [PULL 0/5] migration pull > > On 23 February 2016 at 07:30, Amit Shah wrote: > > The following changes since commit > 8eb779e4223a18db9838a49ece1bc72cfdfb7761: > > > > Merge remo

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

2016-02-23 Thread Paolo Bonzini
On 23/02/2016 10:09, Peter Maydell wrote: > Hi. I'm afraid this doesn't compile for x86-64 Linux: What compiler is this, and does the following compile with no particular extra options? #pragma GCC target("avx2") #include __m256i foo; Paolo

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

2016-02-23 Thread Amit Shah
On (Tue) 23 Feb 2016 [09:09:46], Peter Maydell wrote: > On 23 February 2016 at 07:30, Amit Shah wrote: > > The following changes since commit 8eb779e4223a18db9838a49ece1bc72cfdfb7761: > > > > Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into > > staging (2016-02-22 16:55:41 +0

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

2016-02-23 Thread Peter Maydell
On 23 February 2016 at 07:30, Amit Shah wrote: > The following changes since commit 8eb779e4223a18db9838a49ece1bc72cfdfb7761: > > Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging > (2016-02-22 16:55:41 +) > > are available in the git repository at: > > https://g

[Qemu-devel] [PULL 0/5] migration pull

2016-02-22 Thread Amit Shah
The following changes since commit 8eb779e4223a18db9838a49ece1bc72cfdfb7761: Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2016-02-22 16:55:41 +) are available in the git repository at: https://git.kernel.org/pub/scm/virt/qemu/amit/migration.git tags/migr

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