Re: [PATCH 00/16] Next round of migration atomic counters

2023-05-30 Thread Juan Quintela
Juan Quintela wrote: > Hi Hi Fiona, I forgot to put your on the CC'd list. This series should reget the speed problem that you find. Later, Juan. > On this series: > > - Make sure that qemu_file_transferred() make sense and its used > coherently > > - Use stat64 for

[PATCH 00/16] Next round of migration atomic counters

2023-05-30 Thread Juan Quintela
Hi On this series: - Make sure that qemu_file_transferred() make sense and its used coherently - Use stat64 for qemu_file_transferred(), so we can call the function from any thread. - Don't account for the same transfer twice (i.e. it is multifd_bytes, rdma_bytes or qemu_file_bytes)