Re: [Qemu-devel] [PATCH v3 7/8] multifd: Add zlib compression support

2019-06-11 Thread Juan Quintela
"Dr. David Alan Gilbert" wrote: > * Juan Quintela (quint...@redhat.com) wrote: >> Signed-off-by: Juan Quintela >> --- >> hw/core/qdev-properties.c | 2 +- >> migration/migration.c | 9 >> migration/migration.h | 1 + >> migration/ram.c | 47

Re: [Qemu-devel] [PATCH v3 7/8] multifd: Add zlib compression support

2019-06-11 Thread Juan Quintela
Wei Yang wrote: > On Wed, May 15, 2019 at 02:15:43PM +0200, Juan Quintela wrote: >> >> #define MULTIFD_FLAG_SYNC (1 << 0) >>+#define MULTIFD_FLAG_ZLIB (1 << 1) >> > > If no one use this in this patch, prefer to put it where it will be used. Oops, you are right, I have to use it. >>@@ -1253,6

Re: [Qemu-devel] [PATCH v3 7/8] multifd: Add zlib compression support

2019-05-29 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > Signed-off-by: Juan Quintela > --- > hw/core/qdev-properties.c | 2 +- > migration/migration.c | 9 > migration/migration.h | 1 + > migration/ram.c | 47 +++ > qapi/migration.json

Re: [Qemu-devel] [PATCH v3 7/8] multifd: Add zlib compression support

2019-05-20 Thread Wei Yang
On Wed, May 15, 2019 at 02:15:43PM +0200, Juan Quintela wrote: >Signed-off-by: Juan Quintela >--- > hw/core/qdev-properties.c | 2 +- > migration/migration.c | 9 > migration/migration.h | 1 + > migration/ram.c | 47 +++ >

[Qemu-devel] [PATCH v3 7/8] multifd: Add zlib compression support

2019-05-15 Thread Juan Quintela
Signed-off-by: Juan Quintela --- hw/core/qdev-properties.c | 2 +- migration/migration.c | 9 migration/migration.h | 1 + migration/ram.c | 47 +++ qapi/migration.json | 2 +- tests/migration-test.c| 6 + 6 files