[PATCH v5 1/8] multifd: Add multifd-method parameter

2020-01-29 Thread Juan Quintela
This will store the compression method to use. We start with none. Signed-off-by: Juan Quintela Reviewed-by: Markus Armbruster Reviewed-by: Dr. David Alan Gilbert --- hw/core/qdev-properties.c| 13 + include/hw/qdev-properties.h | 3 +++ migration/migration.c| 13

Re: [PATCH v5 1/8] multifd: Add multifd-method parameter

2020-02-11 Thread Daniel P . Berrangé
On Wed, Jan 29, 2020 at 12:56:48PM +0100, Juan Quintela wrote: > This will store the compression method to use. We start with none. > > Signed-off-by: Juan Quintela > Reviewed-by: Markus Armbruster > Reviewed-by: Dr. David Alan Gilbert > --- > hw/core/qdev-properties.c| 13 + >

Re: [PATCH v5 1/8] multifd: Add multifd-method parameter

2020-02-13 Thread Juan Quintela
Daniel P. Berrangé wrote: > On Wed, Jan 29, 2020 at 12:56:48PM +0100, Juan Quintela wrote: >> This will store the compression method to use. We start with none. >> >> Signed-off-by: Juan Quintela >> Reviewed-by: Markus Armbruster >> Reviewed-by: Dr. David Alan Gilbert >> --- >> hw/core/qdev-

Re: [PATCH v5 1/8] multifd: Add multifd-method parameter

2020-01-29 Thread Markus Armbruster
Juan Quintela writes: > This will store the compression method to use. We start with none. > > Signed-off-by: Juan Quintela > Reviewed-by: Markus Armbruster I don't remember giving my R-by. I gave my Acked-by for [PATCH v2 06/10] migration: Add multifd-compress parameter Message-ID: <87d0cku

Re: [PATCH v5 1/8] multifd: Add multifd-method parameter

2020-01-30 Thread Juan Quintela
Markus Armbruster wrote: > Juan Quintela writes: > >> This will store the compression method to use. We start with none. >> >> Signed-off-by: Juan Quintela >> Reviewed-by: Markus Armbruster > > I don't remember giving my R-by. I gave my Acked-by for > [PATCH v2 06/10] migration: Add multifd-c

Re: [PATCH v5 1/8] multifd: Add multifd-method parameter

2020-01-30 Thread Markus Armbruster
Juan Quintela writes: > Markus Armbruster wrote: >> Juan Quintela writes: >> >>> This will store the compression method to use. We start with none. >>> >>> Signed-off-by: Juan Quintela >>> Reviewed-by: Markus Armbruster >> >> I don't remember giving my R-by. I gave my Acked-by for >> [PATCH