Re: [PATCH 07/21] migration: Correct transferred bytes value

2023-05-09 Thread Juan Quintela
Harsh Prateek Bora wrote: > On 5/8/23 18:38, Juan Quintela wrote: >> We forget several places to add to trasferred amount of data. With >> this fixes I get: >> qemu_file_transferred() + multifd_bytes == transferred >> The only place whrer this is not true is during devices sending. >> But > >

Re: [PATCH 07/21] migration: Correct transferred bytes value

2023-05-09 Thread Harsh Prateek Bora
On 5/8/23 18:38, Juan Quintela wrote: We forget several places to add to trasferred amount of data. With this fixes I get: qemu_file_transferred() + multifd_bytes == transferred The only place whrer this is not true is during devices sending. But s/whrer/where going all through the