migration: No need to call trace_migrate_set_state()
authorJuan Quintela <quintela@redhat.com>
Tue, 16 Jun 2015 23:38:25 +0000 (01:38 +0200)
committerJuan Quintela <quintela@redhat.com>
Tue, 7 Jul 2015 12:54:54 +0000 (14:54 +0200)
commitf2bb932491185a39922dff0514c4b08c092f3c35
tree2c4ce85dadfbee8507267a3fd2f9c03ff92218a7
parent7844337d1efb2c47dc3f306d7621e1cafca8ba67
migration: No need to call trace_migrate_set_state()

We now use the helper everywhere, so no need to call this on this two
places.  See on previous commit that there were a place where we missed
to mark the trace.  Now all tracing is done in migrate_set_state().

Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
migration/migration.c