On Wed, Mar 07, 2018 at 12:00:04PM +0100, Juan Quintela wrote: > Signed-off-by: Juan Quintela <quint...@redhat.com> > --- > migration/ram.c | 6 ++++++ > migration/trace-events | 4 ++++ > 2 files changed, 10 insertions(+) >
> diff --git a/migration/trace-events b/migration/trace-events > index 76075c26bc..db88fa699f 100644 > --- a/migration/trace-events > +++ b/migration/trace-events > @@ -79,6 +79,10 @@ ram_save_page(const char *rbname, uint64_t offset, void > *host) "%s: offset: 0x%" > ram_save_queue_pages(const char *rbname, size_t start, size_t len) "%s: > start: 0x%zx len: 0x%zx" > multifd_send_sync_main(void) "" > multifd_recv_sync_main(void) "" > +multifd_send_thread_start(int id) "%d" > +multifd_send_thread_end(int id) "%d" > +multifd_recv_thread_start(int id) "%d" > +multifd_recv_thread_end(int id) "%d" Seems these should have been 'uint8_t' rather than 'int', avoiding the change of type in later patches Regards, Daniel -- |: https://berrange.com -o- https://www.flickr.com/photos/dberrange :| |: https://libvirt.org -o- https://fstop138.berrange.com :| |: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|