On 1/7/26 9:30 PM, Richard Henderson wrote:
The Stat64 structure is an aid for 32-bit hosts, and
is no longer required. Use plain 64-bit types.
Signed-off-by: Richard Henderson <[email protected]>
---
migration/migration-stats.h | 36 ++++++++++++++++-------------------
migration/cpu-throttle.c | 4 ++--
migration/migration-stats.c | 16 ++++++++--------
migration/migration.c | 24 +++++++++++------------
migration/multifd-nocomp.c | 2 +-
migration/multifd-zero-page.c | 4 ++--
migration/multifd.c | 12 ++++--------
migration/qemu-file.c | 6 +++---
migration/ram.c | 30 ++++++++++++++---------------
migration/rdma.c | 8 ++++----
10 files changed, 67 insertions(+), 75 deletions(-)
Reviewed-by: Pierrick Bouvier <[email protected]>