Re: [PATCH 10/12] migration: Use migration_transferred_bytes()

2023-10-24 Thread Fabiano Rosas
Juan Quintela writes: > There are only two differnces with the old value: > > - the amount of QEMUFile that hasn't yet been flushed. It can be > discussed what is more exact, the new or the old one. > - the amount of transferred bytes that we forgot to account for (the > newer is better, i.e

[PATCH 10/12] migration: Use migration_transferred_bytes()

2023-10-24 Thread Juan Quintela
There are only two differnces with the old value: - the amount of QEMUFile that hasn't yet been flushed. It can be discussed what is more exact, the new or the old one. - the amount of transferred bytes that we forgot to account for (the newer is better, i.e. exact). Notice that this two val