Re: [Qemu-devel] [PATCH 09/11] migration: No need to call trace_migrate_set_state()

2015-06-18 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > 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(). Reviewed-by: Dr. David Alan Gilbert

[Qemu-devel] [PATCH 09/11] migration: No need to call trace_migrate_set_state()

2015-06-16 Thread Juan Quintela
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 --- migration/migration.c | 2 -- 1 file changed, 2 delet