migration: All this fields are unsigned
authorJuan Quintela <quintela@redhat.com>
Wed, 15 Dec 2021 13:20:48 +0000 (14:20 +0100)
committerJuan Quintela <quintela@redhat.com>
Fri, 28 Jan 2022 14:38:22 +0000 (15:38 +0100)
commit04e114049406dbb69fc9043c795ddd28fdba31a6
treefb449adc6d1265dec46e1f48ac4da58c5dc84d57
parentb367db48126d4ee14579af6cf5cdbffeb9496627
migration: All this fields are unsigned

So printing it as %d is wrong.  Notice that for the channel id, that
is an uint8_t, but I changed it anyways for consistency.

Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Peter Xu <peterx@redhat.com>
migration/multifd-zlib.c
migration/multifd-zstd.c
migration/multifd.c
migration/trace-events