* Juan Quintela (quint...@redhat.com) wrote: > It uses num in multifd_send(). Make it coherent. > > Signed-off-by: Juan Quintela <quint...@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilb...@redhat.com> > --- > migration/trace-events | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/migration/trace-events b/migration/trace-events > index de2e136e57..cd50a1e659 100644 > --- a/migration/trace-events > +++ b/migration/trace-events > @@ -80,7 +80,7 @@ get_queued_page_not_dirty(const char *block_name, uint64_t > tmp_offset, unsigned > migration_bitmap_sync_start(void) "" > migration_bitmap_sync_end(uint64_t dirty_pages) "dirty_pages %" PRIu64 > migration_throttle(void) "" > -multifd_recv(uint8_t id, uint64_t packet_num, uint32_t used, uint32_t flags, > uint32_t next_packet_size) "channel %d packet number %" PRIu64 " pages %d > flags 0x%x next packet size %d" > +multifd_recv(uint8_t id, uint64_t packet_num, uint32_t used, uint32_t flags, > uint32_t next_packet_size) "channel %d packet_num %" PRIu64 " pages %d flags > 0x%x next packet size %d" > multifd_recv_sync_main(long packet_num) "packet num %ld" > multifd_recv_sync_main_signal(uint8_t id) "channel %d" > multifd_recv_sync_main_wait(uint8_t id) "channel %d" > -- > 2.20.1 > -- Dr. David Alan Gilbert / dgilb...@redhat.com / Manchester, UK