Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-13 | migration: Remove MigrationState from migration_channel_incomming() | Juan Quintela | |
All callers were calling migrate_get_current(), so do it inside the function. Signed-off-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Peter Xu <peterx@redhat.com> Reviewed-by: Laurent Vivier <lvivier@redhat.com> | |||
2017-05-18 | migration: Split migration/channel.c for channel operations | Juan Quintela | |
Create an include for its exported functions. Signed-off-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> --- Add proper header |