"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 +
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
* 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
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 +++
> qapi/migrati
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 c