Re: [PATCH 05/13] migration/postcopy: Drop PostcopyBlocktimeContext.start_time

2025-06-03 Thread Fabiano Rosas
Fabiano Rosas writes: > Peter Xu writes: > >> Now with 64bits, the offseting using start_time is not needed anymore, >> because the array can always remember the whole timestamp. >> >> Then drop the unused parameter in get_low_time_offset() altogether. >> >> Signed-off-by: Peter Xu >> --- >> m

Re: [PATCH 05/13] migration/postcopy: Drop PostcopyBlocktimeContext.start_time

2025-06-03 Thread Fabiano Rosas
Peter Xu writes: > Now with 64bits, the offseting using start_time is not needed anymore, > because the array can always remember the whole timestamp. > > Then drop the unused parameter in get_low_time_offset() altogether. > > Signed-off-by: Peter Xu > --- > migration/postcopy-ram.c | 10 --