Re: [PATCH v3 08/21] migration: Make multifd_load_setup() get an Error parameter

2020-01-24 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > We need to change the full chain to pass the Error parameter. > > Signed-off-by: Juan Quintela Reviewed-by: Dr. David Alan Gilbert > > --- > > Always use a local_err, and in case of error propagate/print it as needed. > --- > migration/migratio

[PATCH v3 08/21] migration: Make multifd_load_setup() get an Error parameter

2020-01-23 Thread Juan Quintela
We need to change the full chain to pass the Error parameter. Signed-off-by: Juan Quintela --- Always use a local_err, and in case of error propagate/print it as needed. --- migration/migration.c | 35 +-- migration/migration.h | 2 +- migration/ram.c |