Re: [Qemu-devel] [PATCH v5 04/17] migration: Add multifd capability

2017-08-08 Thread Juan Quintela
"Dr. David Alan Gilbert" wrote: > * Juan Quintela (quint...@redhat.com) wrote: >> Signed-off-by: Juan Quintela >> Reviewed-by: Dr. David Alan Gilbert > > Note you need to update this; you need to add the > DEFINE_PROP_MIG_CAP in migration_properties[] Done, it was sent before I integrated the

Re: [Qemu-devel] [PATCH v5 04/17] migration: Add multifd capability

2017-07-19 Thread Eric Blake
On 07/17/2017 08:42 AM, Juan Quintela wrote: > Signed-off-by: Juan Quintela > Reviewed-by: Dr. David Alan Gilbert > --- > migration/migration.c | 9 + > migration/migration.h | 1 + > qapi-schema.json | 4 ++-- > 3 files changed, 12 insertions(+), 2 deletions(-) > > +++ b/qapi-sch

Re: [Qemu-devel] [PATCH v5 04/17] migration: Add multifd capability

2017-07-19 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > Signed-off-by: Juan Quintela > Reviewed-by: Dr. David Alan Gilbert Note you need to update this; you need to add the DEFINE_PROP_MIG_CAP in migration_properties[] Dave > --- > migration/migration.c | 9 + > migration/migration.h | 1 + >